Searched refs:to_delim (Results 1 – 2 of 2) sorted by relevance
27 convert_vpath_to_windows32(char *Path, char to_delim) in convert_vpath_to_windows32() argument37 *etok = to_delim; in convert_vpath_to_windows32()39 return (convert_Path_to_windows32(Path, to_delim)); in convert_vpath_to_windows32()46 convert_Path_to_windows32(char *Path, char to_delim) in convert_Path_to_windows32() argument58 etok[-1] = to_delim; in convert_Path_to_windows32()59 etok[0] = to_delim; in convert_Path_to_windows32()64 *etok = to_delim; in convert_Path_to_windows32()68 *etok = to_delim; in convert_Path_to_windows32()75 *etok = to_delim; in convert_Path_to_windows32()
21 extern char * convert_Path_to_windows32(char *Path, char to_delim);22 extern char * convert_vpath_to_windows32(char *Path, char to_delim);