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

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_fgets.c42 (void)fgets(b, len, stdin);
/freebsd-11-stable/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-11-stable/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-11-stable/usr.sbin/vidcontrol/
H A Ddecode.c50 if (!fgets(temp, sizeof(temp), fd))
56 if (!fgets(p = temp, sizeof(temp), fd))
98 if (!fgets(temp, sizeof(temp), fd) || strcmp(temp, "end\n"))
/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c86 while (fgets((char *)buf, sizeof(buf), stdin) != NULL) {
97 fgets((char *)buf, sizeof(buf), stdin) != NULL) {
110 fgets((char *)buf, sizeof(buf), stdin) != NULL) {
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dnt_password_hash.c24 if (fgets(buf, sizeof(buf), stdin) == NULL) {
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/lhash/
H A Dlh_test.c75 fgets(buf, 256, stdin);
/freebsd-11-stable/contrib/blacklist/port/
H A Dfgetln.c60 if (fgets(buf, bufsiz, fp) == NULL)
77 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dmisc.c22 extern char *fgets();
28 /* xgets - fgets() with backslash-newline stripping */
38 while (fgets(ptr, len, fp)) {
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dread_password.c108 while (!fgets(s, max, stdin));
115 if (!fgets(key_string, sizeof(key_string), stdin)) {
/freebsd-11-stable/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-11-stable/contrib/gcclibs/libssp/
H A Dgets-chk.c72 ret = fgets (buf, (int) (slen + 1), stdin);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dauthenc.c91 res = fgets(result, length, stdin);
/freebsd-11-stable/lib/libc/quad/TESTS/
H A Dmul.c56 if (fgets(buf, sizeof buf, stdin) == NULL)
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_lcl.h9 # define UP_fgets fgets
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c64 if(fgets(prompts[i].reply->data,
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c51 if (fgets(b, 1024, fp) == NULL)
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c51 if (fgets(b, 1024, fp) == NULL)

Completed in 255 milliseconds

1234567891011>>