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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwscanf.c87 #define NOSKIP 0x20 /* [ or c: do not skip blanks */ macro
306 flags |= NOSKIP;
314 flags |= NOSKIP;
361 if ((flags & NOSKIP) == 0) {
375 /* scan arbitrary characters (sets NOSKIP) */
433 /* scan a (nonempty) character class (sets NOSKIP) */
498 /* like CCL, but zero-length string OK, & no NOSKIP */
H A Dvfscanf.c89 #define NOSKIP 0x0020 /* [ or c: do not skip blanks */ macro
315 flags |= NOSKIP;
323 flags |= NOSKIP;
380 if ((flags & NOSKIP) == 0) {
393 * the buffer, so conversions that do not set NOSKIP
405 /* scan arbitrary characters (sets NOSKIP) */
480 /* scan a (nonempty) character class (sets NOSKIP) */
584 /* like CCL, but zero-length string OK, & no NOSKIP */

Completed in 35 milliseconds