HomeSort by relevance Sort by last modified time
    Searched refs:fgets (Results 1 - 25 of 422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/libtomcrypt/notes/etc/
whirltest.c 8 while (fgets(buf, sizeof(buf)-2, stdin) != NULL) {
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 75 fgets (buf, 160, stderr);
79 fgets (buf, 160, stderr);
83 fgets (buf, 160, stderr);
  /bionic/libc/bionic/
__fgets_chk.cpp 34 * __fgets_chk. Called in place of fgets() when we know the
41 * This fgets check is called if _FORTIFY_SOURCE is defined and
48 __fortify_chk_fail("fgets buffer size less than 0", 0);
52 __fortify_chk_fail("fgets buffer overflow", 0);
55 return fgets(dest, supplied_size, stream);
  /external/libpng/contrib/gregbook/
readppm.c 89 fgets(ppmline, 256, infile);
107 fgets(ppmline, 256, infile);
112 fgets(ppmline, 256, infile);
  /external/dropbear/libtommath/demo/
demo.c 233 fgets(buf, sizeof(buf), stdin);
431 fgets(cmd, 4095, stdin);
437 fgets(buf, 4095, stdin);
439 fgets(buf, 4095, stdin);
441 fgets(buf, 4095, stdin);
454 fgets(buf, 4095, stdin);
456 fgets(buf, 4095, stdin);
458 fgets(buf, 4095, stdin);
474 fgets(buf, 4095, stdin);
476 fgets(buf, 4095, stdin)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.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/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/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.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
stdio.h 50 #undef fgets macro
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
  /build/tools/fs_config/
fs_config.c 46 while (fgets(buffer, 1023, stdin) != NULL) {
  /external/libmtp/examples/
format.c 33 if ( fgets(buff, sizeof(buff), stdin) == NULL ) {
reset.c 33 if ( fgets(buff, sizeof(buff), stdin) == NULL ) {
  /external/openssl/crypto/lhash/
lh_test.c 76 fgets(buf,256,stdin);
  /external/wpa_supplicant_8/hostapd/
nt_password_hash.c 24 if (fgets(buf, sizeof(buf), stdin) == NULL) {
  /external/bison/lib/
unlocked-io.h 65 # undef fgets macro
66 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
68 # define fgets_unlocked(x,y,z) fgets (x,y,z)
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 65 # undef fgets macro
66 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
68 # define fgets_unlocked(x,y,z) fgets (x,y,z)
  /external/dhcpcd/compat/
getline.c 68 if (fgets(p, BUFSIZ, fp) == NULL)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 22 $aLine = fgets($fileHandle, 4096);
  /external/iproute2/ip/
ipmroute.c 61 fgets(buf, sizeof(buf), fp);
63 while (fgets(buf, sizeof(buf), fp)) {
86 fgets(buf, sizeof(buf), fp);
88 while (fgets(buf, sizeof(buf), fp)) {
  /external/openssl/crypto/bio/
bio_lcl.h 9 #define UP_fgets fgets
  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 120 if (fgets(line, 100, fp) == NULL) {
151 if (fgets(line, 100, fp) == NULL) {
180 if (!fgets(line, 100, fp))
190 if (fgets(line, 100, fp))
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_passphrase.c 34 if (fgets(buf, sizeof(buf), stdin) == NULL) {
  /system/core/libcutils/
cpu_info.c 24 // this is also used as a fgets() line buffer when we are reading /proc/cpuinfo
41 while ((chp = fgets(serial_number, sizeof(serial_number), file)) != NULL)
  /system/core/toolbox/
netstat.c 97 fgets(buf, BUFSIZ, fp);
98 while (fgets(buf, BUFSIZ, fp)){
124 fgets(buf, BUFSIZ, fp);
125 while (fgets(buf, BUFSIZ, fp)){
  /external/libselinux/src/
init.c 56 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
74 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
  /system/core/libsync/
sync_test.c 124 fgets(str, sizeof(str), stdin);
133 fgets(str, sizeof(str), stdin);
138 fgets(str, sizeof(str), stdin);

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 91011>>