Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.c145 char *path_file; local
189 path_file = strrchr(path_tmp, DEFAULT_SLASH);
190 if (!path_file) {
191 path_file = strrchr(path_tmp, '/');
194 path_file = strrchr(path_tmp, DEFAULT_SLASH);
196 if (!path_file) {
200 path_len = path_file - path_tmp + 1;

Completed in 6 milliseconds