Home
last modified time | relevance | path

Searched refs:path_file (Results 1 – 1 of 1) sorted by path

/PHP-7.0/main/
H A Dfopen_wrappers.c144 char *path_file; local
188 path_file = strrchr(path_tmp, DEFAULT_SLASH);
189 if (!path_file) {
190 path_file = strrchr(path_tmp, '/');
193 path_file = strrchr(path_tmp, DEFAULT_SLASH);
195 if (!path_file) {
199 path_len = path_file - path_tmp + 1;

Completed in 8 milliseconds