core_get_process_path
} else if (core_get_process_path(process_path,
(void) core_get_process_path(path, sizeof (path), pid);
if (core_get_process_path(buf, sizeof (buf), getpid()) == 0 &&
if (core_get_process_path(buf, sizeof (buf), getpid()) == 0 &&
extern int core_get_process_path(char *, size_t, pid_t);