/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | utf8.c | 471 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 D | do_mount.c | 110 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 D | chkopts.c | 820 *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 D | freeform.c | 51 if (pf->chset) 52 Free (pf->chset);
|
H A D | rdform.c | 97 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 D | wrform.c | 100 fdprintf(fd, "%s %s", HEAD, formp->chset); in wrform()
|
H A D | llib-llpfrm | 43 char * chset;
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | exec.c | 669 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 D | alerts.c | 247 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 D | validate.c | 208 && (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 D | pickfilter.c | 241 } else if (pfs && pfs->form->chset) { in pickfilter() 243 *pp++ = pfs->form->chset; in pickfilter()
|
H A D | fncs.c | 636 _form->chset = formbuf.chset; in Getform() 746 if (pf->chset) in free_form() 747 Free (pf->chset); in free_form()
|
H A D | nodes.h | 201 char *chset; member
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | form.h | 65 char * chset; member
|
/titanic_41/usr/src/cmd/sgs/lex/common/ |
H A D | once.h | 107 int chset; /* 1 = char set modified */ variable
|
H A D | ldefs.h | 187 extern int chset; /* 1 = CHR set modified */
|
H A D | sub2.c | 961 if (chset) { in layout() 1083 if (chset == 0) { /* no chset, put out in normal order */ in layout()
|
H A D | sub1.c | 899 if (chset == TRUE) { in sect1dump()
|
H A D | parser.y | 440 chset = TRUE;
|
/titanic_41/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 599 fbuf.chset = strdup(DCHSET); 642 fbuf.chset = strdup(DCHSET); 696 fbuf.chset = new_fbuf.chset;
|