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

/freebsd-10.2-release/sys/kern/
H A Dsubr_scanf.c60 #define NOSKIP 0x20 /* do not skip blanks */ macro
229 flags |= NOSKIP;
234 flags |= NOSKIP;
272 if ((flags & NOSKIP) == 0) {
282 * the buffer, so conversions that do not set NOSKIP
293 /* scan arbitrary characters (sets NOSKIP) */
325 /* scan a (nonempty) character class (sets NOSKIP) */
367 /* like CCL, but zero-length string OK, & no NOSKIP */
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dvfscanf.c39 #define NOSKIP 0x40 /* do not skip blanks */ macro
290 flags |= NOSKIP;
295 flags |= NOSKIP;
341 if ((flags & NOSKIP) == 0)
353 ** the buffer, so conversions that do not set NOSKIP
362 /* scan arbitrary characters (sets NOSKIP) */
408 /* scan a (nonempty) character class (sets NOSKIP) */
459 /* like CCL, but zero-length string OK, & no NOSKIP */
/freebsd-10.2-release/lib/libc/stdio/
H A Dvfscanf.c75 #define NOSKIP 0x20 /* [ or c: do not skip blanks */ macro
603 flags |= NOSKIP;
611 flags |= NOSKIP;
663 if ((flags & NOSKIP) == 0) {
673 * the buffer, so conversions that do not set NOSKIP
684 /* scan arbitrary characters (sets NOSKIP) */
698 /* scan a (nonempty) character class (sets NOSKIP) */
717 /* like CCL, but zero-length string OK, & no NOSKIP */
H A Dvfwscanf.c73 #define NOSKIP 0x20 /* [ or c: do not skip blanks */ macro
598 flags |= NOSKIP;
606 flags |= NOSKIP;
652 if ((flags & NOSKIP) == 0) {
666 /* scan arbitrary characters (sets NOSKIP) */
681 /* scan a (nonempty) character class (sets NOSKIP) */
701 /* like CCL, but zero-length string OK, & no NOSKIP */

Completed in 167 milliseconds