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

/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c61 char stroptsw[] = "-X"; local
131 stroptsw[1] = optopt;
133 LP_ERRMSG1(ERROR, E_LP_OPTARG, stroptsw);
135 LP_ERRMSG1(ERROR, E_LP_OPTION, stroptsw);
H A Dlpfilter.c145 char stroptsw[] = "-X"; local
221 stroptsw[1] = optopt;
223 LP_ERRMSG1 (ERROR, E_LP_OPTARG, stroptsw);
225 LP_ERRMSG1 (ERROR, E_LP_OPTION, stroptsw);
H A Dlpforms.c153 char stroptsw[] = "-X"; local
205 stroptsw[1] = c;
206 LP_ERRMSG1 (ERROR, E_LP_NULLARG, stroptsw);
210 stroptsw[1] = c;
211 LP_ERRMSG1 (ERROR, E_LP_OPTARG, stroptsw);
334 stroptsw[1] = optopt;
336 LP_ERRMSG1 (ERROR, E_LP_OPTARG, stroptsw);
338 LP_ERRMSG1 (ERROR, E_LP_OPTION, stroptsw);
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c156 char stroptsw[] = "-X"; local
259 stroptsw[1] = optsw;
260 LP_ERRMSG1 (ERROR, E_LP_NULLARG, stroptsw);
264 stroptsw[1] = optsw;
265 LP_ERRMSG1 (ERROR, E_LP_OPTARG, stroptsw);
276 stroptsw[1] = optsw;
277 LP_ERRMSG1 (ERROR, E_LP_OPTARG, stroptsw);
571 stroptsw[1] = optsw;
575 stroptsw);
578 stroptsw);
[all...]

Completed in 63 milliseconds