HomeSort by relevance Sort by last modified time
    Searched refs:SIZ (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/port/
astlicense.c 91 #define USE(b) ((b)->siz=(b)->nxt-(b)->buf,(b)->nxt=(b)->buf,(b)->siz)
92 #define SIZ(b) ((b)->nxt-(b)->buf)
104 int siz; member in struct:Buffer_s
946 if (SIZ(&tmp))
950 if (SIZ(&tmp))
1050 if (SIZ(&tmp))
1054 if (SIZ(&tmp))
  /onnv/onnv-gate/usr/src/cmd/ps/
ps.c 66 #define SIZ 30 /* initial size of tables for -p, -s, -g, -h and -z */
466 lgrps_size = SIZ;
579 pidsz = SIZ;
612 sessidsz = SIZ;
645 grpidsz = SIZ;
698 zoneidsz = SIZ;
    [all...]
ucbps.c 71 #define SIZ 30 /* max processes that can be specified with -p and -g */

Completed in 180 milliseconds