Home | History | Annotate | Download | only in util

Lines Matching defs:LLONG

311 #ifndef LLONG
313 #define LLONG long long int
315 #define LLONG long int
317 #endif /* !defined(LLONG) */
324 #define INTMAX_T LLONG
468 LLONG *llongptr;
642 value = va_arg(args, LLONG);
808 llongptr = va_arg(args, LLONG *);
809 *llongptr = (LLONG)len;