/system/core/debuggerd/ |
debuggerd.c | 185 x = fgets(data, 1024, fp); 262 while(fgets(data, 1024, fp)) {
|
/external/dropbear/ |
keyimport.c | 385 if (!fgets(buffer, sizeof(buffer), fp) || 402 if (!fgets(buffer, sizeof(buffer), fp)) { 1075 if (!fgets(buffer, sizeof(buffer), fp) || 1083 if (!fgets(buffer, sizeof(buffer), fp)) { 1106 if (!fgets(p+len-2, sizeof(buffer)-(p-buffer)-(len-2), fp)) { [all...] |
/external/chromium/net/proxy/ |
proxy_config_service_linux.cc | 753 // fgets() will return NULL on EOF or error. 754 while (fgets(line, sizeof(line), input.get())) { 755 // fgets() guarantees the line will be properly terminated. [all...] |
/bionic/libc/include/ |
stdio.h | 232 char *fgets(char *, int, FILE *);
|
/development/ndk/platforms/android-3/include/ |
stdio.h | 231 char *fgets(char *, int, FILE *);
|
/development/ndk/platforms/android-8/include/ |
stdio.h | 231 char *fgets(char *, int, FILE *);
|
/external/dhcpcd/ |
if-linux.c | 100 if (fgets(buf, sizeof(buf), fp) != NULL && buf[0] == '0')
|
/external/e2fsprogs/debugfs/ |
debugfs.c | 1054 if (!fgets(buf, sizeof(buf), stdin)) 1076 if (!fgets(buf, sizeof(buf), stdin)) 1098 if (!fgets(buf, sizeof(buf), stdin)) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tdbtool.c | 386 p = fgets(thisline, sizeof(thisline)-1, stdin);
|
/external/e2fsprogs/tests/progs/ |
test_rel.c | 685 if (fgets(buf, sizeof(buf), f) == NULL)
|
/external/icu4c/common/ |
icuplug.c | 755 while(fgets(linebuf,1023,f)) {
|
/external/icu4c/io/ |
ustdio.c | 442 char *retStr = fgets(charBuffer, ufmt_min(maxCPBytes, UFILE_CHARBUFFER_SIZE), f->fFile);
|
/external/icu4c/test/intltest/ |
bidiconf.cpp | 301 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) {
|
/external/ipsec-tools/src/racoon/ |
backupsa.c | 223 for(line = 1; fgets(buf, sizeof(buf), fp) != NULL; line++) {
|
/external/iptables/utils/ |
nfnl_osf.c | 402 while(fgets(buf, sizeof(buf), inf)) {
|
/external/libvpx/examples/includes/geshi/geshi/ |
visualfoxpro.php | 102 'Feof','Ferror','FetchMemo','FetchSize','Fflush','Fgets',
|
/external/libxml2/ |
xmlcatalog.c | 83 if (!fgets(line_read, 500, stdin))
|
/external/openssl/crypto/bio/ |
bss_file.c | 455 if (!fgets(buf,size,(FILE *)bp->ptr))
|
/external/ppp/pppd/plugins/radius/ |
avpair.c | 778 while (fgets(buffer, sizeof(buffer), input) != NULL)
|
/external/ppp/pppd/plugins/ |
winbind.c | 390 while (fgets(buffer, sizeof(buffer)-1, pipe_out) != NULL) {
|
/external/qemu/ |
qemu-config.c | 605 while (fgets(line, sizeof(line), fp) != NULL) {
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 422 if (!fgets(trans, MAX_LINE_LENGTH, PSTDIN))
|
/external/srtp/test/ |
rtpw.c | 433 while (fgets(word, MAX_WORD_LEN, dict) != NULL) {
|
/external/tcpdump/ |
print-atalk.c | 556 while (fgets(line, sizeof(line), fp)) {
|
print-esp.c | 166 while (fgets(fileline, sizeof(fileline)-1, secretfile) != NULL) {
|