Searched refs:notok_mode (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/regression/security/open_to_operation/ |
H A D | open_to_operation.c | 140 notok_mode(const char *testname, const char *comment, int mode) in notok_mode() function 164 notok_mode(testname, "opened", mode); in try_directory_open() 172 notok_mode(testname, "wrong errno", mode); in try_directory_open() 174 notok_mode(testname, "failed", mode); in try_directory_open() 212 notok_mode(testname, "open", mode); in check_dup() 220 notok_mode(testname, NULL, mode); in check_dup() 238 notok_mode(testname, "open", mode); in check_dup2() 246 notok_mode(testname, NULL, mode); in check_dup2() 264 notok_mode(testname, "open", mode); in check_fchdir() 270 notok_mode(testname, "failed", mode); in check_fchdir() [all …]
|