Searched refs:namemax (Results 1 – 2 of 2) sorted by relevance
31 static long int namemax; variable38 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()
9847 (namemax): New.