Searched refs:start_cwd (Results 1 – 1 of 1) sorted by relevance
40 static char *start_cwd; /* Stores the starting directory for self_exec */ variable82 start_cwd = getcwd(NULL, 0); in maybe_run_child()216 if (chdir(start_cwd) < 0) { in self_exec()218 start_cwd); in self_exec()