Searched refs:BUFSIZE (Results 51 - 71 of 71) sorted by relevance

123

/freebsd-11-stable/usr.sbin/inetd/
H A Dbuiltins.c245 char buffer[BUFSIZE];
256 char buffer[BUFSIZE];
299 char buffer[BUFSIZE];
359 char buf[BUFSIZE], *p, **av, *osname = NULL, e;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c785 char *cbuf = xmalloc (BUFSIZE);
804 if (tocopy > BUFSIZE)
805 tocopy = BUFSIZE;
837 char *cbuf = xmalloc (BUFSIZE);
872 if (tocopy > BUFSIZE)
873 tocopy = BUFSIZE;
H A Dobjcopy.c1281 cbuf = xmalloc (BUFSIZE);
1286 if (tocopy > BUFSIZE)
1287 tocopy = BUFSIZE;
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c53 #define BUFSIZE 1024 macro
285 char ibuf[BUFSIZE];
/freebsd-11-stable/contrib/tcpdump/
H A Daddrtoname.c519 char buf[BUFSIZE];
526 char buf2[BUFSIZE];
548 snprintf(cp, BUFSIZE - (2 + 5*3), " (oui %s)",
565 char buf[BUFSIZE];
H A Dprint-ahcp.c105 char buf[BUFSIZE];
H A Dprint-lldp.c1316 static char buf[BUFSIZE];
/freebsd-11-stable/contrib/tcsh/
H A Dsh.file.c688 char tinputline[BUFSIZE + 1];/*FIXBUF*/
693 while ((num_read = xread(SHIN, tinputline, BUFSIZE)) > 0) {/*FIXBUF*/
H A Ded.init.c625 char buf[BUFSIZE];
627 chrs = xread(SHIN, buf, min(chrs, BUFSIZE - 1));
H A Dsh.glob.c702 Char *fakecom[2], ibuf[BUFSIZE];
824 icnt = wide_read(pvec[0], ibuf, BUFSIZE, 0);
/freebsd-11-stable/stand/pc98/libpc98/
H A Dbioscd.c53 #define BUFSIZE (1 * BIOSCD_SECSIZE) macro
H A Dbiosdisk.c56 #define BUFSIZE (1 * BIOSDISK_SECSIZE) macro
/freebsd-11-stable/usr.bin/colldef/
H A Dparse.y93 u_char str[BUFSIZE];
/freebsd-11-stable/sbin/geom/class/eli/
H A Dgeom_eli.c278 #define BUFSIZE 1024 macro
365 char *p, buf[BUFSIZE], argname[16];
452 char tmpbuf[BUFSIZE];
481 char passbuf[BUFSIZE];
/freebsd-11-stable/usr.bin/m4/
H A Dmisc.c59 static size_t bufsize = BUFSIZE;
H A Dgnum4.c668 char result[BUFSIZE];
/freebsd-11-stable/contrib/sendmail/editmap/
H A Deditmap.c56 #define BUFSIZE 1024 macro
/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c104 #define BUFSIZE 1024 macro
408 sc->sc_inbuf = malloc(BUFSIZE, M_DEVBUF, M_WAITOK);
791 while ((n = min(BUFSIZE, uio->uio_resid)) != 0) {
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c228 # undef BUFSIZE macro
229 # define BUFSIZE ((long)1024*8+1) macro
686 if ((buf = (unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL) {
690 if ((buf2 = (unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL) {
/freebsd-11-stable/stand/common/
H A Dpart.c989 char buf[BUFSIZE];
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.c57 #define BUFSIZE (1 * BIOSDISK_SECSIZE) macro

Completed in 376 milliseconds

123