Searched refs:candidate (Results 1 – 1 of 1) sorted by relevance
78 char *candidate = xasprintf ("%.*s/gdb", (int) (colon - path), path); in find_gdb() local79 if (access (candidate, X_OK) == 0) in find_gdb()80 return candidate; in find_gdb()81 free (candidate); in find_gdb()
Completed in 2 milliseconds