Home
last modified time | relevance | path

Searched refs:cset (Results 1 – 25 of 28) sorted by relevance

12

/titanic_41/usr/src/cmd/ttymon/
H A Dtmsig.c48 sigset_t cset; in catch_signals() local
60 cset = Origmask; in catch_signals()
61 (void)sigdelset(&cset, SIGTERM); in catch_signals()
62 (void)sigdelset(&cset, SIGCLD); in catch_signals()
63 (void)sigdelset(&cset, SIGPOLL); in catch_signals()
65 (void)sigdelset(&cset, SIGUSR1); in catch_signals()
66 (void)sigdelset(&cset, SIGUSR2); in catch_signals()
68 (void)sigprocmask(SIG_SETMASK, &cset, NULL); in catch_signals()
105 sigset_t cset; in child_sigcatch() local
109 cset = Origmask; in child_sigcatch()
[all …]
H A Dtmsac.c164 sigset_t cset; in sacpoll() local
172 (void)sigprocmask(SIG_SETMASK, NULL, &cset); in sacpoll()
173 tset = cset; in sacpoll()
190 (void)sigprocmask(SIG_SETMASK, &cset, NULL); in sacpoll()
202 (void)sigprocmask(SIG_SETMASK, &cset, NULL); in sacpoll()
H A Dtmhandler.c67 sigset_t cset; local
101 (void)sigprocmask(SIG_SETMASK, NULL, &cset);
102 tset = cset;
132 (void)sigprocmask(SIG_SETMASK, &cset, NULL);
386 sigset_t cset; in re_read() local
389 (void)sigprocmask(SIG_SETMASK, NULL, &cset); in re_read()
390 tset = cset; in re_read()
399 (void)sigprocmask(SIG_SETMASK, &cset, NULL); in re_read()
H A Dttymon.c279 sigset_t cset; in open_all() local
298 (void) sigprocmask(SIG_SETMASK, NULL, &cset); in open_all()
299 tset = cset; in open_all()
307 (void) sigprocmask(SIG_SETMASK, &cset, NULL); in open_all()
320 (void) sigprocmask(SIG_SETMASK, NULL, &cset); in open_all()
321 tset = cset; in open_all()
329 (void) sigprocmask(SIG_SETMASK, &cset, NULL); in open_all()
/titanic_41/usr/src/cmd/tr/
H A Dcset.h47 struct cset { struct
56 bool cset_addclass(struct cset *, wctype_t, bool); argument
57 struct cset *cset_alloc(void);
58 bool cset_add(struct cset *, wchar_t);
59 void cset_invert(struct cset *);
60 bool cset_in_hard(struct cset *, wchar_t);
61 void cset_cache(struct cset *);
H A Dcset.c47 struct cset *
50 struct cset *cs; in cset_alloc()
66 cset_add(struct cset *cs, wchar_t ch) in cset_add()
148 cset_in_hard(struct cset *cs, wchar_t ch) in cset_in_hard()
167 cset_cache(struct cset *cs) in cset_cache()
182 cset_invert(struct cset *cs) in cset_invert()
195 cset_addclass(struct cset *cs, wctype_t type, bool invert) in cset_addclass()
H A Dtr.c54 static struct cset *setup(char *, STR *, int, int);
73 cset_in(struct cset *cs, wchar_t ch) in cset_in()
86 struct cset *delete, *squeeze; in main()
348 static struct cset *
351 struct cset *cs; in setup()
H A DMakefile21 OBJS= tr.o str.o cset.o cmap.o
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c470 const char *cstr, *cset; in krb5int_utf8_strcspn() local
474 for (cset = set; *cset != '\0'; KRB5_UTF8_INCR(cset)) { in krb5int_utf8_strcspn()
476 && krb5int_utf8_to_ucs4(cset, &chset) == 0 && chstr == chset) in krb5int_utf8_strcspn()
487 const char *cstr, *cset; in krb5int_utf8_strspn() local
491 for (cset = set; ; KRB5_UTF8_INCR(cset)) { in krb5int_utf8_strspn()
492 if (*cset == '\0') in krb5int_utf8_strspn()
495 && krb5int_utf8_to_ucs4(cset, &chset) == 0 && chstr == chset) in krb5int_utf8_strspn()
506 const char *cset; in krb5int_utf8_strpbrk() local
510 for (cset = set; *cset != '\0'; KRB5_UTF8_INCR(cset)) { in krb5int_utf8_strpbrk()
512 && krb5int_utf8_to_ucs4(cset, &chset) == 0 && chstr == chset) in krb5int_utf8_strpbrk()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dcsetlen.c35 csetlen(int cset) in csetlen() argument
37 switch (cset) { in csetlen()
53 csetcol(int cset) in csetcol() argument
55 switch (cset) { in csetcol()
/titanic_41/usr/src/lib/libc/port/locale/
H A Dregex2.h123 } cset; typedef
126 CHIN1(cset *cs, wint_t ch) in CHIN1()
147 CHIN(cset *cs, wint_t ch) in CHIN()
169 cset *sets; /* -> cset [ncsets] */
H A Dregcomp.c89 static void p_b_term(struct parse *p, cset *cs);
90 static void p_b_cclass(struct parse *p, cset *cs);
91 static void p_b_eclass(struct parse *p, cset *cs);
100 static cset *allocset(struct parse *p);
101 static void freeset(struct parse *p, cset *cs);
102 static void CHadd(struct parse *p, cset *cs, wint_t ch);
103 static void CHaddrange(struct parse *p, cset *cs, wint_t min, wint_t max);
104 static void CHaddtype(struct parse *p, cset *cs, wctype_t wct);
105 static wint_t singleton(cset *cs);
675 cset *cs; in p_bracket()
[all …]
H A Dengine.c573 cset *cs; in backref()
962 cset *cs; in step()
/titanic_41/usr/src/cmd/saf/
H A Dsac.c372 sigset_t cset; /* for signal handling */ in startpm() local
409 (void) sigprocmask(SIG_SETMASK, NULL, &cset); in startpm()
410 tset = cset; in startpm()
443 (void) sigprocmask(SIG_SETMASK, &cset, NULL); in startpm()
576 sigset_t cset; /* for signal handling */ in startit() local
596 (void) sigprocmask(SIG_SETMASK, NULL, &cset); in startit()
597 tset = cset; in startit()
872 sigset_t cset; /* for signal handling */ in pollfail() local
899 (void) sigprocmask(SIG_SETMASK, NULL, &cset); in pollfail()
900 tset = cset; in pollfail()
[all …]
H A Dreadtab.c256 sigset_t cset; /* for signal handling */ in purge() local
263 (void) sigprocmask(SIG_SETMASK, NULL, &cset); in purge()
279 tset = cset; in purge()
317 (void) sigprocmask(SIG_SETMASK, &cset, NULL); in purge()
H A Dmisc.c90 sigset_t cset; /* for signal handling */ in sigpoll() local
195 (void) sigprocmask(SIG_SETMASK, NULL, &cset); in sigpoll()
196 tset = cset; in sigpoll()
207 (void) sigprocmask(SIG_SETMASK, &cset, NULL); in sigpoll()
220 (void) sigprocmask(SIG_SETMASK, &cset, NULL); in sigpoll()
/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c348 cpuset_t cset; in sg_attach_board() local
356 cset = cpu_ready_set; in sg_attach_board()
357 promsafe_xc_attention(cset); in sg_attach_board()
359 xc_dismissed(cset); in sg_attach_board()
368 cpuset_t cset; in sg_detach_board() local
376 cset = cpu_ready_set; in sg_detach_board()
377 promsafe_xc_attention(cset); in sg_detach_board()
379 xc_dismissed(cset); in sg_detach_board()
/titanic_41/usr/src/lib/libsqlite/src/
H A Dprintf.c367 register char *cset; /* Use registers for speed */ in vxprintf() local
369 cset = infop->charset; in vxprintf()
372 *(--bufpt) = cset[longvalue%base]; in vxprintf()
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c2019 cpuset_t cset; in drmach_attach_board() local
2032 cset = cpu_ready_set; in drmach_attach_board()
2033 promsafe_xc_attention(cset); in drmach_attach_board()
2037 xc_dismissed(cset); in drmach_attach_board()
3388 cpuset_t cset; in drmach_detach_board() local
3392 cset = cpu_ready_set; in drmach_detach_board()
3393 promsafe_xc_attention(cset); in drmach_detach_board()
3397 xc_dismissed(cset); in drmach_detach_board()
H A Didn_xf.c1635 idn_cpu_per_board(pda_handle_t ph, cpuset_t cset, struct hwconfig *hwp) in idn_cpu_per_board() argument
1645 CPUSET_TO_BOARDSET(cset, cpu_bset); in idn_cpu_per_board()
H A Didn.c5364 cpuset2str(cpuset_t cset, char buffer[]) argument
5370 if (!CPU_IN_SET(cset, c))
5692 _lower32cpumask(cpuset_t cset) argument
5698 if (CPU_IN_SET(cset, c))
5705 _upper32cpumask(cpuset_t cset) argument
5711 if (CPU_IN_SET(cset, c))
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h322 #define CPUSET_TO_BOARDSET(cset, bset) \ argument
328 if (CPU_IN_SET((cset), \
3619 extern void cpuset2str(cpuset_t cset, char buffer[]);
3637 extern uint_t _upper32cpumask(cpuset_t cset);
3638 extern uint_t _lower32cpumask(cpuset_t cset);
3699 extern int idn_cpu_per_board(void *p2o, cpuset_t cset,
/titanic_41/usr/src/uts/common/os/
H A Dlgrp.c2079 klgrpset_t cset; in lpl_topo_verify() local
2287 klgrpset_copy(cset, rset); in lpl_topo_verify()
2291 klgrpset_diff(cset, cpupart->cp_lgrpset); in lpl_topo_verify()
2293 ASSERT(klgrpset_isempty(rset) && klgrpset_isempty(cset)); in lpl_topo_verify()
2294 if (!klgrpset_isempty(rset) || !klgrpset_isempty(cset)) { in lpl_topo_verify()
/titanic_41/usr/src/cmd/vgrind/
H A Dvgrindefs.src97 &ascii &clock &cset &date &dateline &errout &fail &host &input\
/titanic_41/usr/src/man/man3c/
H A DMakefile77 cset.3c \
1496 csetcol.3c := LINKSRC = cset.3c
1497 csetlen.3c := LINKSRC = cset.3c
1498 csetno.3c := LINKSRC = cset.3c
1499 wcsetno.3c := LINKSRC = cset.3c

12