Home
last modified time | relevance | path

Searched refs:abbr (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dvarfind.exp2 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 Dvarfind.mk19 @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 Dzishrink.awk271 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 Dziguard.awk180 abbr = stdabbr
203 abbr = dstabbr
205 abbr = stdabbr "/" dstabbr
208 sub(/%z/, abbr)
H A DNEWS4103 abbr elements' title attributes.
/freebsd/contrib/tzcode/
H A Dzdump.c91 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 Dzic.c195 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 Dlocaltime.c253 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 DNEWS4025 abbr elements' title attributes.
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp966 const llvm::DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract() local
967 if (!abbr) in extract()
979 abbr->getAbbreviationDeclarationSet(header.getAbbrOffset()); in extract()
H A DSymbolFileDWARF.cpp704 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 Dee.msg74 65 "!bef : Unix-\"bef\" |klein: Suche ohne Gro�/Klein |abbr : Abbruch "
/freebsd/contrib/expat/doc/
H A Dok.min.css2abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;… selector
/freebsd/contrib/libxo/doc/_static/
H A Dbasic.css_t521 abbr, acronym {
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel332 %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)