Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c226 {"read", 3, DEC, NOV, DEC, IOB, UNS}, /* 3 */
246 {"setuid", 1, DEC, NOV, UNS}, /* 23 */
247 {"getuid", 0, UNS, UNS}, /* 24 */
250 {"alarm", 1, DEC, NOV, UNS}, /* 27 */
269 {"setgid", 1, DEC, NOV, UNS}, /* 46 */
270 {"getgid", 0, UNS, UNS}, /* 47 */
298 {"sidsys", 4, UNS, UNS, DEC, DEC, DEC, DEC}, /* 75 */
340 {"munmap", 2, DEC, NOV, HEX, UNS}, /* 117 */
359 {"setegid", 1, DEC, NOV, UNS}, /* 136 */
364 {"seteuid", 1, DEC, NOV, UNS}, /* 141 */
[all …]
H A Dprint.h95 #define UNS 53 /* print value in unsigned decimal */ macro
H A Dactions.c749 case UNS: in sysexit()
781 case UNS: in sysexit()
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c104 typedef unsigned int UNS; typedef
148 static UNS Buflen;
609 Buflen = ((UNS) (Plength / Dblspace + 1)) * in findopt()
614 Colpts = (COLP) getspace((UNS) ((Ncols + 1) * in findopt()
1330 s = strcpy((char *)getspace((UNS) strlen(s) + 1), s);
1345 (void) sprintf(s = (char *)getspace((UNS) strlen(f->f_name)
1346 + 1 + (UNS) strlen(empty_file_msg)),
1354 (ERR *) getspace((UNS) sizeof (ERR));
1366 getspace(UNS n)