Searched refs:fgets (Results 26 - 50 of 474) sorted by relevance

1234567891011>>

/freebsd-10.3-release/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c51 if (fgets(b, 1024, fp) == NULL)
/freebsd-10.3-release/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c51 if (fgets(b, 1024, fp) == NULL)
/freebsd-10.3-release/contrib/gcclibs/libcpp/
H A Dmakeucnid.c65 if (!fgets (line, sizeof (line), f))
127 if (!fgets (line, sizeof (line), f))
202 if (!fgets (line, sizeof (line), f))
/freebsd-10.3-release/libexec/mknetid/
H A Dmknetid.c183 while(fgets(readbuf, LINSIZ, pfp)) {
245 while ((ptr = fgets(readbuf, LINSIZ, hfp))) {
281 while(fgets(readbuf, LINSIZ, nfp)) {
H A Dparse_group.c109 if (!fgets(line, sizeof(line), _gr_fp))
/freebsd-10.3-release/release/picobsd/tinyware/help/
H A Dhelp.c79 if (fgets(buf, sizeof buf, stdin)) return 0;
92 if (!fgets(aname, sizeof aname, fd)) {
128 (void)fgets(aname, sizeof aname, fd);
/freebsd-10.3-release/contrib/opie/libopie/
H A Dreadrec.c124 if (fgets(opie->opie_buf, sizeof(opie->opie_buf), f))
151 if (!fgets(opie->opie_buf, sizeof(opie->opie_buf), f)) {
/freebsd-10.3-release/libexec/revnetgroup/
H A Drevnetgroup.c122 while (fgets(readbuf, LINSIZ, fp)) {
127 fgets((char *)&readbuf[strlen(readbuf) - 2],
/freebsd-10.3-release/contrib/binutils/gas/
H A Dinput-file.c168 if (fgets (buf, sizeof (buf), f_in)
178 if (fgets (buf, sizeof (buf), f_in)
/freebsd-10.3-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h49 #undef fgets macro
/freebsd-10.3-release/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c79 while (fgets(buffer, sizeof(buffer), ifp) != 0) {
/freebsd-10.3-release/contrib/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp61 if (!fgets(InputString, sizeof(InputString), stdin))
/freebsd-10.3-release/contrib/telnet/telnet/
H A Dauthenc.c102 res = fgets(result, length, stdin);
/freebsd-10.3-release/lib/libc/quad/TESTS/
H A Ddivrem.c57 if (fgets(buf, sizeof buf, stdin) == NULL)
/freebsd-10.3-release/lib/libc/stdio/
H A Dfgets.c34 static char sccsid[] = "@(#)fgets.c 8.2 (Berkeley) 12/22/93";
37 __FBSDID("$FreeBSD: releng/10.3/lib/libc/stdio/fgets.c 249810 2013-04-23 14:36:44Z emaste $");
52 fgets(char * __restrict buf, int n, FILE * __restrict fp) function
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dload_file.c31 while (fgets(line, sizeof(line) - 1, fp)) {
/freebsd-10.3-release/contrib/ipfilter/samples/
H A Duserauth.c44 if (!fgets(yn, sizeof(yn), stdin))
/freebsd-10.3-release/usr.bin/locate/bigram/
H A Dlocate.bigram.c76 while (fgets(path, sizeof(buf2), stdin) != NULL) {
/freebsd-10.3-release/usr.sbin/eeprom/
H A Deeprom.c95 while (fgets(line, BUFSIZ, stdin) != NULL &&
/freebsd-10.3-release/usr.sbin/fifolog/fifolog_writer/
H A Dfifolog_writer.c101 if (fgets(buf, sizeof buf, stdin) == NULL)
/freebsd-10.3-release/usr.sbin/pkg_install/lib/
H A Dpkgwrap.c46 cp = fgets(buffer, 256, f);
H A Dstr.c121 while (fgets(str, max, fp)) {
/freebsd-10.3-release/usr.bin/at/
H A Dperm.c69 while(fgets(buffer, len+2, fp) != NULL)
/freebsd-10.3-release/usr.bin/ctags/
H A Dfortran.c59 if (!fgets(lbuf, sizeof(lbuf), inf))
H A Dlisp.c60 if (!fgets(lbuf, sizeof(lbuf), inf))

Completed in 220 milliseconds

1234567891011>>