Home
last modified time | relevance | path

Searched refs:LLONG (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/lib/libsa/
H A Dsubr_prf.c72 #define LLONG 0x02 macro
113 ul = (lflag & LLONG) \
218 lflag |= LLONG; in kdoprnt()
226 lflag |= LLONG; in kdoprnt()
264 (lflag & LLONG) ? va_arg(ap, longlong_t) : in kdoprnt()
/netbsd/external/bsd/ntp/dist/libntp/
H A Dsnprintf.c413 #ifndef LLONG
415 #define LLONG long long int macro
417 #define LLONG long int macro
426 #define INTMAX_T LLONG
564 LLONG *llongptr; in rpl_vsnprintf()
738 value = va_arg(args, LLONG); in rpl_vsnprintf()
905 llongptr = va_arg(args, LLONG *); in rpl_vsnprintf()
906 *llongptr = (LLONG)len; in rpl_vsnprintf()
2009 LLONG llong_val[] = { in main()
/netbsd/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.h68 LLONG, /* (signed) long long */ enumerator
/netbsd/usr.bin/xlint/lint2/
H A Dchk.c687 sz = LLONG; in printflike()
725 } else if (sz == LLONG) { in printflike()
726 if (t1 != LLONG && (hflag || t1 != ULLONG)) in printflike()
743 } else if (sz == LLONG) { in printflike()
744 if (t1 != ULLONG && (hflag || t1 != LLONG)) in printflike()
858 sz = LLONG; in scanflike()
885 if (sz != SHORT && sz != LONG && sz != LLONG) in scanflike()
906 } else if (sz == LLONG) { in scanflike()
H A Dread.c617 return s == 'u' ? ULLONG : LLONG; in parse_tspec()
817 t = LLONG; in gettlen()
/netbsd/usr.bin/xlint/lint1/
H A Dfunc.c512 t == LLONG || t == ULLONG) { in check_case_label()
675 if (t == LONG || t == ULONG || t == LLONG || t == ULLONG) { in stmt_switch_expr()
H A Ddecl.c231 : t == LLONG ? ULLONG in merge_signedness()
247 t2 == LONG || t2 == LLONG)) { in typedef_error()
273 lt = LLONG; in typedef_error()
366 t = LLONG; in dcs_add_type()
384 } else if (t == SHORT || t == LONG || t == LLONG) { in dcs_add_type()
H A Dlex.c495 { INT, LONG, LLONG, }, in lex_integer_constant()
607 case LLONG: in lex_integer_constant()
H A Dtree.c657 ULLONG, LLONG,
3683 case LLONG: in convert_constant_floating()
/netbsd/tests/usr.bin/xlint/lint2/
H A Dread.ln26 113 d 0.113 e 4f113 F0 Q # LLONG long long f113(void);
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp1054 DEFINE_LOCK_FREE_MACRO(LLONG, LongLong); in InitializePredefinedMacros()