Searched refs:ULLONG (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/usr.bin/xlint/common/
H A Dinittyp.c96 typeinfo("long long", LLONG, ULLONG, LLONG_SIZE, 6, 's'),
97 typeinfo("unsigned long long", LLONG, ULLONG, LLONG_SIZE, 6, 'u'),
H A Dlint.h77 ULLONG, /* unsigned long long */ enumerator in enum:__anon42
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsnprintf.c370 #ifdef ULLONG
371 #undef ULLONG macro
372 #endif /* defined(ULLONG) */
374 #define ULLONG unsigned long long int macro
379 #define ULLONG unsigned long int macro
396 #define UINTMAX_T ULLONG
783 value = va_arg(args, ULLONG);
/netbsd-current/usr.bin/xlint/lint1/
H A Dlex.c519 return allow_c90 ? ULLONG : LLONG;
523 return allow_c90 ? ULLONG : LLONG;
542 return ULLONG;
546 return ULLONG;
H A Dfunc.c501 if ((t == LONG || t == ULONG || t == LLONG || t == ULLONG)
628 if (t == LONG || t == ULONG || t == LLONG || t == ULLONG)
H A Ddecl.c232 : t == LLONG ? ULLONG
275 lt = ULLONG;
H A Dtree.c683 ULLONG, LLONG,
3447 || ot == LLONG || ot == ULLONG
3747 case ULLONG:
/netbsd-current/usr.bin/xlint/lint2/
H A Dchk.c727 if (t1 != LLONG && (hflag || t1 != ULLONG))
745 if (t1 != ULLONG && (hflag || t1 != LLONG))
908 sz = ULLONG;
H A Dread.c616 return s == 'u' ? ULLONG : LLONG;
814 t = ULLONG;

Completed in 287 milliseconds