Searched refs:nutc_path_len (Results 1 – 1 of 1) sorted by relevance
130 int nutc_path_len; /* length of buffer to allocate for new path */ in convert_path_to_nutc() local163 nutc_path_len = strlen(path) + (count*2) + 1; in convert_path_to_nutc()164 nutc_path = xmalloc(nutc_path_len); in convert_path_to_nutc()219 nutc_path_len = strlen(path) + 3; in convert_path_to_nutc()220 nutc_path = xmalloc(nutc_path_len); in convert_path_to_nutc()