Searched refs:fgets (Results 176 - 200 of 306) sorted by relevance

1234567891011>>

/external/selinux/checkpolicy/test/
H A Ddismod.c758 if (fgets(module_name, sizeof(module_name), stdin) == NULL) {
759 fprintf(stderr, "fgets failed at line %d: %s\n", __LINE__,
892 if (fgets(ans, sizeof(ans), stdin) == NULL) {
893 fprintf(stderr, "fgets failed at line %d: %s\n", __LINE__,
964 if (fgets(OutfileName, sizeof(OutfileName), stdin) == NULL) {
965 fprintf(stderr, "fgets failed at line %d: %s\n", __LINE__,
/external/tinyxml/
H A Dxmltest.cpp546 while ( fgets( verifyBuf, 256, verify ) )
548 fgets( savedBuf, 256, saved );
822 fgets( buf, 1024, textfile );
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c292 while (fgets(buf, sizeof(buf), f)) {
404 while (fgets(buf, sizeof(buf), f)) {
518 while (fgets(buf, sizeof(buf), f)) {
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c386 p = fgets(thisline, sizeof(thisline)-1, stdin);
H A Dtst_bitmaps.c59 if (fgets(buf, sizeof(buf), f) == NULL)
/external/e2fsprogs/tests/progs/
H A Dtest_rel.c685 if (fgets(buf, sizeof(buf), f) == NULL)
/external/elfutils/libdwfl/
H A Dlinux-pid-attach.c59 while (fgets (buffer, sizeof (buffer), procfile) != NULL)
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp116 char *result=fgets(line, sizeof(lines[0]), file);
/external/iproute2/lib/
H A Drt_names.c40 while (fgets(buf, sizeof(buf), fp)) {
/external/ipsec-tools/src/racoon/
H A Dbackupsa.c223 for(line = 1; fgets(buf, sizeof(buf), fp) != NULL; line++) {
/external/iptables/utils/
H A Dnfnl_osf.c402 while(fgets(buf, sizeof(buf), inf)) {
/external/iw/
H A Dwowlan.c35 if (!fgets(buf, sizeof(buf), f))
/external/libmtp/examples/
H A Dsendtr.c70 if ( fgets(buffer, bufsz, stdin) == NULL ) {
72 perror("fgets");
/external/libpng/contrib/gregbook/
H A Drpng-win.c215 fgets(tmpline, 80, infile);
/external/mdnsresponder/mDNSPosix/
H A DResponder.c480 if (fgets(buf, bufSize, fp) == NULL)
/external/minijail/
H A Dsyscall_filter.c407 while (fgets(line, sizeof(line), policy_file)) {
/external/nfacct/
H A Dnfacct.c588 while (fgets(buffer, sizeof(buffer), stdin)) {
/external/opencv3/modules/core/src/
H A Dparallel.cpp466 char* pbuf = fgets(buf, sizeof(buf), cpuPossible);
/external/ppp/pppd/plugins/radius/
H A Davpair.c778 while (fgets(buffer, sizeof(buffer), input) != NULL)
/external/ppp/pppd/plugins/
H A Dwinbind.c384 while (fgets(buffer, sizeof(buffer)-1, pipe_out) != NULL) {
/external/strace/
H A Dunwind.c155 while (fgets(buffer, sizeof(buffer), fp) != NULL) {
/external/tcpdump/
H A Dprint-esp.c444 while (fgets(fileline, sizeof(fileline)-1, secretfile) != NULL) {
/external/toybox/toys/pending/
H A Dfdisk.c538 p = fgets(toybuf, 80, stdin);
639 fgets(toybuf, 80, stdin);
735 fgets(str, 80, stdin);
1447 while (fgets(buffer, ONE_K, fp)) {
H A Dlsof.c396 line = fgets(toybuf, sizeof(toybuf), fp);
/external/v8/src/
H A Dutils.cc162 if (fgets(line_buf, sizeof(line_buf), stdin) == NULL) {
163 // fgets got an error. Just give up.

Completed in 1558 milliseconds

1234567891011>>