Home
last modified time | relevance | path

Searched refs:MYBUFSIZ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dproto.h42 #define MYBUFSIZ 8192 macro
H A Dexpound.c2209 if (msgsz > MYBUFSIZ / 4) in show_msgbuf()
2219 if (msgsz > MYBUFSIZ / 4) in show_msgbuf()
2233 if (msgsz > MYBUFSIZ / 4) in show_msgbuf32()
2243 if (msgsz > MYBUFSIZ / 4) in show_msgbuf32()
3028 int serial = (count > MYBUFSIZ / 4); in show_bool()
3062 int serial = (count > MYBUFSIZ / 4 && showbuf); in show_iovec32()
3101 int serial = (count > MYBUFSIZ / 4 && showbuf); in show_iovec()
3141 long buf[MYBUFSIZ / sizeof (long)]; in show_dents32()
3153 int nb = count < MYBUFSIZ? (int)count : MYBUFSIZ; in show_dents32()
3199 long long buf[MYBUFSIZ / sizeof (long long)]; in show_dents64()
[all …]
H A Dactions.c840 if (nb > MYBUFSIZ / 4) in sysexit()
846 if (nb > MYBUFSIZ / 4) in sysexit()
H A Dmain.c551 if (setvbuf(stdout, (char *)NULL, _IOFBF, MYBUFSIZ) != 0) in main()