/freebsd/contrib/diff/lib/ |
H A D | strtoimax.c | 35 #ifdef UNSIGNED 53 #ifdef UNSIGNED
|
H A D | strtoumax.c | 1 #define UNSIGNED 1 macro
|
/freebsd/lib/libc/stdio/ |
H A D | vfscanf.c | 80 #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 D | vfwscanf.c | 76 #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 D | prometheus_sysctl_exporter.c | 151 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 D | securetrace.c | 17 #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 D | Relocations.h | 41 UNSIGNED = 1 << 13, // *_UNSIGNED relocs enumerator
|
H A D | InputSection.cpp | 226 target->hasAttr(r.type, RelocAttrBits::UNSIGNED); in writeTo()
|
H A D | UnwindInfoSection.cpp | 238 assert(target->hasAttr(r.type, RelocAttrBits::UNSIGNED)); in prepareRelocations()
|
H A D | InputFiles.cpp | 519 !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 D | Writer.cpp | 664 } else if (relocAttrs.hasAttr(RelocAttrBits::UNSIGNED)) { in prepareSymbolRelocation()
|
H A D | SyntheticSections.cpp | 1972 if (!attrs.hasAttr(RelocAttrBits::UNSIGNED)) in setUp()
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64_32.cpp | 47 {"UNSIGNED", B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4)},
|
H A D | X86_64.cpp | 55 B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4) | B(BYTE8)},
|
H A D | ARM64.cpp | 57 B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4) | B(BYTE8)},
|
/freebsd/contrib/file/src/ |
H A D | print.c | 71 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "", in file_mdump()
|
H A D | softmagic.c | 604 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 D | file.h | 225 #define UNSIGNED 0x08 /* comparison is unsigned */ macro
|
H A D | apprentice.c | 1650 if (!(m->flag & UNSIGNED)) { in file_signextend() 2274 m->flag |= UNSIGNED; in parse()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2000 | 967 * lib/asn1/k5.asn1 (UNSIGNED): add. use UNSIGNED for all sequence
|
/freebsd/contrib/ldns/ |
H A D | Changelog | 88 * Fix #48: Missing UNSIGNED legend with drill. Thanks reedjc
|