Searched refs:path_tmp (Results 1 – 1 of 1) sorted by relevance
135 char path_tmp[MAXPATHLEN + 1]; local173 memcpy(path_tmp, buf, ret);174 path_tmp[ret] = '\0';180 path_file = strrchr(path_tmp, DEFAULT_SLASH);182 path_file = strrchr(path_tmp, '/');185 path_file = strrchr(path_tmp, DEFAULT_SLASH);191 path_len = path_file - path_tmp + 1;198 path_tmp[path_len] = '\0';200 path_tmp[path_len - 1] = '\0';203 path_tmp[path_len - 1] = '\0';[all …]
Completed in 6 milliseconds