Searched refs:andGroup (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A DQEQuery.c152 result->queryRoot = _QEQueryCreateGroup(false /* andGroup */);
1024 Boolean andGroup = CFEqual(value, kQEQueryPredicateAnd); local
1031 printf("%s", andGroup ? andGroupOpen : "(");fflush(stdout);
1035 printf(" %s ", andGroup ? "-and" : "-or");fflush(stdout);
1041 printf("%s", andGroup ? andGroupClose : ")");fflush(stdout);

Completed in 229 milliseconds