Home
last modified time | relevance | path

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

/openbsd-src/regress/usr.bin/ssh/unittests/misc/
H A Dtests.c19 void test_parse(void);
30 test_parse(); in tests()
H A Dtest_parse.c19 void test_parse(void);
22 test_parse(void) in test_parse() function
H A DMakefile7 SRCS+= test_parse.c
/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_index.py20 def test_parse(self): member in TestIndex
/openbsd-src/bin/ksh/
H A Dc_test.h53 int test_parse(Test_env *);
H A Dc_test.c173 return test_parse(&te); in c_test()
378 test_parse(Test_env *te) in test_parse() function
H A Dsyn.c311 test_parse(&te); in get_command()
H A Dexec.c269 rv = test_parse(&te); in execute()