Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc166 translate_with_thunk(char *filename, int (*thunk) (char *), pathpt path_vector, pathpt vroot_vector… in translate_with_thunk() argument
178 if (path_vector == VROOT_DEFAULT) { in translate_with_thunk()
182 path_vector= vroot_data.path.vector;}; in translate_with_thunk()
183 pp1= path_vector == NULL ? NULL : &(path_vector)[0];}; in translate_with_thunk()