Home
last modified time | relevance | path

Searched refs:SIZ (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastlicense.c106 #define SIZ(b) ((b)->nxt-(b)->buf) macro
1100 if (SIZ(&tmp)) in astlicense()
1104 if (SIZ(&tmp)) in astlicense()
1204 if (SIZ(&tmp)) in astlicense()
1208 if (SIZ(&tmp)) in astlicense()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c72 #define SIZ 30 /* initial size of tables for -p, -s, -g, -h and -z */ macro
478 lgrps_size = SIZ; in stdmain()
594 pidsz = SIZ; in stdmain()
627 sessidsz = SIZ; in stdmain()
660 grpidsz = SIZ; in stdmain()
713 zoneidsz = SIZ; in stdmain()
H A Ducbps.c73 #define SIZ 30 /* max processes that can be specified with -p and -g */ macro