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

/freebsd-9.3-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-9.3-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-9.3-release/lib/libc/stdio/
H A Dvfscanf.c75 #define NOSKIP 0x20 /* [ or c: do not skip blanks */ macro
283 flags |= NOSKIP;
291 flags |= NOSKIP;
344 if ((flags & NOSKIP) == 0) {
354 * the buffer, so conversions that do not set NOSKIP
365 /* scan arbitrary characters (sets NOSKIP) */
440 /* scan a (nonempty) character class (sets NOSKIP) */
544 /* like CCL, but zero-length string OK, & no NOSKIP */
H A Dvfwscanf.c73 #define NOSKIP 0x20 /* [ or c: do not skip blanks */ macro
298 flags |= NOSKIP;
306 flags |= NOSKIP;
353 if ((flags & NOSKIP) == 0) {
367 /* scan arbitrary characters (sets NOSKIP) */
425 /* scan a (nonempty) character class (sets NOSKIP) */
490 /* like CCL, but zero-length string OK, & no NOSKIP */

Completed in 113 milliseconds