Searched refs:path_tmp (Results 1 – 1 of 1) sorted by relevance
147 char path_tmp[MAXPATHLEN + 1]; local185 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