HomeSort by relevance Sort by last modified time
    Searched full:fgets (Results 1 - 25 of 518) 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);
  /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...]
  /external/openssl/crypto/bio/
bio_lcl.h 9 #define UP_fgets fgets
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 112 if(fgets(line, 1024, fp) == 0) return 0;
127 if (fgets(line, 1024, fp) == 0) return 0;
129 if (fgets(line, 1024, fp) == 0) return 0;
131 if (fgets(line, 1024, fp) == 0) return 0;
133 if (fgets(line, 1024, fp) == 0) return 0;
135 if (fgets(line, 1024, fp) == 0) return 0;
137 if (fgets(line, 1024, fp) == 0) return 0;
139 if (fgets(line, 1024, fp) == 0) return 0;
  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 112 char* dummy = fgets(line, 100, fp);
133 dummy = fgets(line, 100, fp);
156 char* dummy = fgets(line, 100, fp);
162 if (fgets(line, 100, fp))
  /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)
  /external/srec/portable/include/
PFile.h 220 * fgets() implementation for PFile.
224 * @param string See fgets()
225 * @param n See fgets()
227 * @return see fgets()
229 ESR_ReturnCode(*fgets)(struct PFile_t* self, LCHAR* string, int n, LCHAR** result); member in struct:PFile_t
393 * fgets() implementation for PFile.
396 * @param string See fgets()
397 * @param n See fgets()
399 * @return see fgets()
504 * Backwards compatible fgets()
    [all...]
  /external/bison/lib/
unlocked-io.h 66 # undef fgets macro
67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
69 # define fgets_unlocked(x,y,z) fgets (x,y,z)
  /external/dropbear/
cli-authinteract.c 46 ret = fgets(buf, sizeof(buf), tty);
49 ret = fgets(buf, sizeof(buf), stdin);
56 /* fgets includes newlines */
  /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)
  /prebuilt/linux-x86/toolchain/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
  /external/bluetooth/glib/tests/
unicode-caseconv.c 35 while (fgets (buffer, sizeof(buffer), infile))
106 while (fgets (buffer, sizeof(buffer), infile))
  /external/blktrace/
verify_blkparse.c 35 while ((p = fgets(line, sizeof(line), f)) != NULL) {
  /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/wpa_supplicant_8/hostapd/
nt_password_hash.c 30 if (fgets(buf, sizeof(buf), stdin) == NULL) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
libnss_hesiod-2.7.so 
libnss_hesiod.so 
libnss_hesiod.so.2 
  /system/core/toolbox/
df.c 49 while (fgets(s, 2000, f)) {
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/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)

Completed in 445 milliseconds

1 2 3 4 5 6 7 8 91011>>