Home
last modified time | relevance | path

Searched refs:to_delim (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c27 convert_vpath_to_windows32(char *Path, char to_delim) in convert_vpath_to_windows32() argument
37 *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() argument
58 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()
/ndk/sources/host-tools/make-3.81/w32/include/
Dpathstuff.h21 extern char * convert_Path_to_windows32(char *Path, char to_delim);
22 extern char * convert_vpath_to_windows32(char *Path, char to_delim);