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

/bionic/libc/stdio/
H A Dvfscanf.c60 #define NOSKIP 0x00200 /* [ or c: do not skip blanks */ macro
263 flags |= NOSKIP;
268 flags |= NOSKIP;
325 if ((flags & NOSKIP) == 0) {
335 * the buffer, so conversions that do not set NOSKIP
346 /* scan arbitrary characters (sets NOSKIP) */
381 /* scan a (nonempty) character class (sets NOSKIP) */
422 /* like CCL, but zero-length string OK, & no NOSKIP */

Completed in 154 milliseconds