Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_pacct.c60 for (bn = ((unsigned)sb.st_size / BUF_SIZ) + 1; bn >= 0; bn--) { in lc_pacct()
61 if (lseek(fd, (unsigned)bn * BUF_SIZ, 0) == -1) { in lc_pacct()
65 cc = read(fd, buf, BUF_SIZ); in lc_pacct()
H A Dlastcomm.h60 #define BUF_SIZ (NACCT * sizeof (struct acct)) macro
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h97 CHR buf[BUF_SIZ];
H A Dldefs.h74 #define BUF_SIZ 2000 macro
H A Dsub1.c49 if (t >= &p[BUF_SIZ]) in getl()