Searched refs:get_short_pathname (Results 1 – 2 of 2) sorted by relevance
30 get_short_pathname(char_u **fnamep, char_u **bufp, int *fnamelen) in get_short_pathname() function145 if (get_short_pathname(&short_fname, &pbuf_unused, &len) == FAIL) in shortpath_for_invalid_fname()236 if (get_short_pathname(&tfname, &pbuf, &len) == FAIL) in shortpath_for_partial()561 if (get_short_pathname(fnamep, bufp, &l) == FAIL) in modify_fname()
39973 Problem: get_short_pathname() fails depending on encoding.