Searched refs:fgets (Results 1 - 25 of 224) sorted by relevance

123456789

/external/dropbear/libtomcrypt/notes/etc/
H A Dwhirltest.c8 while (fgets(buf, sizeof(buf)-2, stdin) != NULL) {
/external/libpng/contrib/gregbook/
H A Dreadppm.c89 fgets(ppmline, 256, infile);
107 fgets(ppmline, 256, infile);
112 fgets(ppmline, 256, infile);
/external/dropbear/libtommath/demo/
H A Ddemo.c233 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(bu
[all...]
/external/openssl/crypto/lhash/
H A Dlh_test.c76 fgets(buf,256,stdin);
/external/wpa_supplicant_8/hostapd/
H A Dnt_password_hash.c30 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/external/bison/lib/
H A Dunlocked-io.h66 # 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)
H A Ddirname.c109 while (fgets (buff, MAX_BUFF_LEN, stdin) && buff[0])
/external/dhcpcd/compat/
H A Dgetline.c68 if (fgets(p, BUFSIZ, fp) == NULL)
/external/iproute2/ip/
H A Dipmroute.c61 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/openssl/crypto/bio/
H A Dbio_lcl.h9 #define UP_fgets fgets
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc112 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))
/external/wpa_supplicant/
H A Dwpa_passphrase.c40 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_passphrase.c40 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_passphrase.c40 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/external/bluetooth/glib/tests/
H A Dunicode-caseconv.c35 while (fgets (buffer, sizeof(buffer), infile))
106 while (fgets (buffer, sizeof(buffer), infile))
H A Dtestgdateparser.c59 while (fgets(input, 1023, stdin))
/external/dropbear/
H A Dcli-authinteract.c46 ret = fgets(buf, sizeof(buf), tty);
49 ret = fgets(buf, sizeof(buf), stdin);
56 /* fgets includes newlines */
/external/blktrace/
H A Dverify_blkparse.c35 while ((p = fgets(line, sizeof(line), f)) != NULL) {
/external/iproute2/misc/
H A Dlnstat_util.c52 fgets(buf, sizeof(buf)-1, lf->fp);
97 fgets(buf, sizeof(buf)-1, lf->fp);
111 fgets(buf, sizeof(buf)-1, lf->fp);
145 fgets(buf, sizeof(buf)-1, lf->fp);
/external/oprofile/daemon/
H A Dopd_pipe.c79 if (fgets(line, 256, fifo_fd) == NULL)
/external/ppp/pppd/plugins/radius/
H A Dclientid.c50 while (fgets(buffer, sizeof(buffer), mapfd) != NULL)
/external/skia/emoji/
H A DGmojiMaker.cpp64 if (fgets(buffer, sizeof(buffer), file) == 0) {
/external/e2fsprogs/e2fsck/
H A Dargv_parse.c147 if (fgets(buf, sizeof(buf), stdin) == NULL)
/external/e2fsprogs/lib/ext2fs/
H A Dread_bb_file.c55 if (fgets(buf, sizeof(buf), f) == NULL)
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c57 if (fgets(buf, sizeof(buf), f) == NULL)

Completed in 1948 milliseconds

123456789