| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varfind.exp | 2 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from 4 VarFind-aliases.to: abbr 6 VarFind-aliases.to: abbr VarFind-aliases.from 8 VarFind-aliases.to: abbr 10 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from 12 VarFind-aliases.to: abbr VarFind-aliases 14 VarFind-aliases.to: abbr VarFind-aliases.to
|
| H A D | varfind.mk | 19 @echo $@: abbr ${>:Q} 21 @echo $@: abbr ${!:Q} 23 @echo $@: abbr ${<:Q} 25 @echo $@: abbr ${%:Q} 27 @echo $@: abbr ${?:Q} 29 @echo $@: abbr ${*:Q} 31 @echo $@: abbr ${@:Q}
|
| /freebsd/contrib/tzdata/ |
| H A D | zishrink.awk | 271 abbr, f, field, i, n, newdef, newline, r, \ 279 abbr = rule[r] 280 if (!abbr) { 281 rule[r] = abbr = gen_rule_name(r) 283 field[2] = abbr
|
| H A D | ziguard.awk | 180 abbr = stdabbr 203 abbr = dstabbr 205 abbr = stdabbr "/" dstabbr 208 sub(/%z/, abbr)
|
| H A D | NEWS | 4573 abbr elements' title attributes.
|
| /freebsd/contrib/tzcode/ |
| H A D | zdump.c | 80 static char const *abbr(struct tm const *); 359 char const *ab = abbr(tmp); in saveabbr() 587 || strcmp(abbr(&newtm), ab) != 0))) { in main() 593 newtm_ok ? abbr(&newtm) : NULL, argv[i]); in main() 703 && strcmp(abbr(&tm), ab) == 0))) { in hunt() 812 if (*abbr(tmp) != '\0') in show() 813 printf(" %s", abbr(tmp)); in show() 822 if (tmp != NULL && *abbr(tmp) != '\0') in show() 823 abbrok(abbr(tmp), zone); in show() 943 && (*abbr(tm) == '-' || strcmp(abbr(tm), "zzz") == 0))) in format_utc_offset() [all …]
|
| H A D | zic.c | 3138 doabbr(char *abbr, struct zone const *zp, char const *letters, in doabbr() argument 3154 sprintf(abbr, format, letters); in doabbr() 3156 strcpy(abbr, slashp + 1); in doabbr() 3158 char *abbrend = mempcpy(abbr, format, slashp - format); in doabbr() 3161 len = strlen(abbr); in doabbr() 3164 for (cp = abbr; is_alpha(*cp); cp++) in doabbr() 3168 abbr[len + 2] = '\0'; in doabbr() 3169 abbr[len + 1] = '>'; in doabbr() 3170 memmove(abbr + 1, abbr, len); in doabbr() 3171 abbr[0] = '<'; in doabbr() [all …]
|
| H A D | localtime.c | 650 char const *abbr = &sp->chars[sp->ttis[i].tt_desigidx]; in ttunspecified() local 652 return memcmp(abbr, UNSPEC, sizeof UNSPEC) == 0; in ttunspecified()
|
| H A D | NEWS | 4573 abbr elements' title attributes.
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 1040 const llvm::DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract() local 1041 if (!abbr) in extract() 1053 abbr->getAbbreviationDeclarationSet(header.getAbbrOffset()); in extract()
|
| H A D | SymbolFileDWARF.cpp | 710 auto abbr = in DebugAbbrev() local 712 llvm::Error error = abbr->parse(); in DebugAbbrev() 720 m_abbr = std::move(abbr); in DebugAbbrev()
|
| /freebsd/contrib/lyaml/doc/ |
| H A D | ldoc.css | 43 abbr,acronym { selector
|
| /freebsd/usr.bin/ee/nls/de_DE.ISO8859-1/ |
| H A D | ee.msg | 74 65 "!bef : Unix-\"bef\" |klein: Suche ohne Gro�/Klein |abbr : Abbruch "
|
| /freebsd/contrib/expat/doc/ |
| H A D | ok.min.css | 2 …abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;… selector
|
| /freebsd/contrib/libxo/doc/_static/ |
| H A D | basic.css_t | 521 abbr, acronym {
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mmuegel | 332 %Tags = ( '%a', q|($rep = $DoW[$wday])=~ s/^(...).*/\1/|, # abbr. weekday name - Sun to Sat 334 X '%b', q|($rep = $MoY[$mon]) =~ s/^(...).*/\1/|, # abbr. month name - Jan to Dec 343 X '%h', q|$rep = '%b'|, # abbr. month name (same as %b)
|