Searched refs:a_tt (Results 1 – 1 of 1) sorted by relevance
217 static int testPath(TEST_TYPES a_tt, char *format, ...);3136 testPath(TEST_TYPES a_tt, char *a_format, ...) in testPath() argument3172 echoDebug(DBG_TEST_PATH, mbPath, (unsigned long)a_tt); in testPath()3189 if (a_tt & (TEST_IS_SYMBOLIC_LINK|TEST_NOT_SYMBOLIC_LINK)) { in testPath()3205 if (a_tt & TEST_IS_SYMBOLIC_LINK) { in testPath()3219 if (a_tt & TEST_NOT_SYMBOLIC_LINK) { in testPath()3236 if (!(a_tt & in testPath()3249 if (a_tt & TEST_NOT_EXISTS) { in testPath()3268 if (a_tt & TEST_NOT_EXISTS) { in testPath()3286 if (a_tt & TEST_NOT_EXISTS) { in testPath()[all …]