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

1234567891011>>

/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-perror.c84 s = fgets(lbuf, sizeof(lbuf), stderr);
87 s = fgets(lbuf, sizeof(lbuf), stderr);
90 s = fgets(lbuf, sizeof(lbuf), stderr);
93 s = fgets(lbuf, sizeof(lbuf), stderr);
/freebsd-9.3-release/lib/libc/db/test/hash.tests/
H A Dtdel.c84 while ( fgets(wp1, 8192, stdin) &&
85 fgets(wp2, 8192, stdin) &&
106 while ( fgets(wp1, 8192, fp) &&
107 fgets(wp2, 8192, fp) &&
H A Dthash4.c87 while ( fgets(wp1, 8192, stdin) &&
88 fgets(wp2, 8192, stdin) &&
110 while ( fgets(wp1, 256, fp) &&
111 fgets(wp2, 8192, fp) &&
H A Dtcreat3.c82 while ( fgets(wp1, 8192, stdin) &&
83 fgets(wp2, 8192, stdin) &&
H A Dtread2.c83 while ( fgets(wp1, 8192, stdin) &&
84 fgets(wp2, 8192, stdin) &&
H A Dtverify.c83 while ( fgets(wp1, 8192, stdin) &&
84 fgets(wp2, 8192, stdin) &&
/freebsd-9.3-release/usr.sbin/vidcontrol/
H A Ddecode.c48 if (!fgets(temp, sizeof(temp), fd))
54 if (!fgets(p = temp, sizeof(temp), fd))
96 if (!fgets(temp, sizeof(temp), fd) || strcmp(temp, "end\n"))
/freebsd-9.3-release/contrib/gcclibs/libssp/ssp/
H A Dstdio.h51 #undef fgets macro
90 FILE *__restrict__ __stream), fgets);
93 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dnt_password_hash.c30 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A Dt-log.c70 while (fgets(line, sizeof(line), f)) {
H A DfileHandlingTest.c73 while ( ( (fgets(actualLine, lenAct, actual)) != NULL)
74 && ( (fgets(expectedLine, lenExp, expected)) != NULL )
/freebsd-9.3-release/crypto/openssl/crypto/lhash/
H A Dlh_test.c75 fgets(buf, 256, stdin);
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.h9 # define UP_fgets fgets
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dmisc.c22 extern char *fgets();
28 /* xgets - fgets() with backslash-newline stripping */
38 while (fgets(ptr, len, fp)) {
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dread_password.c112 while (!fgets(s, max, stdin));
119 if (!fgets(key_string, sizeof(key_string), stdin)) {
/freebsd-9.3-release/contrib/diff/lib/
H A Dunlocked-io.h68 # undef fgets macro
69 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
71 # define fgets_unlocked(x,y,z) fgets (x,y,z)
/freebsd-9.3-release/contrib/gcclibs/libssp/
H A Dgets-chk.c72 ret = fgets (buf, (int) (slen + 1), stdin);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_passphrase.c40 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dauthenc.c91 res = fgets(result, length, stdin);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c66 if(fgets(prompts[i].reply->data,
/freebsd-9.3-release/lib/libc/quad/TESTS/
H A Dmul.c56 if (fgets(buf, sizeof buf, stdin) == NULL)
/freebsd-9.3-release/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c51 if (fgets(b, 1024, fp) == NULL)
/freebsd-9.3-release/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c51 if (fgets(b, 1024, fp) == NULL)
/freebsd-9.3-release/usr.sbin/asf/
H A Dasf_prog.c61 while (fgets(buf, sizeof(buf), kldstat)) {
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dtermcap.c53 fgets(str, sizeof(str), stdin);
67 fgets(str, sizeof(str), stdin); /* Just to make it interactive */

Completed in 142 milliseconds

1234567891011>>