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

1234567891011

/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/libmtp/examples/
H A Dformat.c33 if ( fgets(buff, sizeof(buff), stdin) == NULL ) {
H A Dreset.c33 if ( fgets(buff, sizeof(buff), stdin) == NULL ) {
/external/openssl/crypto/lhash/
H A Dlh_test.c76 fgets(buf,256,stdin);
/external/wpa_supplicant_8/hostapd/
H A Dnt_password_hash.c24 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.cc120 if (fgets(line, 100, fp) == NULL) {
151 if (fgets(line, 100, fp) == NULL) {
180 if (!fgets(line, 100, fp))
189 if (fgets(line, 100, fp))
/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.c34 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/external/libselinux/src/
H A Dinit.c56 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
74 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
H A Denabled.c42 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c118 while (fgets(buf, sizeof(buf), sf)) {
265 while (fgets(buf, sizeof(buf), f)) {
299 while (fgets(buf, sizeof(buf), f)) {
333 while (fgets(buf, sizeof(buf), f)) {
371 while (fgets(buf, sizeof(buf), f)) {
403 while (fgets(buf, sizeof(buf), f)) {
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0
H A Ddownload.php22 $aLine = fgets($fileHandle, 4096);
/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)

Completed in 838 milliseconds

1234567891011