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

/freebsd-13-stable/contrib/diff/lib/
H A Dstrtoumax.c1 #define UNSIGNED 1 macro
H A Dstrtoimax.c35 #ifdef UNSIGNED
53 #ifdef UNSIGNED
/freebsd-13-stable/lib/libc/stdio/
H A Dvfscanf.c83 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
571 flags |= UNSIGNED;
577 flags |= UNSIGNED;
585 flags |= UNSIGNED;
620 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
750 if ((flags & UNSIGNED) == 0)
H A Dvfwscanf.c81 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
555 flags |= UNSIGNED;
561 flags |= UNSIGNED;
569 flags |= UNSIGNED;
615 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
730 if ((flags & UNSIGNED) == 0)
/freebsd-13-stable/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c150 enum { SIGNED, UNSIGNED, FLOAT } type; enumerator in enum:oidvalue::__anon16694
166 case UNSIGNED:
189 ov->type = UNSIGNED;
211 case UNSIGNED:
/freebsd-13-stable/contrib/ldns/drill/
H A Dsecuretrace.c17 #define UNSIGNED "[U]" /* no relevant dnssec data found */ macro
642 fprintf(stdout, "%s ", UNSIGNED);
702 printf("%s ", UNSIGNED);
/freebsd-13-stable/contrib/file/src/
H A Dprint.c70 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "",
H A Dfile.h194 #define UNSIGNED 0x08 /* comparison is unsigned */ macro
H A Dapprentice.c1490 if (!(m->flag & UNSIGNED)) {
2099 m->flag |= UNSIGNED;
H A Dsoftmagic.c2284 if (m->flag & UNSIGNED) {
2303 if (m->flag & UNSIGNED) {

Completed in 106 milliseconds