Searched defs:a_mustExist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c216 boolean_t a_mustExist);
3052 * a_mustExist - B_TRUE if path must exist (else error)
3060 setRootPath(char *a_path, char *a_envVar, boolean_t a_mustExist) argument
3075 if (a_mustExist == B_TRUE) {
3092 if (a_mustExist == B_TRUE) {

Completed in 49 milliseconds