Searched refs:path_tmp (Results 1 – 1 of 1) sorted by relevance
141 char path_tmp[MAXPATHLEN]; local179 memcpy(path_tmp, buf, ret);180 path_tmp[ret] = '\0';186 path_file = strrchr(path_tmp, DEFAULT_SLASH);188 path_file = strrchr(path_tmp, '/');191 path_file = strrchr(path_tmp, DEFAULT_SLASH);197 path_len = path_file - path_tmp + 1;204 path_tmp[path_len] = '\0';206 path_tmp[path_len - 1] = '\0';209 path_tmp[path_len - 1] = '\0';[all …]
Completed in 4 milliseconds