Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 7 of 7) 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
35 for (etok = Path; etok && *etok; etok++) 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
52 for (p = Path, etok = strpbrk(p, ":;"); in convert_Path_to_windows32()
79 return Path; 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);
/ndk/sources/host-tools/make-3.81/
DREADME.W32140 character directories in paths (VPATH, vpath, Path, PATH), the
DChangeLog866 * main.c (main) [WINDOWS32]: Export PATH to sub-shells, not Path.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.texi2250 @subsection @code{VPATH}: Search Path for All Prerequisites
6590 (@pxref{General Search, , @code{VPATH} Search Path for All Prerequisites}).
10596 @xref{General Search, , @code{VPATH} Search Path for All Prerequisites}.
Dmake.info-11919 4.5.1 `VPATH': Search Path for All Prerequisites
5384 `VPATH' Search Path for All Prerequisites: General Search.). This
Dmake.info-22396 *Note `VPATH' Search Path for All Prerequisites: General Search.