Searched refs:a_tt (Results 1 – 1 of 1) sorted by relevance
221 static int testPath(TEST_TYPES a_tt, char *format, ...);3141 testPath(TEST_TYPES a_tt, char *a_format, ...) in testPath() argument3177 echoDebug(DBG_TEST_PATH, mbPath, (unsigned long)a_tt); in testPath()3194 if (a_tt & (TEST_IS_SYMBOLIC_LINK|TEST_NOT_SYMBOLIC_LINK)) { in testPath()3210 if (a_tt & TEST_IS_SYMBOLIC_LINK) { in testPath()3224 if (a_tt & TEST_NOT_SYMBOLIC_LINK) { in testPath()3241 if (!(a_tt & in testPath()3254 if (a_tt & TEST_NOT_EXISTS) { in testPath()3273 if (a_tt & TEST_NOT_EXISTS) { in testPath()3291 if (a_tt & TEST_NOT_EXISTS) { in testPath()[all …]