Lines Matching refs:a_tt
221 static int testPath(TEST_TYPES a_tt, char *format, ...);
3141 testPath(TEST_TYPES a_tt, char *a_format, ...) in testPath() argument
3177 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()
3311 if (a_tt & TEST_IS_DIRECTORY) { in testPath()
3324 if (a_tt & TEST_NOT_DIRECTORY) { in testPath()
3337 if (a_tt & TEST_IS_FILE) { in testPath()
3350 if (a_tt & TEST_NOT_FILE) { in testPath()
3366 if (a_tt & TEST_GLOBAL_TOKEN_IN_FILE) { in testPath()