Home
last modified time | relevance | path

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

/titanic_41/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()
77 for (old_opt = strtok_r(infile_opts, LP_SEP, &flasts); in pick_opts()
H A Ddo_printer.c334 char * infile_opts = NULL; local
550 if ((infile_opts = getpentry(p, PR_OPTIONS)) == NULL)
554 pick_opts(infile_opts, o_options);