Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c278 CHAR_T not_in; local
279 #define exp_char not_in
1902 not_in = 1;
1905 not_in = 0;
1993 if (wc <= runp[1] && !not_in)
1995 if (wc <= runp[1] && not_in)
2007 if (*runp == c && !not_in)
2009 if (*runp == c && not_in)
2019 if (runp == wp && !not_in)
2082 if (wp[c] == not_in)
[all …]