Searched refs:BUF_SIZ (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_pacct.c62 for (bn = ((unsigned)sb.st_size / BUF_SIZ) + 1; bn >= 0; bn--) {
63 if (lseek(fd, (unsigned)bn * BUF_SIZ, 0) == -1) {
67 cc = read(fd, buf, BUF_SIZ);
H A Dlastcomm.h62 #define BUF_SIZ (NACCT * sizeof (struct acct)) macro
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h99 CHR buf[BUF_SIZ];
H A Dldefs.h76 #define BUF_SIZ 2000 macro
H A Dsub1.c49 if (t >= &p[BUF_SIZ])

Completed in 55 milliseconds