Home
last modified time | relevance | path

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

/posix/
A Dwordexp-test.c41 const char *wordv[10]; member
275 ts.wordv[0] = pw->pw_dir; in do_test()
285 ts.wordv[0] = "x"; in do_test()
299 ts.wordv[0] = "/dummy/home"; in do_test()
300 ts.wordv[1] = "/dummy/home/foo"; in do_test()
316 ts.wordv[0] = pw->pw_dir; in do_test()
406 || strcmp (tc->wordv[i], we.we_wordv[i+start_offs]) != 0) in testit()
A Dwordexp.c2191 char **wordv = pwordexp->we_wordv; in wordfree() local
2193 for (wordv += pwordexp->we_offs; *wordv; ++wordv) in wordfree()
2194 free (*wordv); in wordfree()

Completed in 10 milliseconds