Searched refs:BUFSIZ (Results 326 - 350 of 432) sorted by relevance

<<1112131415161718

/netbsd-current/usr.bin/rlogin/
H A Drlogin.c586 char waste[BUFSIZ], mark;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dldap_sync.c603 char buf[ BUFSIZ ];
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dconfig.c387 char buf[BUFSIZ*2], *ptr;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmonitor.c185 char buf[ BUFSIZ ];
/netbsd-current/usr.bin/sdiff/
H A Dsdiff.c101 u_char buf[BUFSIZ];
/netbsd-current/usr.bin/man/
H A Dman.c1012 char buf[BUFSIZ];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmain.c585 setvbuf (stderr, NULL, _IONBF, BUFSIZ);
H A Dcoffread.c1346 static char buffer[BUFSIZ];
1351 if (strlen (stringtab + aux_entry->x_file.x_n.x_offset) >= BUFSIZ)
/netbsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c422 char cbuf[BUFSIZ]; /* command line buffer */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dinit_creds_pw.c529 char buf1[BUFSIZ], buf2[BUFSIZ];
2675 char buf[BUFSIZ], buf2[BUFSIZ];
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dklist.c284 char buf[BUFSIZ];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp208 const unsigned long __sanitizer_bufsiz = BUFSIZ;
/netbsd-current/lib/libc/gen/
H A Dgetcap.c367 char buf[BUFSIZ];
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Dhost.c182 unsigned int bufsize = BUFSIZ;
/netbsd-current/usr.bin/patch/
H A Dpatch.c122 static char serrbuf[BUFSIZ];
/netbsd-current/external/bsd/libbind/dist/tests/
H A Ddig8.c658 char buf[BUFSIZ], *p;
668 i = fread(buf, 1, BUFSIZ, fp);
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_tag.c1081 char command[BUFSIZ];
1082 char buf[BUFSIZ];
/netbsd-current/usr.sbin/rtadvd/
H A Dconfig.c160 char tbuf[BUFSIZ];
164 char buf[BUFSIZ];
/netbsd-current/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c457 static char buf[BUFSIZ];
458 setvbuf(stdout, buf, _IOLBF, BUFSIZ);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.cc914 char buf[BUFSIZ], *list;
1130 char buf[BUFSIZ], *list;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.cc914 char buf[BUFSIZ], *list;
1130 char buf[BUFSIZ], *list;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c337 char hexdump[BUFSIZ * 2 + 1];
348 r.length = bytes = (size > BUFSIZ) ? BUFSIZ : size;
/netbsd-current/external/bsd/mdocml/dist/
H A Dmdoc_html.c1186 char nbuf[BUFSIZ];
1202 sz = MIN((int)(ep - sp), BUFSIZ - 1);
/netbsd-current/usr.bin/ftp/
H A Dcmds.c163 char cline[BUFSIZ];
1672 char buf[BUFSIZ]; /* must be >= sizeof(line) */
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c1002 char *filtpattern, **attrs = NULL, line[BUFSIZ];
1621 char buf[BUFSIZ];

Completed in 482 milliseconds

<<1112131415161718