Home
last modified time | relevance | path

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

/php-src/main/
H A Dfopen_wrappers.c148 char *path_file; local
192 path_file = strrchr(path_tmp, DEFAULT_SLASH);
193 if (!path_file) {
194 path_file = strrchr(path_tmp, '/');
197 path_file = strrchr(path_tmp, DEFAULT_SLASH);
199 if (!path_file) {
203 path_len = path_file - path_tmp + 1;

Completed in 5 milliseconds