Searched refs:SAFE_EXECLP (Results 1 – 3 of 3) sorted by relevance
38 SAFE_EXECLP("/bin/true", "/bin/true", NULL); in test_setrlimit()
69 SAFE_EXECLP("dirtyc0w_child", "dirtyc0w_child", NULL); in dirtyc0w_test()
441 #define SAFE_EXECLP(file, arg, ...) do { \ macro