/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
|
/external/chromium_org/third_party/openssl/openssl/crypto/lhash/ |
lh_test.c | 76 fgets(buf,256,stdin);
|
/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)
|
/cts/tests/tests/drm/jni/ |
android_drm_cts_NativeCodeTest.cpp | 38 if (fgets(buffer, sizeof(buffer), f) != NULL) {
|
/external/chromium_org/chrome/tools/convert_dict/ |
hunspell_reader.cc | 30 const char* line = fgets(line_buffer, kLineBufferLen - 1, file);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bio_lcl.h | 9 #define UP_fgets fgets
|
/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 if (!fgets(buf, sizeof(buf), fp)) { 65 while (fgets(buf, sizeof(buf), fp)) { 88 if (!fgets(buf, sizeof(buf), fp)) { 93 while (fgets(buf, sizeof(buf), fp)) {
|
/external/openssl/crypto/bio/ |
bio_lcl.h | 9 #define UP_fgets fgets
|
/external/pixman/pixman/ |
pixman-mips.c | 50 while (fgets (cpuinfo_line, sizeof (cpuinfo_line), f) != NULL)
|
/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) {
|