HelenOS sources
ctype 258 kernel/arch/arm32/src/cpu/cpu.c const unsigned ctype = CLIDR_CACHE(i, val);
ctype 259 kernel/arch/arm32/src/cpu/cpu.c switch (ctype) {
ctype 504 uspace/lib/cpp/include/__bits/adt/bitset.hpp use_facet<ctype<Char>>(os.getloc()).widen('0'),
ctype 505 uspace/lib/cpp/include/__bits/adt/bitset.hpp use_facet<ctype<Char>>(os.getloc()).widen('1')
ctype 442 uspace/lib/cpp/include/__bits/io/ios.hpp return use_facet<ctype<char_type>>(locale_).narrow(c, def);
ctype 447 uspace/lib/cpp/include/__bits/io/ios.hpp return use_facet<ctype<char_type>>(locale_).widen(c);
ctype 89 uspace/lib/cpp/include/__bits/io/istream.hpp const auto& ct = use_facet<ctype<Char>>(is.getloc());
ctype 834 uspace/lib/cpp/include/__bits/io/istream.hpp const auto& ct = use_facet<ctype<Char>>(is.getloc());
ctype 891 uspace/lib/cpp/include/__bits/io/istream.hpp const auto& ct = use_facet<ctype<Char>>(is.getloc());
ctype 147 uspace/lib/cpp/include/__bits/locale/ctype.hpp ~ctype() = default;
ctype 229 uspace/lib/cpp/include/__bits/locale/ctype.hpp locale::id ctype<Char>::id{};
ctype 237 uspace/lib/cpp/include/__bits/locale/ctype.hpp class ctype_byname: public ctype<Char>
ctype 240 uspace/lib/cpp/include/__bits/locale/ctype.hpp using mask = typename ctype<Char>::mask;
ctype 342 uspace/lib/cpp/include/__bits/locale/ctype.hpp ~ctype() = default;
ctype 526 uspace/lib/cpp/include/__bits/locale/ctype.hpp ~ctype() = default;
ctype 69 uspace/lib/cpp/include/__bits/locale/locale.hpp static const category ctype = 0b000'0100;
ctype 74 uspace/lib/cpp/include/__bits/locale/locale.hpp static const category all = collate | ctype | monetary |
ctype 63 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::space, c);
ctype 69 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::print, c);
ctype 75 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::cntrl, c);
ctype 81 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::upper, c);
ctype 87 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::lower, c);
ctype 93 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::alpha, c);
ctype 99 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::digit, c);
ctype 105 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::punct, c);
ctype 111 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::xdigit, c);
ctype 117 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::alnum, c);
ctype 123 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::graph, c);
ctype 129 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).is(ctype_base::blank, c);
ctype 143 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).toupper(c);
ctype 149 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp return use_facet<ctype<Char>>(loc).tolower(c);
ctype 345 uspace/lib/cpp/include/__bits/locale/num_get.hpp const auto& ct = use_facet<ctype<char_type>>(loc);
ctype 295 uspace/lib/cpp/include/__bits/locale/num_put.hpp const auto& ct = use_facet<ctype<char_type>>(loc);
ctype 396 uspace/lib/sif/src/sif.c errno_t sif_node_prepend_child(sif_node_t *parent, const char *ctype,
ctype 405 uspace/lib/sif/src/sif.c child->ntype = str_dup(ctype);
ctype 427 uspace/lib/sif/src/sif.c errno_t sif_node_append_child(sif_node_t *parent, const char *ctype,
ctype 436 uspace/lib/sif/src/sif.c child->ntype = str_dup(ctype);
ctype 458 uspace/lib/sif/src/sif.c errno_t sif_node_insert_before(sif_node_t *sibling, const char *ctype,
ctype 467 uspace/lib/sif/src/sif.c child->ntype = str_dup(ctype);
ctype 489 uspace/lib/sif/src/sif.c errno_t sif_node_insert_after(sif_node_t *sibling, const char *ctype,
ctype 498 uspace/lib/sif/src/sif.c child->ntype = str_dup(ctype);
ctype 533 uspace/srv/hid/display/window.c display_stock_cursor_t ctype;
ctype 552 uspace/srv/hid/display/window.c ctype = display_cursor_from_wrsz(rsztype);
ctype 553 uspace/srv/hid/display/window.c ds_seat_set_wm_cursor(seat, wnd->display->cursor[ctype]);
HelenOS homepage, sources at GitHub