Searched refs:abbr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/tzcode/zic/
H A Dzdump.c156 static char * abbr(struct tm * tmp);
347 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
359 strcmp(abbr(&newtm), buf) != 0)) {
365 abbr(&newtm),
487 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
505 strcmp(abbr(&tm), loab) == 0)) {
562 if (*abbr(tmp) != '\0')
563 (void) printf(" %s", abbr(tmp));
572 if (tmp != NULL && *abbr(tmp) != '\0')
573 abbrok(abbr(tm
577 abbr(tmp) function
[all...]
H A Dzic.c105 static int addtype(long gmtoff, const char * abbr, int isdst,
114 static void doabbr(char * abbr, const char * format,
132 static int itsabbr(const char * abbr, const char * word);
137 static void newabbr(const char * abbr);
1751 doabbr(abbr, format, letters, isdst, doquotes)
1752 char * const abbr;
1765 (void) strcpy(abbr, format);
1766 else (void) sprintf(abbr, format, letters);
1768 (void) strcpy(abbr, slashp + 1);
1771 (void) strncpy(abbr, forma
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp880 const DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); local
881 if (!abbr)
893 abbr->GetAbbreviationDeclarationSet(expected_header->GetAbbrOffset());
H A DSymbolFileDWARF.cpp608 auto abbr = std::make_unique<DWARFDebugAbbrev>();
609 llvm::Error error = abbr->parse(debug_abbrev_data);
617 m_abbr = std::move(abbr);
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2782 % @abbr for "Comput. J." and the like.
2785 \def\abbr#1{\doabbr #1,,\finish}
4572 \definedummyword\abbr
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2061 % @abbr for "Comput. J." and the like.
2064 \def\abbr#1{\doabbr #1,,\finish}
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1960 % @abbr for "Comput. J." and the like.
1963 \def\abbr#1{\doabbr #1,,\finish}

Completed in 120 milliseconds