OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOSKIP
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c
62
#define
NOSKIP
0x00200 /* [ or c: do not skip blanks */
256
flags |=
NOSKIP
;
261
flags |=
NOSKIP
;
317
if ((flags &
NOSKIP
) == 0) {
327
* the buffer, so conversions that do not set
NOSKIP
338
/* scan arbitrary characters (sets
NOSKIP
) */
415
/* scan a (nonempty) character class (sets
NOSKIP
) */
522
/* like CCL, but zero-length string OK, & no
NOSKIP
*/
vfwscanf.c
63
#define
NOSKIP
0x00200 /* [ or c: do not skip blanks */
281
flags |=
NOSKIP
;
286
flags |=
NOSKIP
;
337
if ((flags &
NOSKIP
) == 0) {
352
/* scan arbitrary characters (sets
NOSKIP
) */
410
/* scan a (nonempty) character class (sets
NOSKIP
) */
475
/* like CCL, but zero-length string OK, & no
NOSKIP
*/
Completed in 365 milliseconds