Searched refs:a_tt (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c219 static int testPath(TEST_TYPES a_tt, char *format, ...);
3128 * Arguments: a_tt - conditions to test path against
3138 testPath(TEST_TYPES a_tt, char *a_format, ...) argument
3174 echoDebug(DBG_TEST_PATH, mbPath, (unsigned long)a_tt);
3191 if (a_tt & (TEST_IS_SYMBOLIC_LINK|TEST_NOT_SYMBOLIC_LINK)) {
3207 if (a_tt & TEST_IS_SYMBOLIC_LINK) {
3221 if (a_tt & TEST_NOT_SYMBOLIC_LINK) {
3238 if (!(a_tt &
3251 if (a_tt & TEST_NOT_EXISTS) {
3270 if (a_tt
[all...]

Completed in 102 milliseconds