Searched refs:no_slash (Results 1 – 1 of 1) sorted by relevance
288 int no_slash = 0, name_len, path_len; in convert_to_unix_name() local303 no_slash = 1; in convert_to_unix_name()306 memcpy(new_name + path_len + no_slash, name, name_len); in convert_to_unix_name()307 path_len += name_len + no_slash; in convert_to_unix_name()
Completed in 3 milliseconds