Searched refs:assertionTypes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/PowerManagement-420.90.1/darktool/
H A Ddarktool.c108 static DTAssertionOption *assertionTypes = NULL; variable
463 printf("%25s for type %s\n", assertionTypes[a_index].arg, assertionTypes[a_index].desc);
487 assertionTypes = createAssertionOptions(&assertionsArgCount);
549 if (!strcmp(assertionTypes[j].arg, optarg)) {
550 args.takeAssertionNamed = assertionTypes[j].assertionType;

Completed in 120 milliseconds