Searched refs:abbr (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/ofed/management/ |
| HD | gen_ver.sh | 27 abbr=`git rev-parse --short --verify HEAD 2>/dev/null` 28 if [ ! -z "$abbr" ] ; then 29 version="${version}_${abbr}"
|
| /NextBSD/contrib/tzcode/zic/ |
| HD | zdump.c | 156 static char * abbr(struct tm * tmp); 355 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); 367 strcmp(abbr(&newtm), buf) != 0)) { 373 abbr(&newtm), 495 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in hunt() 513 strcmp(abbr(&tm), loab) == 0)) { in hunt() 570 if (*abbr(tmp) != '\0') in show() 571 (void) printf(" %s", abbr(tmp)); in show() 580 if (tmp != NULL && *abbr(tmp) != '\0') in show() 581 abbrok(abbr(tmp), zone); in show() [all …]
|
| HD | zic.c | 105 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) in doabbr() argument 1752 char * const abbr; in doabbr() 1765 (void) strcpy(abbr, format); 1766 else (void) sprintf(abbr, format, letters); 1768 (void) strcpy(abbr, slashp + 1); 1771 (void) strncpy(abbr, format, [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFCompileUnit.cpp | 86 const DWARFDebugAbbrev *abbr = m_dwarf2Data->DebugAbbrev(); in Extract() local 98 if (length_OK && version_OK && addr_size_OK && abbr_offset_OK && abbr != NULL) in Extract() 100 m_abbrevs = abbr->GetAbbreviationDeclarationSet(abbr_offset); in Extract()
|
| /NextBSD/usr.bin/ee/nls/de_DE.ISO8859-1/ |
| HD | ee.msg | 75 65 "!bef : Unix-\"bef\" |klein: Suche ohne Gro�/Klein |abbr : Abbruch "
|
| /NextBSD/contrib/amd/doc/ |
| HD | texinfo.tex | 1946 % @abbr for "Comput. J." and the like. 1949 \def\abbr#1{\doabbr #1,,\finish}
|
| /NextBSD/contrib/groff/doc/ |
| HD | texinfo.tex | 1960 % @abbr for "Comput. J." and the like. 1963 \def\abbr#1{\doabbr #1,,\finish}
|
| /NextBSD/contrib/gcc/doc/include/ |
| HD | texinfo.tex | 2061 % @abbr for "Comput. J." and the like. 2064 \def\abbr#1{\doabbr #1,,\finish}
|