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

1234567891011>>

/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_fgets.c42 (void)fgets(b, len, stdin);
/freebsd-10.3-release/lib/libc/tests/stdio/
H A Dperror_test.c82 s = fgets(lbuf, sizeof(lbuf), stderr);
86 s = fgets(lbuf, sizeof(lbuf), stderr);
90 s = fgets(lbuf, sizeof(lbuf), stderr);
95 s = fgets(lbuf, sizeof(lbuf), stderr);
/freebsd-10.3-release/contrib/mdocml/
H A Dcompat_fgetln.c65 if (fgets(buf, bufsiz, fp) == NULL)
83 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL)
/freebsd-10.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-10.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-10.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-10.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-10.3-release/contrib/wpa/hostapd/
H A Dnt_password_hash.c24 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/freebsd-10.3-release/crypto/openssl/crypto/lhash/
H A Dlh_test.c75 fgets(buf, 256, stdin);
/freebsd-10.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-10.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-10.3-release/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c91 while (fgets((char *)buf, sizeof(buf), stdin) != NULL) {
102 fgets((char *)buf, sizeof(buf), stdin) != NULL) {
122 fgets((char *)buf, sizeof(buf), stdin) != NULL) {
/freebsd-10.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-10.3-release/contrib/gcclibs/libssp/
H A Dgets-chk.c72 ret = fgets (buf, (int) (slen + 1), stdin);
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c64 if(fgets(prompts[i].reply->data,
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_passphrase.c34 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dauthenc.c91 res = fgets(result, length, stdin);
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.h9 # define UP_fgets fgets
/freebsd-10.3-release/lib/libc/quad/TESTS/
H A Dmul.c56 if (fgets(buf, sizeof buf, stdin) == NULL)
/freebsd-10.3-release/usr.sbin/asf/
H A Dasf_prog.c61 while (fgets(buf, sizeof(buf), kldstat)) {

Completed in 132 milliseconds

1234567891011>>