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

  /onnv/onnv-gate/usr/src/cmd/truss/
systable.c 223 {"read", 3, DEC, NOV, DEC, IOB, UNS}, /* 3 */
224 {"write", 3, DEC, NOV, DEC, IOB, UNS}, /* 4 */
243 {"setuid", 1, DEC, NOV, UNS}, /* 23 */
244 {"getuid", 0, UNS, UNS}, /* 24 */
247 {"alarm", 1, DEC, NOV, UNS}, /* 27 */
260 {"uucopystr", 3, DEC, NOV, STG, RST, UNS}, /* 40 */
264 {"profil", 4, DEC, NOV, HEX, UNS, HEX, OCT}, /* 44 */
266 {"setgid", 1, DEC, NOV, UNS}, /* 46 */
267 {"getgid", 0, UNS, UNS}, /* 47 *
    [all...]
print.h 93 #define UNS 53 /* print value in unsigned decimal */
actions.c 764 case UNS:
804 case UNS:
  /onnv/onnv-gate/usr/src/cmd/pr/
pr.c 106 typedef unsigned int UNS;
150 static UNS Buflen;
611 Buflen = ((UNS) (Plength / Dblspace + 1)) *
616 Colpts = (COLP) getspace((UNS) ((Ncols + 1) *
1331 s = strcpy((char *)getspace((UNS) strlen(s) + 1), s);
1346 (void) sprintf(s = (char *)getspace((UNS) strlen(f->f_name)
1347 + 1 + (UNS) strlen(empty_file_msg)),
1355 (ERR *) getspace((UNS) sizeof (ERR));
1367 getspace(UNS n)

Completed in 60 milliseconds