Searched refs:fgets_unlocked (Results 1 – 25 of 26) sorted by relevance
12
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | system.h | 119 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) 121 extern char *fgets_unlocked (char *, int, FILE *);
|
| D | config.h.in | 45 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if 108 /* Define to 1 if you have the `fgets_unlocked' function. */
|
| D | configure.ac | 82 ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked dnl
|
| D | configure | 3269 …ocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unloc… 4086 char *p = (char *) fgets_unlocked;
|
| /openbsd/src/gnu/usr.bin/texinfo/intl/ |
| D | localealias.c | 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) 115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
|
| /openbsd/src/gnu/gcc/intl/ |
| D | localealias.c | 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) 115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
|
| D | config.h.in | 38 /* Define to 1 if you have the `fgets_unlocked' function. */
|
| D | configure | 5750 for ac_func in feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | system.h | 119 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) 121 extern char *fgets_unlocked (char *, int, FILE *);
|
| D | configure.ac | 53 ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked dnl
|
| D | config.in | 64 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if 131 /* Define to 1 if you have the `fgets_unlocked' function. */
|
| D | configure | 5024 …ocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unloc… 5841 char *p = (char *) fgets_unlocked;
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | system.h | 127 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) 129 extern char *fgets_unlocked (char *, int, FILE *);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/intl/ |
| D | localealias.c | 100 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_interceptors.cpp | 799 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument 801 char *res = REAL(fgets_unlocked)(s, size, stream); in INTERCEPTOR() 806 #define MSAN_MAYBE_INTERCEPT_FGETS_UNLOCKED INTERCEPT_FUNCTION(fgets_unlocked)
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | config.in | 42 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
|
| /openbsd/src/gnu/gcc/config/ |
| D | gettext.m4 | 370 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/config/ |
| D | gettext.m4 | 370 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | TargetLibraryInfo.def | 1202 /// char *fgets_unlocked(char *s, int n, FILE *stream); 1203 TLI_DEFINE_ENUM_INTERNAL(fgets_unlocked) 1204 TLI_DEFINE_STRING_INTERNAL("fgets_unlocked")
|
| /openbsd/src/gnu/usr.bin/texinfo/m4/ |
| D | gettext.m4 | 400 gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | config.in | 117 /* Define if you have the fgets_unlocked function. */
|
| D | aclocal.m4 | 1368 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \
|
| D | configure | 5761 for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 752 fgets_unlocked() iswdigit_l() strtok()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 1716 fun:fgets_unlocked=uninstrumented
|
12