Searched refs:BUFSIZ (Results 301 - 325 of 432) sorted by relevance

<<1112131415161718

/netbsd-current/games/fortune/fortune/
H A Dfortune.c257 char line[BUFSIZ];
278 char line[BUFSIZ];
/netbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c472 static char val[BUFSIZ + 1]; /* match libc */
536 if ((v - val) + l + 1 > BUFSIZ)
/netbsd-current/usr.bin/pr/
H A Dpr.c1588 char buf[BUFSIZ];
1595 while (fgets(buf, BUFSIZ, errf) != NULL)
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcg_print.c119 char buf[BUFSIZ];
473 char buf[BUFSIZ];
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-checkconf.c124 static char buf[BUFSIZ];
138 if (i >= BUFSIZ) {
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcg_print.c119 char buf[BUFSIZ];
473 char buf[BUFSIZ];
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcg_print.c119 char buf[BUFSIZ];
473 char buf[BUFSIZ];
/netbsd-current/external/gpl2/gmake/dist/
H A Dmain.c1025 setvbuf (stdout, _IOLBF, xmalloc (BUFSIZ), BUFSIZ);
1028 setvbuf (stdout, (char *) 0, _IOLBF, BUFSIZ);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgp.c93 char buf[BUFSIZ];
544 char buf[BUFSIZ];
756 char prompt[BUFSIZ];
/netbsd-current/sbin/restore/
H A Dtape.c79 static char magtape[BUFSIZ];
437 (void) fgets(buf, BUFSIZ, terminal);
456 (void) fgets(buf, BUFSIZ, terminal);
H A Drestore.c782 char name[BUFSIZ];
/netbsd-current/external/bsd/libbind/dist/irs/
H A Ddns_nw.c66 char buf[BUFSIZ+1];
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_init.c172 char buf[BUFSIZ];
/netbsd-current/games/hunt/hunt/
H A Dotto.c110 STATIC char command[BUFSIZ];
/netbsd-current/usr.sbin/netgroup_mkdb/
H A Dnetgroup_mkdb.c273 char fmt[BUFSIZ];
/netbsd-current/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp121 static char stderr_buf[BUFSIZ];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cc191 const unsigned long __sanitizer_bufsiz = BUFSIZ;
/netbsd-current/bin/pax/
H A Dpat_rep.c107 char rebuf[BUFSIZ];
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetcap.c319 char buf[BUFSIZ];
/netbsd-current/sbin/fsck_ext2fs/
H A Dinode.c261 char buf[BUFSIZ];
/netbsd-current/external/bsd/mdocml/dist/
H A Dmansearch.c717 char errbuf[BUFSIZ];
/netbsd-current/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c545 static char buf[BUFSIZ];
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_impl.h238 char dt_errmsg[BUFSIZ]; /* buffer for formatted syntax error msgs */
/netbsd-current/sbin/fsck_lfs/
H A Dinode.c238 char pathbuf[MAXPATHLEN + 1], buf[BUFSIZ];
/netbsd-current/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp111 static char stderr_buf[BUFSIZ];

Completed in 376 milliseconds

<<1112131415161718