Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_mount.c107 LP_ERRMSG1 (ERROR, E_ADM_MANDCHSET, formbuf.chset);
142 if (daisy && formbuf.mandatory && formbuf.chset)
144 if (!STREQU(formbuf.chset, cur_pwheel))
148 formbuf.chset
150 } else if (!STREQU(formbuf.chset, pwheel)) {
154 formbuf.chset
H A Dchkopts.c818 *chset; local
854 formbuf.chset,
858 chset = formbuf.chset;
860 chset = 0;
868 chset
883 if ((checks & PCK_CHARSET) && formbuf.chset) {
884 LP_ERRMSG1 (INFO, E_ADM_BADSET, formbuf.chset);
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dfreeform.c51 if (pf->chset)
52 Free (pf->chset);
H A Drdform.c95 formp->chset = Strdup(DCHSET); in rdform()
219 if (formp->chset) in rdform()
220 Free (formp->chset); in rdform()
221 formp->chset = Strdup(p); in rdform()
H A Dwrform.c98 fdprintf(fd, "%s %s", HEAD, formp->chset); in wrform()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c563 register char * chset = 0; in exec() local
568 && request->form->form->chset in exec()
570 && !STREQU(NAME_ANY, request->form->form->chset) in exec()
572 chset = request->form->form->chset; in exec()
578 chset = request->request->charset; in exec()
580 if (chset) { in exec()
582 chset, in exec()
592 (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.c209 && (PFS)->form->chset \ in _validate()
210 && !STREQU((PFS)->form->chset, NAME_ANY) \ in _validate()
305 || STREQU(prs->request->charset, pfs->form->chset) in _validate()
698 pwheel_name = pfs->form->chset; in _validate()
H A Dpickfilter.c240 } else if (pfs && pfs->form->chset) { in pickfilter()
242 *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
/illumos-gate/usr/src/cmd/lp/include/
H A Dform.h62 char * chset; member
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h105 int chset; /* 1 = char set modified */ variable
H A Dldefs.h185 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.c900 if (chset == TRUE) { in sect1dump()
H A Dparser.y439 chset = TRUE;
/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;