Lines Matching refs:a_tt
217 static int testPath(TEST_TYPES a_tt, char *format, ...);
3136 testPath(TEST_TYPES a_tt, char *a_format, ...) in testPath() argument
3172 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()
3306 if (a_tt & TEST_IS_DIRECTORY) { in testPath()
3319 if (a_tt & TEST_NOT_DIRECTORY) { in testPath()
3332 if (a_tt & TEST_IS_FILE) { in testPath()
3345 if (a_tt & TEST_NOT_FILE) { in testPath()
3361 if (a_tt & TEST_GLOBAL_TOKEN_IN_FILE) { in testPath()