Searched refs:abbr (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/zdump/ |
H A D | zdump.c | 98 static char *abbr(struct tm *); 294 (void) strncpy(buf, abbr(&tm), sizeof (buf) - 1); 311 strcmp(abbr(&newtm), buf) != 0)) { 317 abbr(&newtm), 439 (void) strncpy(loab, abbr(&lotm), sizeof (loab) - 1); 457 strcmp(abbr(&tm), loab) == 0)) { 517 if (*abbr(tmp) != '\0') 518 (void) printf(" %s", abbr(tmp)); 527 if (tmp != NULL && *abbr(tmp) != '\0') 528 abbrok(abbr(tmp), zone); [all …]
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | mmc.c | 762 print_profile_name(uint16_t num, uchar_t current, uchar_t abbr) in print_profile_name() argument 764 if (abbr != 1) in print_profile_name() 800 if (abbr != 1) in print_profile_name() 808 if (abbr != 1) in print_profile_name() 813 if (abbr != 1) in print_profile_name() 818 if (abbr != 1) in print_profile_name() 825 if (abbr != 1) in print_profile_name() 832 if (abbr != 1) in print_profile_name() 854 if (abbr != 1) in print_profile_name() 861 if (abbr != 1) in print_profile_name()
|
H A D | device.h | 79 void print_profile_name(uint16_t num, uchar_t current, uchar_t abbr);
|
/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); 1613 doabbr(abbr, format, letters, isdst) in doabbr() argument 1614 char * const abbr; in doabbr() 1621 (void) strcpy(abbr, format); 1623 (void) sprintf(abbr, format, letters); 1625 (void) strcpy(abbr, strchr(format, '/') + 1); 1627 (void) strcpy(abbr, format); [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | Dialcodes | 28 # abbr dial-seq 30 # where 'abbr' is the abbreviation used in the Systems
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.news | 448 :abbr foo find outer otter 819 (abbr "ed") the presence or absence of g and c suffices is
|
/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}
|