Searched refs:Path (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/make-3.81/w32/ |
D | pathstuff.c | 27 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/ |
D | pathstuff.h | 21 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/ |
D | README.W32 | 140 character directories in paths (VPATH, vpath, Path, PATH), the
|
D | ChangeLog | 866 * main.c (main) [WINDOWS32]: Export PATH to sub-shells, not Path.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.texi | 2250 @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}.
|
D | make.info-1 | 1919 4.5.1 `VPATH': Search Path for All Prerequisites 5384 `VPATH' Search Path for All Prerequisites: General Search.). This
|
D | make.info-2 | 2396 *Note `VPATH' Search Path for All Prerequisites: General Search.
|