/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 | 4103 abbr elements' title attributes.
|
/freebsd/contrib/tzcode/ |
H A D | zdump.c | 91 static char const *abbr(struct tm const *); 426 char const *ab = abbr(tmp); in saveabbr() 647 || strcmp(abbr(&newtm), ab) != 0))) { in main() 653 newtm_ok ? abbr(&newtm) : NULL, argv[i]); in main() 763 && strcmp(abbr(&tm), ab) == 0))) { in hunt() 872 if (*abbr(tmp) != '\0') in show() 873 printf(" %s", abbr(tmp)); in show() 882 if (tmp != NULL && *abbr(tmp) != '\0') in show() 883 abbrok(abbr(tmp), zone); in show() 1003 && (*abbr(t in format_utc_offset() 1169 abbr(struct tm const *tmp) abbr() function [all...] |
H A D | zic.c | 195 static void newabbr(const char * abbr); 2876 doabbr(char *abbr, struct zone const *zp, char const *letters, in doabbr() argument 2893 sprintf(abbr, format, letters); in doabbr() 2895 strcpy(abbr, slashp + 1); in doabbr() 2897 memcpy(abbr, format, slashp - format); in doabbr() 2898 abbr[slashp - format] = '\0'; in doabbr() 2900 len = strlen(abbr); in doabbr() 2903 for (cp = abbr; is_alpha(*cp); cp++) in doabbr() 2907 abbr[len + 2] = '\0'; in doabbr() 2908 abbr[le in doabbr() 3537 addtype(zic_t utoff,char const * abbr,bool isdst,bool ttisstd,bool ttisut) addtype() argument 3692 itsabbr(register const char * abbr,register const char * word) itsabbr() argument 3708 ciprefix(char const * abbr,char const * word) ciprefix() argument [all...] |
H A D | localtime.c | 253 char const *abbr = &sp->chars[sp->ttis[i].tt_desigidx]; 255 return memcmp(abbr, UNSPEC, sizeof UNSPEC) == 0; in ttunspecified() 1150 dstlen = name - dstname; /* length of DST abbr. */ 257 char const *abbr = &sp->chars[sp->ttis[i].tt_desigidx]; ttunspecified() local
|
H A D | NEWS | 4025 abbr elements' title attributes.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFUnit.cpp | 966 const llvm::DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract() local 967 if (!abbr) in extract() 979 abbr->getAbbreviationDeclarationSet(header.getAbbrOffset()); in extract()
|
H A D | SymbolFileDWARF.cpp | 704 auto abbr = in DebugAbbrev() local 706 llvm::Error error = abbr->parse(); in DebugAbbrev() 714 m_abbr = std::move(abbr); in DebugAbbrev()
|
/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)
|