Home
last modified time | relevance | path

Searched refs:add_dir_to_path (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc60 add_dir_to_path(const char *path, pathpt *pointer, int position) in add_dir_to_path() function
100 add_dir_to_path("", &result, -1); in parse_path_string()
102 add_dir_to_path(string, &result, -1); in parse_path_string()
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dvroot.h41 extern void add_dir_to_path(const char *, pathpt *, int);
/illumos-gate/usr/src/cmd/make/bin/
H A Dmisc.cc712 add_dir_to_path(".", &vroot_path, -1); in load_cached_names()
713 add_dir_to_path("/bin", &vroot_path, -1); in load_cached_names()
714 add_dir_to_path("/usr/bin", &vroot_path, -1); in load_cached_names()
H A Dread.cc142 add_dir_to_path(".", in read_simple_file()
148 add_dir_to_path(path, &makefile_path, -1); in read_simple_file()
153 add_dir_to_path(path, &makefile_path, -1); in read_simple_file()
156 add_dir_to_path("/usr/share/lib/make", in read_simple_file()
159 add_dir_to_path("/etc/default", in read_simple_file()