Lines Matching defs:a_tt
217 static int testPath(TEST_TYPES a_tt, char *format, ...);
3126 * Arguments: a_tt - conditions to test path against
3136 testPath(TEST_TYPES a_tt, char *a_format, ...)
3172 echoDebug(DBG_TEST_PATH, mbPath, (unsigned long)a_tt);
3189 if (a_tt & (TEST_IS_SYMBOLIC_LINK|TEST_NOT_SYMBOLIC_LINK)) {
3205 if (a_tt & TEST_IS_SYMBOLIC_LINK) {
3219 if (a_tt & TEST_NOT_SYMBOLIC_LINK) {
3236 if (!(a_tt &
3249 if (a_tt & TEST_NOT_EXISTS) {
3268 if (a_tt & TEST_NOT_EXISTS) {
3286 if (a_tt & TEST_NOT_EXISTS) {
3306 if (a_tt & TEST_IS_DIRECTORY) {
3319 if (a_tt & TEST_NOT_DIRECTORY) {
3332 if (a_tt & TEST_IS_FILE) {
3345 if (a_tt & TEST_NOT_FILE) {
3361 if (a_tt & TEST_GLOBAL_TOKEN_IN_FILE) {