Searched refs:exec_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/tests/sys/kern/
H A Dpdeathsig.c132 char exec_path[1024]; local
136 snprintf(exec_path, sizeof(exec_path), "%s/pdeathsig_helper",
145 rc = execl(exec_path, exec_path, NULL);

Completed in 73 milliseconds