Searched refs:execpromises (Results 1 – 5 of 5) sorted by relevance
943 bc_pledge(const char* promises, const char* execpromises) argument945 int r = pledge(promises, execpromises);968 bc_pledge(const char* promises, const char* execpromises) argument971 BC_UNUSED(execpromises);
937 bc_pledge(const char* promises, const char* execpromises);
2059 pub fn pledge(promises: *const ::c_char, execpromises: *const ::c_char) -> ::c_int; in pledge()