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

/freebsd-11-stable/contrib/diff/lib/
H A Dstrtoumax.c1 #define UNSIGNED 1 macro
H A Dstrtoimax.c35 #ifdef UNSIGNED
53 #ifdef UNSIGNED
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-exp.y191 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
822 | UNSIGNED LONG INT_KEYWORD
824 | LONG UNSIGNED INT_KEYWORD
826 | LONG UNSIGNED
840 | UNSIGNED LONG LONG
842 | UNSIGNED LONG LONG INT_KEYWORD
844 | LONG LONG UNSIGNED
846 | LONG LONG UNSIGNED INT_KEYWORD
854 | UNSIGNED SHORT INT_KEYWORD
856 | SHORT UNSIGNED
[all...]
H A Dobjc-exp.y195 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
885 | UNSIGNED LONG INT_KEYWORD
891 | UNSIGNED LONG LONG
893 | UNSIGNED LONG LONG INT_KEYWORD
897 | UNSIGNED SHORT INT_KEYWORD
915 | UNSIGNED typename
917 | UNSIGNED
1594 return UNSIGNED;
H A Dc-exp.c67 UNSIGNED = 269, enumerator in enum:yytokentype
110 #define UNSIGNED 269 macro
541 "UNSIGNED", "COLONCOLON", "TEMPLATE", "ERROR", "SIGNED_KEYWORD", "LONG",
3280 return UNSIGNED;
H A Dobjc-exp.c70 UNSIGNED = 272, enumerator in enum:yytokentype
113 #define UNSIGNED 272 macro
539 "CLASS", "UNION", "ENUM", "SIZEOF", "UNSIGNED", "COLONCOLON",
3239 return UNSIGNED;
/freebsd-11-stable/lib/libc/stdio/
H A Dvfwscanf.c79 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
553 flags |= UNSIGNED;
559 flags |= UNSIGNED;
567 flags |= UNSIGNED;
613 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
728 if ((flags & UNSIGNED) == 0)
H A Dvfscanf.c81 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
569 flags |= UNSIGNED;
575 flags |= UNSIGNED;
583 flags |= UNSIGNED;
618 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
748 if ((flags & UNSIGNED) == 0)
/freebsd-11-stable/contrib/ldns/drill/
H A Dsecuretrace.c17 #define UNSIGNED "[U]" /* no relevant dnssec data found */ macro
653 fprintf(stdout, "%s ", UNSIGNED);
713 printf("%s ", UNSIGNED);
/freebsd-11-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) {
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c257 UNSIGNED,
467 case UNSIGNED:
517 case UNSIGNED:
6293 print_vma (entry->d_un.d_val, UNSIGNED);
6304 print_vma (entry->d_un.d_val, UNSIGNED);
255 UNSIGNED, enumerator in enum:print_mode

Completed in 191 milliseconds