Searched refs:abbrev (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_abbrev.c62 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, Dwarf_Half *return_tag, argument
66 if (abbrev == NULL || return_tag == NULL) {
71 *return_tag = (Dwarf_Half) abbrev->ab_tag;
77 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, Dwarf_Unsigned *return_code, argument
81 if (abbrev == NULL || return_code == NULL) {
86 *return_code = abbrev->ab_entry;
92 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, Dwarf_Signed *return_flag, argument
96 if (abbrev == NULL || return_flag == NULL) {
101 *return_flag = (Dwarf_Signed) abbrev->ab_children;
107 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signe argument
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
229 memset(abbrev, '\0', sizeof(abbrev));
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dclocktypes.c120 return (clk->abbrev);
/freebsd-13-stable/release/
H A DMakefile.inc117 GITBRANCH!= ${GIT_CMD} -C ${.CURDIR} rev-parse --abbrev-ref HEAD 2>/dev/null | sed -e 's/\^\///'
/freebsd-13-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y664 int abbrev;
682 abbrev = 1;
684 abbrev = 1;
688 abbrev = 0;
691 if (abbrev) {
/freebsd-13-stable/usr.bin/find/
H A Dgetdate.y664 int abbrev;
682 abbrev = 1;
684 abbrev = 1;
688 abbrev = 0;
691 if (abbrev) {
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_refclock.h31 const char *abbrev; /* short description */ member in struct:clktype
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c520 size_t abbrev; member in struct:LEXICON
924 size_t abbrev = tp->abbrev; local
925 if (abbrev == 0)
926 abbrev = strlen(tp->name);
927 if (strlen(buff) >= abbrev
/freebsd-13-stable/contrib/nvi/common/
H A Doptions.c244 typedef struct abbrev { struct
249 static OABBREV const abbrev[] = { variable
1048 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1,
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js148 'class': [ NAMESPACE, CLASS_DEFAULT, options.style.classes, NAMESPACE + '-pos-' + options.position.my.abbrev() ].join(' '),
932 C.abbrev = function() {
2112 isCenter = corner.abbrev() === 'c',
2153 return tips[ corner.abbrev() ];
2161 if( (this.enabled = !!this.corner && this.corner.abbrev() !== 'c') ) {
2648 if(newMy && cache.lastClass !== (newClass = NAMESPACE + '-pos-' + newMy.abbrev())) {
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp875 const Section &abbrev,
901 auto abbrevData = dataExtractorFromSection(normalizedFile, abbrev);
873 readCompUnit(const NormalizedFile &normalizedFile, const Section &info, const Section &abbrev, const Section &strings, StringRef path) argument
/freebsd-13-stable/contrib/tzdata/
H A DMakefile593 --abbrev=7 --dirty` || \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp535 DWARFDebugAbbrev *abbrev = DebugAbbrev(); local
536 if (abbrev) {
538 abbrev->GetUnsupportedForms(invalid_forms);

Completed in 134 milliseconds