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

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dpick_opts.c47 pick_opts(char * infile_opts, char ** new_opts) argument
56 if (infile_opts == NULL || new_opts == NULL) {
61 head = new_opts;
62 for (; *new_opts != NULL; new_opts++) {
63 if (strlen(*new_opts) > (strcspn(*new_opts, "=") + 1)) {
64 if ((addlist(&final_opts, *new_opts)) != 0) {
75 * compare to new list from lpadmin (new_opts).
82 for (new_opts
[all...]

Completed in 42 milliseconds