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

/xnu-2782.1.97/libkern/stdio/
H A Dscanf.c89 #define NOSKIP 0x20 /* [ or c: do not skip blanks */ macro
252 flags |= NOSKIP;
257 flags |= NOSKIP;
295 if ((flags & NOSKIP) == 0) {
305 * the buffer, so conversions that do not set NOSKIP
316 /* scan arbitrary characters (sets NOSKIP) */
348 /* scan a (nonempty) character class (sets NOSKIP) */
390 /* like CCL, but zero-length string OK, & no NOSKIP */

Completed in 29 milliseconds