HomeSort by relevance Sort by last modified time
    Searched full:fgets (Results 151 - 175 of 518) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 123 if (fgets(buf, sizeof(buf), f) == NULL ||
131 while (fgets(buf, sizeof(buf), f)) {
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /system/core/liblinenoise/
linenoise.c 373 if (fgets(buf, buflen, stdin) == NULL) return -1;
396 if (fgets(buf,LINENOISE_MAX_LINE,stdin) == NULL) return NULL;
  /bionic/libc/stdlib/
wchar.c 151 return (wchar_t*) fgets((char*)ws, n, stream);
  /bootable/recovery/
install.c 124 while (fgets(buffer, sizeof(buffer), from_child) != NULL) {
roots.c 69 while (fgets(buffer, sizeof(buffer)-1, fstab)) {
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 478 fgets
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 487 fgets
  /external/e2fsprogs/misc/
util.c 74 if (!fgets(buf, sizeof(buf), stdin) ||
  /external/e2fsprogs/tests/progs/
test_icount.c 269 if (fgets(buf, sizeof(buf), f) == NULL)
  /external/hyphenation/
substrings.c 183 while(fgets(format,132,in)) {
  /external/icu4c/test/intltest/
ucaconf.cpp 176 while (fgets(lineB, 1024, testFile) != NULL) {
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 191 while(NULL!=fgets(line, (int)sizeof(line), f)) {
  /external/ipsec-tools/src/racoon/
localconf.c 193 while (fgets(buf, sizeof(buf), fp) != NULL) {
  /external/libvpx/examples/includes/geshi/geshi/
cpp.php 113 'fgetc', 'fgets', 'fputc', 'fputs', 'getc', 'getchar', 'gets', 'putc',
klonec.php 57 'printf', 'malloc', 'fopen', 'fclose', 'free', 'fputs', 'fgets', 'feof', 'fwrite',
matlab.php 92 'fft','fft2','fftshift','fgetl','fgets','fieldnames','figure',
  /external/ppp/pppd/plugins/pppoatm/
ans.c 212 while (fgets(buffer,MAX_LINE,file)) {
text2atm.c 200 while (fgets(line,MAX_ATM_NAME_LEN,file)) {
  /external/ppp/pppd/
srp-entry.c 143 if (fgets(pname, sizeof (pname), stdin) == NULL)
  /external/qemu/android/avd/
util.c 190 while (fgets(temp, sizeof temp, file) != NULL) {
  /external/qemu/distrib/sdl-1.2.12/src/audio/esd/
SDL_esdaudio.c 258 if ( fgets(temp, sizeof(temp)-1, fp) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 160 while ( fgets(line, sizeof(line), pstat) ) {
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 145 fgets(buffer, sizeof(buffer), file);
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 46 for (int lineno = 1; NULL != fgets(line, sizeof(line), stdin); lineno++)

Completed in 283 milliseconds

1 2 3 4 5 67 8 91011>>