Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c63 #define NOSKIP 0x00200 /* [ or c: do not skip blanks */ macro
281 flags |= NOSKIP; in __vfwscanf()
286 flags |= NOSKIP; in __vfwscanf()
337 if ((flags & NOSKIP) == 0) { in __vfwscanf()
Dvfscanf.c62 #define NOSKIP 0x00200 /* [ or c: do not skip blanks */ macro
256 flags |= NOSKIP; in __svfscanf()
261 flags |= NOSKIP; in __svfscanf()
317 if ((flags & NOSKIP) == 0) { in __svfscanf()