Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/lp/cmd/lpadmin/
H A Dpick_opts.c47 pick_opts(char * infile_opts, char ** new_opts) in pick_opts() argument
56 if (infile_opts == NULL || new_opts == NULL) { in pick_opts()
61 head = new_opts; in pick_opts()
62 for (; *new_opts != NULL; new_opts++) { in pick_opts()
63 if (strlen(*new_opts) > (strcspn(*new_opts, "=") + 1)) { in pick_opts()
64 if ((addlist(&final_opts, *new_opts)) != 0) { in pick_opts()
82 for (new_opts = head; *new_opts != NULL; new_opts++) { in pick_opts()
84 key_len = strcspn(*new_opts, "="); in pick_opts()
90 if ((strncmp(old_opt, *new_opts, key_len + 1)) == 0) { in pick_opts()