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

/macosx-10.10/cups-408/cups/scheduler/
H A Dtestspeed.c35 const char *opstring, int verbose);
62 const char *opstring; /* Operation name */ local
75 opstring = NULL;
100 opstring = argv[i];
145 return (do_test(server, port, encryption, requests, opstring, verbose));
147 good_children = do_test(server, port, encryption, requests, opstring,
181 if (opstring)
182 execlp(argv[0], argv[0], options, "0", reqstr, "-o", opstring,
249 const char *opstring, /* I - Operation string */
296 if (opstring)
245 do_test(const char *server, int port, http_encryption_t encryption, int requests, const char *opstring, int verbose) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dibuf-macs.el169 (opstring "operated on")
170 (active-opstring "Operate on")
210 (format "%s marked buffers." active-opstring))
234 (message ,(concat "Operation finished; " opstring " %s buffers") count))))
259 `(when (ibuffer-confirm-operation-on ,active-opstring marked-names)
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsaslutil.c648 * option character in argv that matches an option character in opstring.
653 * The opstring argument points to a string of option characters; if an
669 * option character not included in opstring. This error message can be
692 int getopt(int argc, char *argv[], char *opstring) argument
746 else if ((pOptString = strchr(opstring, *pArgString)) == 0) {

Completed in 205 milliseconds