HomeSort by relevance Sort by last modified time
    Searched defs:fgets (Results 1 - 15 of 15) sorted by null

  /external/syslinux/com32/lib/
fgets.c 2 * fgets.c
11 char *fgets(char *s, int n, FILE * f) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgets.c 2 Implementation of fgets as declared in <stdio.h>.
43 NetBSD: fgets.c,v 1.20 2003/12/14 23:56:28 lukem Exp
44 fgets.c 8.2 (Berkeley) 12/22/93
61 fgets(char *buf, int n, FILE *fp) function
  /bionic/libc/include/bits/fortify/
stdio.h 129 char* fgets(char* const __pass_object_size dest, int size, FILE* stream)
131 __clang_error_if(size < 0, "in call to 'fgets', size should not be negative")
133 "in call to 'fgets', size is larger than the destination buffer") {
137 return __call_bypassing_fortify(fgets)(dest, size, stream);
150 char* __fgets_real(char*, int, FILE*) __RENAME(fgets); variable
151 __errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer");
152 __errordecl(__fgets_too_small_error, "fgets called with size less than zero");
223 char *fgets(char* dest, int size, FILE* stream) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
stdio.h 50 #undef fgets macro
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
stdio.h 50 #undef fgets macro
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 222 __wur __warnattr ("please use fgets or getline instead, gets can't "
237 FILE *__restrict __stream), fgets) __wur;
241 __wur __warnattr ("fgets called with bigger size than length "
245 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 222 __wur __warnattr ("please use fgets or getline instead, gets can't "
237 FILE *__restrict __stream), fgets) __wur;
241 __wur __warnattr ("fgets called with bigger size than length "
245 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) function
  /external/e2fsprogs/intl/
localealias.c 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
101 # define FGETS(buf, n, fp) fgets (buf, n, fp)
114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
258 if (FGETS (buf, sizeof buf, fp) == NULL)
349 if (FGETS (buf, sizeof buf, fp) == NULL)
  /toolchain/binutils/binutils-2.27/intl/
localealias.c 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
101 # define FGETS(buf, n, fp) fgets (buf, n, fp)
114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
261 if (FGETS (buf, sizeof buf, fp) == NULL)
352 if (FGETS (buf, sizeof buf, fp) == NULL)
  /bionic/libc/stdio/
stdio.cpp 716 char* fgets(char* buf, int n, FILE* fp) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 136 # undef fgets macro
137 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 2710 #undef fgets macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 2643 #undef fgets macro
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 2709 #undef fgets macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 521 #define fgets(...) (pthread_testcancel(), fgets(__VA_ARGS__)) macro
    [all...]

Completed in 433 milliseconds