Home | History | Annotate | Download | only in stdio

Lines Matching refs:LLONG

55 #define LLONG		0x00010	/* ll: long long (+ deprecated q: quad) */
166 (*fmt == 'd') ? LLONG :
167 (*fmt == 'i') ? LLONG :
168 (*fmt == 'o') ? LLONG :
169 (*fmt == 'u') ? LLONG :
170 (*fmt == 'x') ? LLONG :
184 flags |= LLONG;
190 flags |= LLONG; /* deprecated */
292 else if (flags & LLONG)
587 else if (flags & LLONG)