Searched refs:abbr (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/zdump/ |
H A D | zdump.c | 94 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...] |
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | device.h | 81 void print_profile_name(uint16_t num, uchar_t current, uchar_t abbr);
|
H A D | mmc.c | 759 * 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/zic/ |
H A D | zic.c | 90 static int addtype(long gmtoff, const char *abbr, int isdst, 100 static void doabbr(char *abbr, const char *format, 118 static int itsabbr(const char *abbr, const char *word); 123 static void newabbr(const char *abbr); 1611 doabbr(abbr, format, letters, isdst) 1612 char * const abbr; 1619 (void) strcpy(abbr, format); 1621 (void) sprintf(abbr, format, letters); 1623 (void) strcpy(abbr, strchr(format, '/') + 1); 1625 (void) strcpy(abbr, forma [all...] |
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 1960 % @abbr for "Comput. J." and the like. 1963 \def\abbr#1{\doabbr #1,,\finish}
|
Completed in 112 milliseconds