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

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c41 #define NOSKIP 0x40 /* do not skip blanks */ macro
292 flags |= NOSKIP;
297 flags |= NOSKIP;
343 if ((flags & NOSKIP) == 0)
355 ** the buffer, so conversions that do not set NOSKIP
364 /* scan arbitrary characters (sets NOSKIP) */
410 /* scan a (nonempty) character class (sets NOSKIP) */
461 /* like CCL, but zero-length string OK, & no NOSKIP */

Completed in 20 milliseconds