Searched refs:dirend (Results 1 – 1 of 1) sorted by relevance
745 char *dirend; in file_exists_p() local755 dirend = strrchr (name, ']'); in file_exists_p()756 if (dirend == 0) in file_exists_p()757 dirend = strrchr (name, ':'); in file_exists_p()758 if (dirend == (char *)0) in file_exists_p()761 dirend = strrchr (name, '/'); in file_exists_p()766 if (!dirend || bslash > dirend) in file_exists_p()767 dirend = bslash; in file_exists_p()769 if (!dirend && name[0] && name[1] == ':') in file_exists_p()770 dirend = name + 1; in file_exists_p()[all …]