Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/gcc/fixincludes/
Dsystem.h119 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream)
121 extern char *fgets_unlocked (char *, int, FILE *);
Dconfig.h.in45 /* 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. */
Dconfigure.ac82 ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked dnl
Dconfigure3269 …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/
Dlocalealias.c98 # 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/
Dlocalealias.c98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
Dconfig.h.in38 /* Define to 1 if you have the `fgets_unlocked' function. */
Dconfigure5750 for ac_func in feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
/openbsd/src/gnu/gcc/libcpp/
Dsystem.h119 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream)
121 extern char *fgets_unlocked (char *, int, FILE *);
Dconfigure.ac53 ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked dnl
Dconfig.in64 /* 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. */
Dconfigure5024 …ocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unloc…
5841 char *p = (char *) fgets_unlocked;
/openbsd/src/gnu/gcc/gcc/
Dsystem.h127 # 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/
Dlocalealias.c100 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp799 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/
Dconfig.in42 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
/openbsd/src/gnu/gcc/config/
Dgettext.m4370 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
/openbsd/src/gnu/usr.bin/binutils-2.17/config/
Dgettext.m4370 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1202 /// 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/
Dgettext.m4400 gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dconfig.in117 /* Define if you have the fgets_unlocked function. */
Daclocal.m41368 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \
Dconfigure5761 for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod752 fgets_unlocked() iswdigit_l() strtok()
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1716 fun:fgets_unlocked=uninstrumented

12