Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/port/
H A Dastlicense.c93 #define SIZ(b) ((b)->nxt-(b)->buf) macro
966 if (SIZ(&tmp)) in astlicense()
970 if (SIZ(&tmp)) in astlicense()
1070 if (SIZ(&tmp)) in astlicense()
1074 if (SIZ(&tmp)) in astlicense()
/titanic_41/usr/src/cmd/ps/
H A Dps.c72 #define SIZ 30 /* initial size of tables for -p, -s, -g, -h and -z */ macro
476 lgrps_size = SIZ; in stdmain()
592 pidsz = SIZ; in stdmain()
625 sessidsz = SIZ; in stdmain()
658 grpidsz = SIZ; in stdmain()
711 zoneidsz = SIZ; in stdmain()
H A Ducbps.c73 #define SIZ 30 /* max processes that can be specified with -p and -g */ macro