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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzfparse.c87 ** skipws (const char *s)
89 static const char *skipws (const char *s) function
229 p = skipws (p);
237 p = skipws (p);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser_test.cpp136 tokenizer(std::istream& is, bool skipws) : argument
138 (is, skipws, eof_type, nl_type, word_type)
156 tokenizer(std::istream& is, bool skipws) : argument
158 (is, skipws, eof_type, nl_type, word_type)
179 tokenizer(std::istream& is, bool skipws) : argument
181 (is, skipws, eof_type, nl_type, word_type)
200 tokenizer(std::istream& is, bool skipws) : argument
202 (is, skipws, eof_type, nl_type, word_type)

Completed in 17 milliseconds