Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dfopen_wrappers.c148 char *path_file; local
198 path_file = strrchr(path_tmp, DEFAULT_SLASH);
199 if (!path_file) {
200 path_file = strrchr(path_tmp, '/');
203 path_file = strrchr(path_tmp, DEFAULT_SLASH);
205 if (!path_file) {
209 path_len = path_file - path_tmp + 1;

Completed in 5 milliseconds