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

/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dfreeform.c51 if (pf->chset)
52 Free (pf->chset);
H A Dllib-llpfrm43 char * chset;
H A Drdform.c97 formp->chset = Strdup(DCHSET);
221 if (formp->chset)
222 Free (formp->chset);
223 formp->chset = Strdup(p);
H A Dwrform.c100 fdprintf(fd, "%s %s", HEAD, formp->chset);
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_mount.c110 LP_ERRMSG1 (ERROR, E_ADM_MANDCHSET, formbuf.chset);
145 if (daisy && formbuf.mandatory && formbuf.chset)
147 if (!STREQU(formbuf.chset, cur_pwheel))
151 formbuf.chset
153 } else if (!STREQU(formbuf.chset, pwheel)) {
157 formbuf.chset
H A Dchkopts.c820 *chset; local
856 formbuf.chset,
860 chset = formbuf.chset;
862 chset = 0;
870 chset
885 if ((checks & PCK_CHARSET) && formbuf.chset) {
886 LP_ERRMSG1 (INFO, E_ADM_BADSET, formbuf.chset);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c471 krb5_ucs4 chstr, chset; local
476 && krb5int_utf8_to_ucs4(cset, &chset) == 0 && chstr == chset)
488 krb5_ucs4 chstr, chset; local
495 && krb5int_utf8_to_ucs4(cset, &chset) == 0 && chstr == chset)
507 krb5_ucs4 chstr, chset; local
512 && krb5int_utf8_to_ucs4(cset, &chset) == 0 && chstr == chset)
/illumos-gate/usr/src/cmd/lp/include/
H A Dform.h65 char * chset; member in struct:FORM
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h107 int chset; /* 1 = char set modified */ variable
H A Dldefs.h187 extern int chset; /* 1 = CHR set modified */
H A Dsub2.c961 if (chset) {
1083 if (chset == 0) { /* no chset, put out in normal order */
H A Dparser.y440 chset = TRUE;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dalerts.c247 if (fp->form->chset && !STREQU(fp->form->chset, NAME_ANY))
248 fdprintf(fd, Fa_msg[5], NB(fp->form->chset));
H A Dexec.c669 register char * chset = 0; local
674 && request->form->form->chset
676 && !STREQU(NAME_ANY, request->form->form->chset)
678 chset = request->form->form->chset;
684 chset = request->request->charset;
686 if (chset) {
688 chset,
698 (csp? strtok(csp, "=") : chset)
H A Dnodes.h201 char *chset; member in struct:form_node
H A Dvalidate.c208 && (PFS)->form->chset \
209 && !STREQU((PFS)->form->chset, NAME_ANY) \
304 || STREQU(prs->request->charset, pfs->form->chset)
697 pwheel_name = pfs->form->chset;
H A Dfncs.c636 _form->chset = formbuf.chset;
746 if (pf->chset)
747 Free (pf->chset);
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c599 fbuf.chset = strdup(DCHSET);
642 fbuf.chset = strdup(DCHSET);
696 fbuf.chset = new_fbuf.chset;

Completed in 106 milliseconds