Home
last modified time | relevance | path

Searched refs:convert_Path_to_windows32 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/w32/
H A Dpathstuff.c39 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() function
/netbsd-src/external/gpl2/gmake/dist/w32/include/
H A Dpathstuff.h21 extern char * convert_Path_to_windows32(char *Path, char to_delim);
/netbsd-src/external/gpl2/gmake/dist/
H A Dvariable.c964 convert_Path_to_windows32(value, ';'); in target_environment()
974 convert_Path_to_windows32(v->value, ';'); in target_environment()
1503 convert_Path_to_windows32 (path, ';'); in sync_Path_environment()