HelenOS sources
wstr_to_astr 126 common/include/str.h extern char *wstr_to_astr(const char32_t *src);
wstr_to_astr 126 kernel/generic/common/include/str.h extern char *wstr_to_astr(const char32_t *src);
wstr_to_astr 124 uspace/app/bdsh/compl.c stext = wstr_to_astr(text);
wstr_to_astr 683 uspace/dist/src/c/demos/edit/edit.c str = wstr_to_astr(buffer);
wstr_to_astr 126 uspace/lib/c/common/include/str.h extern char *wstr_to_astr(const char32_t *src);
wstr_to_astr 160 uspace/lib/clui/src/tinput.c return wstr_to_astr(ti->buffer);
wstr_to_astr 540 uspace/lib/clui/src/tinput.c str = wstr_to_astr(ti->buffer + sa);
wstr_to_astr 543 uspace/lib/clui/src/tinput.c str = wstr_to_astr(ti->buffer + sa);
wstr_to_astr 126 uspace/lib/posix/include/common/str.h extern char *wstr_to_astr(const char32_t *src);
wstr_to_astr 804 uspace/lib/usbdev/src/request.c char *str = wstr_to_astr(string_chars);
HelenOS homepage, sources at GitHub