Home
last modified time | relevance | path

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

/stdlib/
A Dtst-system.c31 static long int namemax; variable
38 namemax = pathconf (tmpdir, _PC_NAME_MAX) + 1; in do_prepare()
39 TEST_VERIFY_EXIT (namemax != -1); in do_prepare()
80 char cmd[namemax]; in do_test()
99 char cmd[namemax + 1]; in do_test()

Completed in 4 milliseconds