Home
last modified time | relevance | path

Searched refs:fgets_unlocked (Results 1 – 25 of 73) sorted by relevance

123

/glibc-2.36/libio/
Diofgets_u.c66 weak_alias (__fgets_unlocked, fgets_unlocked)
67 libc_hidden_weak (fgets_unlocked)
Diofgets.c73 weak_alias (_IO_fgets, fgets_unlocked)
74 libc_hidden_weak (fgets_unlocked)
DVersions101 fgets_unlocked; fputs_unlocked; fgetc_unlocked;
Dstdio.h615 extern char *fgets_unlocked (char *__restrict __s, int __n,
/glibc-2.36/stdio-common/
Dtst-fgets.c13 bp = fgets_unlocked (buf, sizeof (buf), fp); in do_test()
/glibc-2.36/nss/nss_compat/
Dcompat-grp.c259 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()
Dcompat-pwd.c499 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()
Dcompat-spwd.c454 p = fgets_unlocked (buffer, buflen, ent->stream); in getspent_next_file()
654 p = fgets_unlocked (buffer, buflen, ent->stream); in internal_getspnam_r()
Dcompat-initgroups.c386 p = fgets_unlocked (buffer, buflen, ent->stream); in internal_getgrent_r()
/glibc-2.36/resolv/
Dres_hconf.c47 # define fgets_unlocked __fgets_unlocked macro
286 while (fgets_unlocked (buf, sizeof (buf), fp)) in do_init()
/glibc-2.36/include/
Dstdio.h240 libc_hidden_proto (fgets_unlocked)
241 extern __typeof (fgets_unlocked) __fgets_unlocked;
/glibc-2.36/libio/bits/
Dstdio2.h246 FILE *__restrict __stream), fgets_unlocked)
255 fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets_unlocked() function
/glibc-2.36/misc/
Dgetusershell.c130 while (fgets_unlocked(cp, flen - (cp - strings), fp) != NULL) { in initshells()
/glibc-2.36/debug/
Dtst-fortify.c1011 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/
Dargp-namefrob.h110 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
/glibc-2.36/locale/programs/
Dlocale.c551 if (fgets_unlocked (buf, BUFSIZ, fp) == NULL) in write_locales()
603 if (fgets_unlocked (buf, BUFSIZ, fp) == NULL) in write_locales()
Dlocarchive.c1227 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/
Dlocalealias.c111 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dioperm.c501 if (fgets_unlocked (dummy, 256, fp) == NULL) in process_cpuinfo()
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-alpha524 fgets_unlocked.
/glibc-2.36/manual/
Dusers.texi1931 @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]
Dsysinfo.texi741 @c fgets_unlocked dup @asucorrupt @acucorrupt [locked, so no @mtsrace:stream]
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist771 GLIBC_2.35 fgets_unlocked F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist779 GLIBC_2.36 fgets_unlocked F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist810 GLIBC_2.33 fgets_unlocked F

123