Home
last modified time | relevance | path

Searched refs:in (Results 1 – 3 of 3) sorted by relevance

/misc/
A Dgetpass.c48 FILE *in, *out; in getpass() local
58 in = fopen ("/dev/tty", "w+ce"); in getpass()
59 if (in == NULL) in getpass()
61 in = stdin; in getpass()
67 __fsetlocking (in, FSETLOCKING_BYCALLER); in getpass()
69 out = in; in getpass()
74 __libc_cleanup_push (call_fclose, in == out ? in : NULL); in getpass()
80 if (__tcgetattr (fileno (in), &t) == 0) in getpass()
96 nread = __getline (&buf, &bufsize, in); in getpass()
119 if (in != stdin) in getpass()
[all …]
A DVersions9 # functions used in other libraries
12 # variables in normal name space
15 # variables in normal name space
153 # SHLIB_COMPAT(GLIBC_2_0, GLIBC_2_23) used in regexp.c
/misc/bits/
A Dstab.def10 The GNU C Library is distributed in the hope that it will be useful,
22 To find the address, look in the corresponding external symbol. */
26 To find the address, look in the corresponding external symbol. */
42 This is not used in C. */
45 /* Global symbol in Pascal.
61 optimization flags used in this module. */
70 /* Line number in text segment. Desc is the line number;
131 In an object file, there is no significant data in this entry.
139 The desc is the nesting level in lexical blocks.
147 This appears only in output from the Sun linker. */
[all …]

Completed in 5 milliseconds