Home | History | Annotate | Download | only in stdio

Lines Matching defs:SHORT

75 #define	SHORT		0x04	/* h: short */
173 static short basefix[17] =
244 if (flags & SHORT) {
245 flags &= ~SHORT;
248 flags |= SHORT;
341 else if (flags & SHORT)
342 *va_arg(ap, short *) = (short)nread;
701 else if (flags & SHORT)
702 *va_arg(ap, short *) = (short)res;
782 * match; thus, we can't short-circuit "infinity" or "nan(...)".