Searched refs:fgets (Results 101 - 125 of 489) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.sbin/ppp/
H A Dauth.c173 while (fgets(buff, sizeof buff, fp)) {
234 while (fgets(buff, sizeof buff, fp)) {
301 while (fgets(buff, sizeof buff, fp)) {
355 while (fgets(buff, sizeof buff, fp)) {
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_lineedit.c215 line = fgets(line_buf, sizeof(line_buf), stdin);
/freebsd-9.3-release/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c82 while (fgets(buf, size, fp)) {
191 while (fgets(key_val, sizeof(key_val), fp) &&
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Di386-gen.c115 if (fgets (buf, sizeof (buf), fp) == NULL)
266 if (fgets (buf, sizeof (buf), fp) == NULL)
H A Ds390-mkopc.c173 while (fgets (currentLine, sizeof (currentLine), stdin) != NULL)
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsystem.h118 # undef fgets macro
119 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/freebsd-9.3-release/contrib/groff/src/preproc/grn/
H A Dhdb.cpp143 fgets(string, MAXSTRING, file);
173 fgets(string, MAXSTRING, file);
/freebsd-9.3-release/contrib/mtree/
H A Dgetid.c220 if (!fgets(grline, sizeof(grline), _gr_fp)) {
361 if (!fgets(pwline, sizeof(pwline), _pw_fp)) {
/freebsd-9.3-release/crypto/openssh/
H A Ddh.c162 while (fgets(line, sizeof(line), f)) {
190 while (fgets(line, sizeof(line), f)) {
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dinp.c287 while (fgets(buf, buf_size, ifp) != Nullch) {
325 if (fgets(tibuf[0] + maxlen * (i%lines_per_buf),
/freebsd-9.3-release/lib/libbluetooth/
H A Dbluetooth.c112 if ((p = fgets(buf, sizeof(buf), hostf)) == NULL) {
218 if ((p = fgets(buf, sizeof(buf), protof)) == NULL)
/freebsd-9.3-release/lib/libc/gen/
H A Dgetttyent.c111 if (!fgets(p = line, lbsize, tf))
122 if (!fgets(&line[i], lbsize - i, tf))
H A Dgetnetgrent.c546 while (_netgr_yp_enabled || fgets(line, LINSIZ, netf) != NULL) {
566 while (fgets(line, LINSIZ, netf) != NULL) {
629 if (fgets(line, LINSIZ, netf)) {
/freebsd-9.3-release/lib/libc/net/
H A Deui64.c233 while (fgets(buf,BUFSIZ,fp)) {
283 while (fgets(buf,BUFSIZ,fp)) {
/freebsd-9.3-release/lib/libc/stdio/
H A DSymbol.map20 fgets;
/freebsd-9.3-release/secure/lib/libcrypt/
H A Dcrypt-blowfish.c311 fgets(salt + 6, sizeof(salt) - 6, stdin);
315 fgets(blubber, sizeof(blubber), stdin);
/freebsd-9.3-release/sys/boot/ficl/
H A Dtestmain.c176 while (fgets(cp, nLINEBUF, fp))
333 if (fgets(in, sizeof(in) - 1, stdin) == NULL)
/freebsd-9.3-release/usr.sbin/pkg_install/updating/
H A Dmain.c172 while (fgets(originline, maxcharperline, fd) != NULL) {
220 while (fgets(updatingline, maxcharperline, fd) != NULL) {
/freebsd-9.3-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c252 while (fgets((char *)&buf, sizeof(buf), ifp)) {
262 fgets((char *)&buf[strlen(buf) - 1],
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dkod_management.c212 while (!feof(db_s) && NULL != fgets(fbuf, sizeof(fbuf), db_s)) {
256 str_ptr = fgets(fbuf, sizeof(fbuf), db_s);
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A Dtest.c161 while (fgets(buf, sizeof buf, stdin) != NULL) {
177 if (fgets(buf, sizeof buf, conn_in) == NULL) {
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Ddevice.c114 while (fgets(buf, sizeof(buf), fp)) {
200 if (!fgets(buf, sizeof(buf), fp)) {
404 while (fgets(buf, sizeof(buf), fp)) {
/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c402 if (!fgets(buf, SIZE, in))
437 p = fgets(result, maxsize, tty_in);
439 p = fgets(result, maxsize, tty_in);
/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dfsshare.c81 s = fgets(line, sizeof(line), fd);
/freebsd-9.3-release/contrib/libreadline/examples/
H A Drl-fgets.c4 Subject: fgets(stdin) --> readline() redirector
10 distribution. It is a shared library that redirects calls to fgets(stdin)
23 FILE NAME: fgets.c TARGET: libfgets.so
27 ABSTRACT: Customize fgets() behavior via LD_PRELOAD in the following ways:
29 -- If fgets(stdin) is called, redirect to GNU readline() to obtain
52 AIX: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldl -lreadline -ltermcap
53 HP-UX: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldld -lreadline
54 Linux: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldl -lreadline
55 SunOS: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldl -lgen -lreadline
59 -KPIC fgets
318 fgets ( function
[all...]

Completed in 285 milliseconds

1234567891011>>