/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 | 4128 abbr elements' title attributes.
|
/freebsd/contrib/tzcode/ |
H A D | zdump.c | 87 static char const *abbr(struct tm const *); 411 char const *ab = abbr(tmp); in saveabbr() 639 || strcmp(abbr(&newtm), ab) != 0))) { in main() 645 newtm_ok ? abbr(&newtm) : NULL, argv[i]); in main() 755 && strcmp(abbr(&tm), ab) == 0))) { in hunt() 864 if (*abbr(tmp) != '\0') in show() 865 printf(" %s", abbr(tmp)); in show() 874 if (tmp != NULL && *abbr(tmp) != '\0') in show() 875 abbrok(abbr(tmp), zone); in show() 993 && (*abbr(tm) == '-' || strcmp(abbr(tm), "zzz") == 0))) in format_utc_offset() [all …]
|
H A D | zic.c | 195 static void newabbr(const char * abbr); 2912 doabbr(char *abbr, struct zone const *zp, char const *letters, in doabbr() argument 2929 sprintf(abbr, format, letters); in doabbr() 2931 strcpy(abbr, slashp + 1); in doabbr() 2933 memcpy(abbr, format, slashp - format); in doabbr() 2934 abbr[slashp - format] = '\0'; in doabbr() 2936 len = strlen(abbr); in doabbr() 2939 for (cp = abbr; is_alpha(*cp); cp++) in doabbr() 2943 abbr[len + 2] = '\0'; in doabbr() 2944 abbr[len + 1] = '>'; in doabbr() [all …]
|
H A D | localtime.c | 364 char const *abbr = &sp->chars[sp->ttis[i].tt_desigidx]; in ttunspecified() local 366 return memcmp(abbr, UNSPEC, sizeof UNSPEC) == 0; in ttunspecified() 1351 dstlen = name - dstname; /* length of DST abbr. */ in tzparse()
|
H A D | NEWS | 4128 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/lyaml/doc/ |
H A D | ldoc.css | 43 abbr,acronym { selector
|
/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)
|