Searched defs:UNS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dprint.h95 #define UNS 53 /* print value in unsigned decimal */ macro
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c106 typedef unsigned int UNS; typedef
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 235 milliseconds