Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/truss/
H A Dsystable.c225 {"read", 3, DEC, NOV, DEC, IOB, UNS}, /* 3 */
226 {"write", 3, DEC, NOV, DEC, IOB, UNS}, /* 4 */
244 {"readlinkat", 4, DEC, NOV, ATC, STG, RLK, UNS}, /* 22 */
245 {"setuid", 1, DEC, NOV, UNS}, /* 23 */
246 {"getuid", 0, UNS, UNS}, /* 24 */
249 {"alarm", 1, DEC, NOV, UNS}, /* 27 */
262 {"uucopystr", 3, DEC, NOV, STG, RST, UNS}, /* 40 */
266 {"profil", 4, DEC, NOV, HEX, UNS, HEX, OCT}, /* 44 */
268 {"setgid", 1, DEC, NOV, UNS}, /* 46 */
269 {"getgid", 0, UNS, UNS}, /* 47 */
[all …]
H A Dprint.h95 #define UNS 53 /* print value in unsigned decimal */ macro
H A Dactions.c761 case UNS: in sysexit()
801 case UNS: in sysexit()
/titanic_41/usr/src/cmd/pr/
H A Dpr.c106 typedef unsigned int UNS; typedef
150 static UNS Buflen;
611 Buflen = ((UNS) (Plength / Dblspace + 1)) * in findopt()
616 Colpts = (COLP) getspace((UNS) ((Ncols + 1) * in findopt()
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)