Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c471 krb5_ucs4 chstr, chset; in krb5int_utf8_strcspn() local
476 && krb5int_utf8_to_ucs4(cset, &chset) == 0 && chstr == chset) in krb5int_utf8_strcspn()
488 krb5_ucs4 chstr, chset; in krb5int_utf8_strspn() local
495 && krb5int_utf8_to_ucs4(cset, &chset) == 0 && chstr == chset) in krb5int_utf8_strspn()
507 krb5_ucs4 chstr, chset; in krb5int_utf8_strpbrk() local
512 && krb5int_utf8_to_ucs4(cset, &chset) == 0 && chstr == chset) in krb5int_utf8_strpbrk()
/titanic_41/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);
/titanic_41/usr/src/cmd/lp/lib/forms/
H A Dfreeform.c51 if (pf->chset)
52 Free (pf->chset);
H A Drdform.c97 formp->chset = Strdup(DCHSET); in rdform()
221 if (formp->chset) in rdform()
222 Free (formp->chset); in rdform()
223 formp->chset = Strdup(p); in rdform()
H A Dwrform.c100 fdprintf(fd, "%s %s", HEAD, formp->chset); in wrform()
H A Dllib-llpfrm43 char * chset;
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c669 register char * chset = 0; in exec() local
674 && request->form->form->chset in exec()
676 && !STREQU(NAME_ANY, request->form->form->chset) in exec()
678 chset = request->form->form->chset; in exec()
684 chset = request->request->charset; in exec()
686 if (chset) { in exec()
688 chset, in exec()
698 (csp? strtok(csp, "=") : chset) in exec()
H A Dalerts.c247 if (fp->form->chset && !STREQU(fp->form->chset, NAME_ANY)) in fformat()
248 fdprintf(fd, Fa_msg[5], NB(fp->form->chset)); in fformat()
H A Dvalidate.c208 && (PFS)->form->chset \ in _validate()
209 && !STREQU((PFS)->form->chset, NAME_ANY) \ in _validate()
304 || STREQU(prs->request->charset, pfs->form->chset) in _validate()
697 pwheel_name = pfs->form->chset; in _validate()
H A Dpickfilter.c241 } else if (pfs && pfs->form->chset) { in pickfilter()
243 *pp++ = pfs->form->chset; in pickfilter()
H A Dfncs.c636 _form->chset = formbuf.chset; in Getform()
746 if (pf->chset) in free_form()
747 Free (pf->chset); in free_form()
H A Dnodes.h201 char *chset; member
/titanic_41/usr/src/cmd/lp/include/
H A Dform.h65 char * chset; member
/titanic_41/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) { in layout()
1083 if (chset == 0) { /* no chset, put out in normal order */ in layout()
H A Dsub1.c899 if (chset == TRUE) { in sect1dump()
H A Dparser.y440 chset = TRUE;
/titanic_41/usr/src/cmd/lp/cmd/
H A Dlpforms.c599 fbuf.chset = strdup(DCHSET);
642 fbuf.chset = strdup(DCHSET);
696 fbuf.chset = new_fbuf.chset;