Searched refs:abs_name (Results 1 – 1 of 1) sorted by relevance
79 char * abs_name = make_absolute(fname, colon_unit); in pathfind() local84 if (access(abs_name, mode_bits) >= 0) { in pathfind()88 res_path = canonicalize_pathname(abs_name); in pathfind()91 free(abs_name); in pathfind()