Lines Matching refs:opstring
29 const char *opstring, int verbose);
56 const char *opstring; /* Operation name */ in main() local
69 opstring = NULL; in main()
94 opstring = argv[i]; in main()
139 return (do_test(server, port, encryption, requests, opstring, verbose)); in main()
141 good_children = do_test(server, port, encryption, requests, opstring, in main()
175 if (opstring) in main()
176 execlp(argv[0], argv[0], options, "0", reqstr, "-o", opstring, in main()
243 const char *opstring, /* I - Operation string */ in do_test() argument
290 if (opstring) in do_test()
291 op = ippOpValue(opstring); in do_test()