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

/freebsd-10.2-release/contrib/ofed/management/
H A Dgen_ver.sh27 abbr=`git rev-parse --short --verify HEAD 2>/dev/null`
28 if [ ! -z "$abbr" ] ; then
29 version="${version}_${abbr}"
/freebsd-10.2-release/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-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp81 const DWARFDebugAbbrev *abbr = m_dwarf2Data->DebugAbbrev(); local
92 if (length_OK && version_OK && addr_size_OK && abbr_offset_OK && abbr != NULL)
94 m_abbrevs = abbr->GetAbbreviationDeclarationSet(abbr_offset);
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2061 % @abbr for "Comput. J." and the like.
2064 \def\abbr#1{\doabbr #1,,\finish}
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex1946 % @abbr for "Comput. J." and the like.
1949 \def\abbr#1{\doabbr #1,,\finish}
/freebsd-10.2-release/contrib/groff/doc/
H A Dtexinfo.tex1960 % @abbr for "Comput. J." and the like.
1963 \def\abbr#1{\doabbr #1,,\finish}

Completed in 124 milliseconds