Searched refs:abbr (Results 1 – 7 of 7) sorted by relevance
| /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/zdump/ |
| H A D | zdump.c | 88 static char const *abbr(struct tm const *); 410 char const *ab = abbr(tmp); in saveabbr() 638 || strcmp(abbr(&newtm), ab) != 0))) { in main() 644 newtm_ok ? abbr(&newtm) : NULL, argv[i]); in main() 754 && strcmp(abbr(&tm), ab) == 0))) { in hunt() 863 if (*abbr(tmp) != '\0') in show() 864 printf(" %s", abbr(tmp)); in show() 873 if (tmp != NULL && *abbr(tmp) != '\0') in show() 874 abbrok(abbr(tmp), zone); in show() 992 && (*abbr(tm) == '-' || strcmp(abbr(tm), "zzz") == 0))) in format_utc_offset() [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/zic/ |
| H A D | zic.c | 208 static void newabbr(const char * abbr); 2842 doabbr(char *abbr, struct zone const *zp, char const *letters, in doabbr() argument 2859 sprintf(abbr, format, letters); in doabbr() 2861 strcpy(abbr, slashp + 1); in doabbr() 2863 memcpy(abbr, format, slashp - format); in doabbr() 2864 abbr[slashp - format] = '\0'; in doabbr() 2866 len = strlen(abbr); in doabbr() 2869 for (cp = abbr; is_alpha(*cp); cp++) in doabbr() 2873 abbr[len + 2] = '\0'; in doabbr() 2874 abbr[len + 1] = '>'; in doabbr() [all …]
|
| /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}
|