| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_abbrev.c | 62 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, Dwarf_Half *return_tag, in dwarf_get_abbrev_tag() argument 66 if (abbrev == NULL || return_tag == NULL) { in dwarf_get_abbrev_tag() 71 *return_tag = (Dwarf_Half) abbrev->ab_tag; in dwarf_get_abbrev_tag() 77 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, Dwarf_Unsigned *return_code, in dwarf_get_abbrev_code() argument 81 if (abbrev == NULL || return_code == NULL) { in dwarf_get_abbrev_code() 86 *return_code = abbrev->ab_entry; in dwarf_get_abbrev_code() 92 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, Dwarf_Signed *return_flag, in dwarf_get_abbrev_children_flag() argument 96 if (abbrev == NULL || return_flag == NULL) { in dwarf_get_abbrev_children_flag() 101 *return_flag = (Dwarf_Signed) abbrev->ab_children; in dwarf_get_abbrev_children_flag() 107 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signed ndx, in dwarf_get_abbrev_entry() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 66 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 67 abbrev.Add(llvm::BitCodeAbbrevOp(Value)); in emitOp() 82 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 83 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, Width)); in emitOp() 107 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 108 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::VBR, Width)); in emitOp() 124 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 125 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Char6)); in emitOp() 142 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 143 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Blob)); in emitOp() [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | logintest.c | 223 char full[17], strip[9], abbrev[5]; in testLineName() local 227 memset(abbrev, '\0', sizeof(abbrev)); in testLineName() 231 line_abbrevname(abbrev, full, sizeof(abbrev)-1); in testLineName() 232 printf("%s: %s, %s, %s\n", line, full, strip, abbrev); in testLineName()
|
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | exception.h | 66 __info.first.abbrev, in __create_message() 68 __info.second.abbrev, in __create_message() 110 __info.first.abbrev, in __create_message() 112 __info.second.abbrev, in __create_message()
|
| H A D | sys_info.h | 40 string abbrev; member
|
| H A D | ostream.h | 306 std::basic_string<_CharT> __abbrev{__info.abbrev.begin(), __info.abbrev.end()};
|
| /freebsd/contrib/libcbor/ |
| H A D | release.sh | 75 git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD) 84 git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
|
| /freebsd/usr.sbin/fifolog/lib/ |
| H A D | getdate.y | 664 int abbrev; in LookupWord() local 682 abbrev = 1; in LookupWord() 684 abbrev = 1; in LookupWord() 688 abbrev = 0; in LookupWord() 691 if (abbrev) { in LookupWord()
|
| /freebsd/crypto/krb5/src/kadmin/cli/ |
| H A D | getdate.y | 687 int abbrev; in LookupWord() local 705 abbrev = 1; in LookupWord() 707 abbrev = 1; in LookupWord() 711 abbrev = 0; in LookupWord() 714 if (abbrev) { in LookupWord()
|
| /freebsd/usr.bin/find/ |
| H A D | getdate.y | 661 int abbrev; in LookupWord() local 679 abbrev = 1; in LookupWord() 681 abbrev = 1; in LookupWord() 685 abbrev = 0; in LookupWord() 688 if (abbrev) { in LookupWord()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | clocktypes.c | 119 return (clk->abbrev); in clockname()
|
| /freebsd/crypto/krb5/src/util/ss/ |
| H A D | std_rqs.ct | 24 abbrev, ab;
|
| H A D | ss_internal.h | 43 char **abbrev; /* new tokens to insert */ member
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_parse_date.c | 515 size_t abbrev; member 893 size_t abbrev = tp->abbrev; in nexttoken() local 894 if (abbrev == 0) in nexttoken() 895 abbrev = strlen(tp->name); in nexttoken() 896 if (strlen(buff) >= abbrev in nexttoken()
|
| /freebsd/release/ |
| H A D | Makefile.inc1 | 13 GITBRANCH!= ${GIT_CMD} -C ${.CURDIR} rev-parse --abbrev-ref HEAD 2>/dev/null | sed -e 's/\^\///'
|
| /freebsd/contrib/ntp/sntp/libevent/cmake/ |
| H A D | VersionViaGit.cmake | 34 ${GIT_EXECUTABLE} describe --abbrev=0 --always
|
| /freebsd/contrib/libevent/cmake/ |
| H A D | VersionViaGit.cmake | 34 ${GIT_EXECUTABLE} describe --abbrev=0 --always
|
| /freebsd/contrib/nvi/common/ |
| H A D | options.c | 248 typedef struct abbrev { struct 253 static OABBREV const abbrev[] = { argument 1041 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1, in opts_search()
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_refclock.h | 31 const char *abbrev; /* short description */ member
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/ |
| H A D | time_zone.cpp | 70 …x.out(), "[{}, {}) {:%Q%q} {:%Q%q} {}", info.begin, info.end, info.offset, info.save, info.abbrev); in format() 727 …if (__current.offset != __next.offset || __current.abbrev != __next.abbrev || __current.save != __… in __merge_continuation()
|
| /freebsd/contrib/tzcode/ |
| H A D | zdump.c | 459 static char * abbrev; in main() local 616 ab = saveabbr(&abbrev, &abbrevsize, &tm); in main() 648 ab = saveabbr(&abbrev, &abbrevsize, &newtm); in main()
|
| H A D | Makefile | 734 --abbrev=7 --dirty) || \
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 3047 Abbrev abbrev; in computeHdrAndAbbrevTable() local 3050 abbrev.code = oldAbbrev.Code; in computeHdrAndAbbrevTable() 3051 abbrev.tag = oldAbbrev.Tag; in computeHdrAndAbbrevTable() 3056 abbrev.attributes.push_back({a.Index, a.Form}); in computeHdrAndAbbrevTable() 3059 abbrev.attributes.push_back(cuAttr); in computeHdrAndAbbrevTable() 3064 abbrev.Profile(id); in computeHdrAndAbbrevTable() 3072 new (abbrevAlloc.Allocate()) Abbrev(std::move(abbrev)); in computeHdrAndAbbrevTable() 3085 for (Abbrev *abbrev : abbrevTable) { in computeHdrAndAbbrevTable() 3086 encodeULEB128(abbrev->code, os); in computeHdrAndAbbrevTable() 3087 encodeULEB128(abbrev->tag, os); in computeHdrAndAbbrevTable() [all …]
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 148 …ASS_DEFAULT, options.style.classes, NAMESPACE + '-pos-' + options.position.my.abbrev() ].join(' '), 932 C.abbrev = function() { 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/contrib/tzdata/ |
| H A D | Makefile | 734 --abbrev=7 --dirty) || \
|