Searched refs:add_dir_to_path (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/make/lib/vroot/ |
H A D | vroot.cc | 60 add_dir_to_path(const char *path, register pathpt *pointer, register 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()
|
/titanic_41/usr/src/cmd/make/include/vroot/ |
H A D | vroot.h | 41 extern void add_dir_to_path(const char *path, register pathpt *pointer, register int position);
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | misc.cc | 702 add_dir_to_path(".", &vroot_path, -1); in load_cached_names() 703 add_dir_to_path("/bin", &vroot_path, -1); in load_cached_names() 704 add_dir_to_path("/usr/bin", &vroot_path, -1); in load_cached_names()
|
H A D | read.cc | 140 add_dir_to_path(".", in read_simple_file() 146 add_dir_to_path(path, &makefile_path, -1); in read_simple_file() 151 add_dir_to_path(path, &makefile_path, -1); in read_simple_file() 154 add_dir_to_path("/usr/share/lib/make", in read_simple_file() 157 add_dir_to_path("/etc/default", in read_simple_file()
|