Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/util/
H A Dsscanf.c79 #define NOSKIP 0x20 /* do not skip blanks */ macro
220 flags |= NOSKIP; in vsscanf()
225 flags |= NOSKIP; in vsscanf()
258 if ((flags & NOSKIP) == 0) { in vsscanf()
/illumos-gate/usr/src/cmd/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)