HelenOS sources
to 61 kernel/test/synch/semaphore2.c int to;
to 65 kernel/test/synch/semaphore2.c to = random(20000);
to 66 kernel/test/synch/semaphore2.c TPRINTF("cpu%u, tid %" PRIu64 " down+ (%d)\n", CPU->id, THREAD->tid, to);
to 67 kernel/test/synch/semaphore2.c rc = semaphore_down_timeout(&sem, to);
to 254 uspace/app/bdsh/input.c FILE *to = NULL;
to 267 uspace/app/bdsh/input.c to = fopen(redir_to, "w");
to 268 uspace/app/bdsh/input.c if (to == NULL) {
to 273 uspace/app/bdsh/input.c new_iostate.stdout = to;
to 286 uspace/app/bdsh/input.c if (to != NULL) {
to 287 uspace/app/bdsh/input.c fclose(to);
to 427 uspace/lib/c/generic/thread/fibril.c _timeout_t *to = list_get_instance(cur, _timeout_t, link);
to 429 uspace/lib/c/generic/thread/fibril.c if (ts_gt(&to->expires, &ts)) {
to 430 uspace/lib/c/generic/thread/fibril.c *next_timeout = to->expires;
to 435 uspace/lib/c/generic/thread/fibril.c list_remove(&to->link);
to 438 uspace/lib/c/generic/thread/fibril.c to->event, _EVENT_TIMED_OUT));
to 525 uspace/lib/c/generic/thread/fibril.c struct timespec *to = _handle_expired_timeouts(&next_timeout);
to 526 uspace/lib/c/generic/thread/fibril.c fibril_t *f = _ready_list_pop(to, false);
to 71 uspace/lib/cpp/include/__bits/functional/function.hpp void copy_callable(Callable* to, Callable* from)
to 73 uspace/lib/cpp/include/__bits/functional/function.hpp new(to) Callable{*from};
to 62 uspace/lib/cpp/include/__bits/locale/codecvt.hpp const intern_type*& from_next, extern_type* to, extern_type* to_end,
to 65 uspace/lib/cpp/include/__bits/locale/codecvt.hpp return do_out(state, from, from_end, from_next, to, to_end, to_next);
to 68 uspace/lib/cpp/include/__bits/locale/codecvt.hpp result unshift(state_type& state, extern_type* to, extern_type* to_end,
to 71 uspace/lib/cpp/include/__bits/locale/codecvt.hpp return do_unshift(state, to, to_end, to_next);
to 75 uspace/lib/cpp/include/__bits/locale/codecvt.hpp const extern_type*& from_next, intern_type* to, intern_type* to_end,
to 78 uspace/lib/cpp/include/__bits/locale/codecvt.hpp return do_in(state, from, from_end, from_next, to, to_end, to_next);
to 108 uspace/lib/cpp/include/__bits/locale/codecvt.hpp const intern_type*& from_next, extern_type* to, extern_type* to_end,
to 115 uspace/lib/cpp/include/__bits/locale/codecvt.hpp virtual result do_unshift(state_type& state, extern_type* to, extern_type* to_end,
to 123 uspace/lib/cpp/include/__bits/locale/codecvt.hpp const extern_type*& from_next, intern_type* to, intern_type* to_end,
to 122 uspace/lib/cpp/include/__bits/locale/ctype.hpp const char_type* widen(const char* low, const char* high, char_type* to) const
to 124 uspace/lib/cpp/include/__bits/locale/ctype.hpp return do_widen(low, high, to);
to 133 uspace/lib/cpp/include/__bits/locale/ctype.hpp char def, char* to) const
to 135 uspace/lib/cpp/include/__bits/locale/ctype.hpp return do_narrow(low, high, def, to);
to 313 uspace/lib/cpp/include/__bits/locale/ctype.hpp const char_type* widen(const char* low, const char* high, char_type* to) const
to 315 uspace/lib/cpp/include/__bits/locale/ctype.hpp return do_widen(low, high, to);
to 324 uspace/lib/cpp/include/__bits/locale/ctype.hpp char def, char* to) const
to 326 uspace/lib/cpp/include/__bits/locale/ctype.hpp return do_narrow(low, high, def, to);
to 497 uspace/lib/cpp/include/__bits/locale/ctype.hpp const char_type* widen(const char* low, const char* high, char_type* to) const
to 499 uspace/lib/cpp/include/__bits/locale/ctype.hpp return do_widen(low, high, to);
to 508 uspace/lib/cpp/include/__bits/locale/ctype.hpp char def, char* to) const
to 510 uspace/lib/cpp/include/__bits/locale/ctype.hpp return do_narrow(low, high, def, to);
to 104 uspace/lib/pcm/src/format.c buffer[i] = to((type)nullv, type, endian); \
to 215 uspace/lib/pcm/src/format.c dst_buf[pos] = to((type)c, type, endian); \
HelenOS homepage, sources at GitHub