Lines Matching refs:operation
236 static int operation;
441 // Sample callback functions for each of the operation types
549 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
707 // cancel the current operation when we've got a multiple of five results
708 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
775 switch (operation)
846 if (operation == 'A' || operation == 'U' || operation == 'N')
1012 if (operation == 'D')
1097 if (operation == 'D')
1119 if (operation == 'C')
1165 if (operation == 'g')
1205 if (operation == 'g')
1232 if (operation == 'A' || operation == 'U' || operation == 'N')
1555 operation = getfirstoption(argc, argv, "EFBZLlRPQqCAUNTMISVHhD"
1563 if (operation == -1) goto Fail;
1567 switch (operation)
1607 if (operation == 'l') flags |= kDNSServiceFlagsWakeOnResolve;
1635 if (operation == 'q')
1643 if (operation == 'D')
1720 if (operation == 'g')
1800 if (operation == 'H') print_usage(a0,1);