Home
last modified time | relevance | path

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

/php-src/main/
H A Dfopen_wrappers.c147 char path_tmp[MAXPATHLEN + 1]; local
185 memcpy(path_tmp, buf, ret);
186 path_tmp[ret] = '\0';
192 path_file = strrchr(path_tmp, DEFAULT_SLASH);
194 path_file = strrchr(path_tmp, '/');
197 path_file = strrchr(path_tmp, DEFAULT_SLASH);
203 path_len = path_file - path_tmp + 1;
210 path_tmp[path_len] = '\0';
212 path_tmp[path_len - 1] = '\0';
215 path_tmp[path_len - 1] = '\0';
[all …]

Completed in 8 milliseconds