Searched refs:tmplongpath (Results 1 – 1 of 1) sorted by relevance
932 char tmplongpath[MAX_PATH]; in get_long_path_name() local944 tmplongpath[0] = shortpath[0]; in get_long_path_name()945 tmplongpath[1] = ':'; in get_long_path_name()957 tmplongpath[lp++] = '\\'; in get_long_path_name()967 tmplongpath[lp++] = *p++; in get_long_path_name()968 tmplongpath[lp++] = *p++; in get_long_path_name()979 lp += strlen(tmplongpath + lp); in get_long_path_name()984 (tmplongpath[lp - 1] != '/' && tmplongpath[lp - 1] != '\\')) in get_long_path_name()986 tmplongpath[lp] = 0; in get_long_path_name()988 tmplen = strlen(tmplongpath) + 1; in get_long_path_name()[all …]