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

/illumos-gate/usr/src/cmd/cdrw/
H A Dmmc.c759 * abbr - 1 if printing abbreviated name, otherwise 0
762 print_profile_name(uint16_t num, uchar_t current, uchar_t abbr) argument
764 if (abbr != 1)
800 if (abbr != 1)
808 if (abbr != 1)
813 if (abbr != 1)
818 if (abbr != 1)
825 if (abbr != 1)
832 if (abbr != 1)
854 if (abbr !
[all...]
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c94 static char *abbr(struct tm *);
289 (void) strncpy(buf, abbr(&tm), sizeof (buf) - 1);
306 strcmp(abbr(&newtm), buf) != 0)) {
312 abbr(&newtm),
434 (void) strncpy(loab, abbr(&lotm), sizeof (loab) - 1);
452 strcmp(abbr(&tm), loab) == 0)) {
512 if (*abbr(tmp) != '\0')
513 (void) printf(" %s", abbr(tmp));
522 if (tmp != NULL && *abbr(tmp) != '\0')
523 abbrok(abbr(tm
527 abbr(tmp) function
[all...]

Completed in 60 milliseconds