Home
last modified time | relevance | path

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

/stdlib/
A Dtest-canon.c159 int has_dir = mkdir ("doesExist", 0777) == 0; in do_test() local
161 int fd = has_dir ? creat ("doesExist/someFile", 0777) : -1; in do_test()
220 if (has_dir) in do_test()

Completed in 4 milliseconds