HelenOS sources

chr_check         110 common/include/str.h extern bool chr_check(char32_t ch);
chr_check         207 common/printf/printf_core.c 	if (!chr_check(ch))
chr_check         266 common/str.c   	if (!chr_check(ch))
chr_check         110 kernel/generic/common/include/str.h extern bool chr_check(char32_t ch);
chr_check         207 kernel/generic/common/printf/printf_core.c 	if (!chr_check(ch))
chr_check         266 kernel/generic/common/str.c 	if (!chr_check(ch))
chr_check         110 uspace/lib/c/common/include/str.h extern bool chr_check(char32_t ch);
chr_check         207 uspace/lib/c/common/printf/printf_core.c 	if (!chr_check(ch))
chr_check         266 uspace/lib/c/common/str.c 	if (!chr_check(ch))
chr_check         110 uspace/lib/posix/include/common/str.h extern bool chr_check(char32_t ch);
HelenOS homepage, sources at GitHub