Searched refs:UNSIGNED (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/contrib/diff/lib/
H A Dstrtoumax.c1 #define UNSIGNED 1 macro
H A Dstrtoimax.c35 #ifdef UNSIGNED
53 #ifdef UNSIGNED
/freebsd-current/lib/libc/stdio/
H A Dvfscanf.c80 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
619 flags |= UNSIGNED;
635 flags |= UNSIGNED;
641 flags |= UNSIGNED;
648 flags |= UNSIGNED;
683 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
813 if ((flags & UNSIGNED) == 0)
H A Dvfwscanf.c76 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
601 flags |= UNSIGNED;
617 flags |= UNSIGNED;
623 flags |= UNSIGNED;
630 flags |= UNSIGNED;
676 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
791 if ((flags & UNSIGNED) == 0)
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DRelocations.h41 UNSIGNED = 1 << 13, // *_UNSIGNED relocs member in class:lld::macho::RelocAttrBits
44 // Note: SUBTRACTOR always pairs with UNSIGNED (a delta between two symbols).
H A DInputSection.cpp182 target->hasAttr(r.type, RelocAttrBits::UNSIGNED);
H A DUnwindInfoSection.cpp238 assert(target->hasAttr(r.type, RelocAttrBits::UNSIGNED));
H A DInputFiles.cpp519 !relocAttrs.hasAttr(RelocAttrBits::UNSIGNED))
520 error(message("not allowed in thread-local section, must be UNSIGNED"));
637 // SUBTRACTOR relocations should always be followed by an UNSIGNED one
639 assert(target->hasAttr(minuendInfo.r_type, RelocAttrBits::UNSIGNED) &&
1127 // Hack!! Each compact unwind entry (CUE) has its UNSIGNED relocations embed
1338 assert(target->hasAttr(minuend.type, RelocAttrBits::UNSIGNED));
H A DWriter.cpp655 } else if (relocAttrs.hasAttr(RelocAttrBits::UNSIGNED)) {
684 // Skip over the following UNSIGNED relocation -- it's just there as the
685 // minuend, and doesn't have the usual UNSIGNED semantics. We don't want
H A DSyntheticSections.cpp1900 // initializer functions, therefore all relocations should be of the UNSIGNED
1907 if (!attrs.hasAttr(RelocAttrBits::UNSIGNED))
/freebsd-current/contrib/ldns/drill/
H A Dsecuretrace.c17 #define UNSIGNED "[U]" /* no relevant dnssec data found */ macro
680 fprintf(stdout, "%s ", UNSIGNED);
740 printf("%s ", UNSIGNED);
777 printf(";;" SELF " self sig OK; " BOGUS " bogus; " TRUST " trusted; " UNSIGNED " unsigned\n");
/freebsd-current/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c151 enum { SIGNED, UNSIGNED, FLOAT } type; enumerator in enum:oidvalue::__anon1013
167 case UNSIGNED:
190 ov->type = UNSIGNED;
212 case UNSIGNED:
/freebsd-current/contrib/llvm-project/lld/MachO/Arch/
H A DARM64_32.cpp48 {"UNSIGNED", B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4)},
H A DX86_64.cpp55 {"UNSIGNED",
56 B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4) | B(BYTE8)},
H A DARM64.cpp57 {"UNSIGNED",
58 B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4) | B(BYTE8)},
/freebsd-current/contrib/file/src/
H A Dprint.c70 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "",
H A Dsoftmagic.c604 if (m->flag & UNSIGNED) { \
615 if (m->flag & UNSIGNED) { \
2408 if (m->flag & UNSIGNED) {
2427 if (m->flag & UNSIGNED) {
H A Dfile.h216 #define UNSIGNED 0x08 /* comparison is unsigned */ macro
H A Dapprentice.c1632 if (!(m->flag & UNSIGNED)) {
2256 m->flag |= UNSIGNED;

Completed in 263 milliseconds