Searched refs:dirchp (Results 1 – 1 of 1) sorted by relevance
113 char * dirchp; in find_file_name() local132 dirchp = strrchr(res, DIRCH); in find_file_name()133 if (dirchp == NULL) { in find_file_name()138 if ((size_t)(dirchp - res) >= sizeof(z)) in find_file_name()141 memcpy(z, res, (size_t)(dirchp - res)); in find_file_name()142 z[dirchp - res] = NUL; in find_file_name()