Searched refs:UNS (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/truss/ |
| H A D | systable.c | 226 {"read", 3, DEC, NOV, DEC, IOB, UNS}, /* 3 */ 227 {"write", 3, DEC, NOV, DEC, IOB, UNS}, /* 4 */ 245 {"readlinkat", 4, DEC, NOV, ATC, STG, RLK, UNS}, /* 22 */ 246 {"setuid", 1, DEC, NOV, UNS}, /* 23 */ 247 {"getuid", 0, UNS, UNS}, /* 24 */ 250 {"alarm", 1, DEC, NOV, UNS}, /* 27 */ 263 {"uucopystr", 3, DEC, NOV, STG, RST, UNS}, /* 40 */ 267 {"profil", 4, DEC, NOV, HEX, UNS, HEX, OCT}, /* 44 */ 269 {"setgid", 1, DEC, NOV, UNS}, /* 46 */ 270 {"getgid", 0, UNS, UNS}, /* 47 */ [all …]
|
| H A D | print.h | 96 #define UNS 53 /* print value in unsigned decimal */ macro
|
| H A D | actions.c | 749 case UNS: in sysexit() 781 case UNS: in sysexit()
|
| /illumos-gate/usr/src/cmd/pr/ |
| H A D | pr.c | 104 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)
|