HomeSort by: relevance | last modified time | path
    Searched defs:NOSKIP (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
vfscanf.c 83 #define NOSKIP 0x0020 /* [ or c: do not skip blanks */
310 flags |= NOSKIP;
318 flags |= NOSKIP;
371 if ((flags & NOSKIP) == 0) {
381 * the buffer, so conversions that do not set NOSKIP
392 /* scan arbitrary characters (sets NOSKIP) */
470 /* scan a (nonempty) character class (sets NOSKIP) */
575 /* like CCL, but zero-length string OK, & no NOSKIP */
vfwscanf.c 78 #define NOSKIP 0x20 /* [ or c: do not skip blanks */
316 flags |= NOSKIP;
324 flags |= NOSKIP;
371 if ((flags & NOSKIP) == 0) {
386 /* scan arbitrary characters (sets NOSKIP) */
445 /* scan a (nonempty) character class (sets NOSKIP) */
512 /* like CCL, but zero-length string OK, & no NOSKIP */

Completed in 12 milliseconds