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

/osnet-11/usr/src/lib/libsec/common/
H A Dacltext.c456 * The format depends on the flags field which indicates whether the compact
1081 ace_printacl(acl_t *aclp, int cols, int compact) argument
1087 if (compact) {
1122 acl_printacl(acl_t *aclp, int cols, int compact) argument
1130 ace_printacl(aclp, cols, compact);
/osnet-11/usr/src/cmd/parted/
H A Dparted.c1322 /* Prints a sector out, first in compact form, and then with a percentage.
1328 char* compact; local
1332 compact = ped_unit_format (dev, sector);
1334 compact = ped_unit_format_custom (dev, sector,
1339 printf ("%s (%s)\n", compact, percent);
1341 free (compact);

Completed in 29 milliseconds