Home
last modified time | relevance | path

Searched refs:UNSIGNED (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/diff/lib/
H A Dstrtoimax.c35 #ifdef UNSIGNED
53 #ifdef UNSIGNED
H A Dstrtoumax.c1 #define UNSIGNED 1 macro
/freebsd/lib/libc/stdio/
H A Dvfscanf.c80 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
619 flags |= UNSIGNED; in __svfscanf()
635 flags |= UNSIGNED; in __svfscanf()
641 flags |= UNSIGNED; in __svfscanf()
648 flags |= UNSIGNED; in __svfscanf()
683 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */ in __svfscanf()
813 if ((flags & UNSIGNED) == 0) in __svfscanf()
H A Dvfwscanf.c76 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
601 flags |= UNSIGNED; in __vfwscanf()
617 flags |= UNSIGNED; in __vfwscanf()
623 flags |= UNSIGNED; in __vfwscanf()
630 flags |= UNSIGNED; in __vfwscanf()
676 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */ in __vfwscanf()
791 if ((flags & UNSIGNED) == 0) in __vfwscanf()
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c151 enum { SIGNED, UNSIGNED, FLOAT } type; enumerator
167 case UNSIGNED: in oidvalue_get_float()
190 ov->type = UNSIGNED; in oidvalue_set_unsigned()
212 case UNSIGNED: in oidvalue_print()
/freebsd/contrib/ldns/drill/
H A Dsecuretrace.c17 #define UNSIGNED "[U]" /* no relevant dnssec data found */ macro
680 fprintf(stdout, "%s ", UNSIGNED); in do_secure_trace()
740 printf("%s ", UNSIGNED); in do_secure_trace()
777 printf(";;" SELF " self sig OK; " BOGUS " bogus; " TRUST " trusted; " UNSIGNED " unsigned\n"); in do_secure_trace()
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.h41 UNSIGNED = 1 << 13, // *_UNSIGNED relocs enumerator
H A DInputSection.cpp226 target->hasAttr(r.type, RelocAttrBits::UNSIGNED); in writeTo()
H A DUnwindInfoSection.cpp238 assert(target->hasAttr(r.type, RelocAttrBits::UNSIGNED)); in prepareRelocations()
H A DInputFiles.cpp519 !relocAttrs.hasAttr(RelocAttrBits::UNSIGNED)) in validateRelocationInfo()
639 assert(target->hasAttr(minuendInfo.r_type, RelocAttrBits::UNSIGNED) && in parseRelocations()
1338 assert(target->hasAttr(minuend.type, RelocAttrBits::UNSIGNED)); in targetSymFromCanonicalSubtractor()
H A DWriter.cpp664 } else if (relocAttrs.hasAttr(RelocAttrBits::UNSIGNED)) { in prepareSymbolRelocation()
H A DSyntheticSections.cpp1972 if (!attrs.hasAttr(RelocAttrBits::UNSIGNED)) in setUp()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64_32.cpp47 {"UNSIGNED", B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4)},
H A DX86_64.cpp55 B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4) | B(BYTE8)},
H A DARM64.cpp57 B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4) | B(BYTE8)},
/freebsd/contrib/file/src/
H A Dprint.c71 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "", in file_mdump()
H A Dsoftmagic.c604 if (m->flag & UNSIGNED) { \ in mprint()
615 if (m->flag & UNSIGNED) { \ in mprint()
2412 if (m->flag & UNSIGNED) { in magiccheck()
2431 if (m->flag & UNSIGNED) { in magiccheck()
H A Dfile.h225 #define UNSIGNED 0x08 /* comparison is unsigned */ macro
H A Dapprentice.c1650 if (!(m->flag & UNSIGNED)) { in file_signextend()
2274 m->flag |= UNSIGNED; in parse()
/freebsd/crypto/heimdal/
H A DChangeLog.2000967 * lib/asn1/k5.asn1 (UNSIGNED): add. use UNSIGNED for all sequence
/freebsd/contrib/ldns/
H A DChangelog88 * Fix #48: Missing UNSIGNED legend with drill. Thanks reedjc