/glibc-2.36/libio/ |
D | iofgets_u.c | 66 weak_alias (__fgets_unlocked, fgets_unlocked) 67 libc_hidden_weak (fgets_unlocked)
|
D | iofgets.c | 73 weak_alias (_IO_fgets, fgets_unlocked) 74 libc_hidden_weak (fgets_unlocked)
|
D | Versions | 101 fgets_unlocked; fputs_unlocked; fgetc_unlocked;
|
D | stdio.h | 615 extern char *fgets_unlocked (char *__restrict __s, int __n,
|
/glibc-2.36/stdio-common/ |
D | tst-fgets.c | 13 bp = fgets_unlocked (buf, sizeof (buf), fp); in do_test()
|
/glibc-2.36/nss/nss_compat/ |
D | compat-grp.c | 259 p = fgets_unlocked (buffer, buflen, ent->stream); in getgrent_next_file() 392 p = fgets_unlocked (buffer, buflen, ent->stream); in internal_getgrnam_r() 523 p = fgets_unlocked (buffer, buflen, ent->stream); in internal_getgrgid_r()
|
D | compat-pwd.c | 499 p = fgets_unlocked (buffer, buflen, ent->stream); in getpwent_next_file() 698 p = fgets_unlocked (buffer, buflen, ent->stream); in internal_getpwnam_r() 905 p = fgets_unlocked (buffer, buflen, ent->stream); in internal_getpwuid_r()
|
D | compat-spwd.c | 454 p = fgets_unlocked (buffer, buflen, ent->stream); in getspent_next_file() 654 p = fgets_unlocked (buffer, buflen, ent->stream); in internal_getspnam_r()
|
D | compat-initgroups.c | 386 p = fgets_unlocked (buffer, buflen, ent->stream); in internal_getgrent_r()
|
/glibc-2.36/resolv/ |
D | res_hconf.c | 47 # define fgets_unlocked __fgets_unlocked macro 286 while (fgets_unlocked (buf, sizeof (buf), fp)) in do_init()
|
/glibc-2.36/include/ |
D | stdio.h | 240 libc_hidden_proto (fgets_unlocked) 241 extern __typeof (fgets_unlocked) __fgets_unlocked;
|
/glibc-2.36/libio/bits/ |
D | stdio2.h | 246 FILE *__restrict __stream), fgets_unlocked) 255 fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets_unlocked() function
|
/glibc-2.36/misc/ |
D | getusershell.c | 130 while (fgets_unlocked(cp, flen - (cp - strings), fp) != NULL) { in initshells()
|
/glibc-2.36/debug/ |
D | tst-fortify.c | 1011 if (fgets_unlocked (buf, buf_size, stdin) != buf in do_test() 1014 if (fgets_unlocked (buf, buf_size, stdin) != buf in do_test() 1020 if (fgets_unlocked (buf, l0 + buf_size, stdin) != buf in do_test() 1026 if (fgets_unlocked (buf, buf_size + 1, stdin) != buf) in do_test() 1031 if (fgets_unlocked (buf, l0 + buf_size + 1, stdin) != buf) in do_test()
|
/glibc-2.36/argp/ |
D | argp-namefrob.h | 110 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
|
/glibc-2.36/locale/programs/ |
D | locale.c | 551 if (fgets_unlocked (buf, BUFSIZ, fp) == NULL) in write_locales() 603 if (fgets_unlocked (buf, BUFSIZ, fp) == NULL) in write_locales()
|
D | locarchive.c | 1227 if (fgets_unlocked (buf, BUFSIZ, fp) == NULL) in add_locale_to_archive() 1314 if (fgets_unlocked (buf, BUFSIZ, fp) == NULL) in add_locale_to_archive()
|
/glibc-2.36/intl/ |
D | localealias.c | 111 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | ioperm.c | 501 if (fgets_unlocked (dummy, 256, fp) == NULL) in process_cpuinfo()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-alpha | 524 fgets_unlocked.
|
/glibc-2.36/manual/ |
D | users.texi | 1931 @c fgets_unlocked dup ok [stream guarded by non-recursive pwent lock] 2128 @c fgets_unlocked @asucorrupt @acucorrupt [no @mtsrace due to explicit locking] 2430 @c fgets_unlocked @asucorrupt @acucorrupt [no @mtsrace due to explicit locking]
|
D | sysinfo.texi | 741 @c fgets_unlocked dup @asucorrupt @acucorrupt [locked, so no @mtsrace:stream]
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 771 GLIBC_2.35 fgets_unlocked F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 779 GLIBC_2.36 fgets_unlocked F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 810 GLIBC_2.33 fgets_unlocked F
|