HelenOS sources
UTF8_CONT 79 common/stdc/uchar.c s[1] = UTF8_CONT(c, 0);
UTF8_CONT 92 common/stdc/uchar.c s[1] = UTF8_CONT(c, 6);
UTF8_CONT 93 common/stdc/uchar.c s[2] = UTF8_CONT(c, 0);
UTF8_CONT 100 common/stdc/uchar.c s[1] = UTF8_CONT(c, 12);
UTF8_CONT 101 common/stdc/uchar.c s[2] = UTF8_CONT(c, 6);
UTF8_CONT 102 common/stdc/uchar.c s[3] = UTF8_CONT(c, 0);
UTF8_CONT 79 kernel/generic/common/stdc/uchar.c s[1] = UTF8_CONT(c, 0);
UTF8_CONT 92 kernel/generic/common/stdc/uchar.c s[1] = UTF8_CONT(c, 6);
UTF8_CONT 93 kernel/generic/common/stdc/uchar.c s[2] = UTF8_CONT(c, 0);
UTF8_CONT 100 kernel/generic/common/stdc/uchar.c s[1] = UTF8_CONT(c, 12);
UTF8_CONT 101 kernel/generic/common/stdc/uchar.c s[2] = UTF8_CONT(c, 6);
UTF8_CONT 102 kernel/generic/common/stdc/uchar.c s[3] = UTF8_CONT(c, 0);
UTF8_CONT 79 uspace/lib/c/common/stdc/uchar.c s[1] = UTF8_CONT(c, 0);
UTF8_CONT 92 uspace/lib/c/common/stdc/uchar.c s[1] = UTF8_CONT(c, 6);
UTF8_CONT 93 uspace/lib/c/common/stdc/uchar.c s[2] = UTF8_CONT(c, 0);
UTF8_CONT 100 uspace/lib/c/common/stdc/uchar.c s[1] = UTF8_CONT(c, 12);
UTF8_CONT 101 uspace/lib/c/common/stdc/uchar.c s[2] = UTF8_CONT(c, 6);
UTF8_CONT 102 uspace/lib/c/common/stdc/uchar.c s[3] = UTF8_CONT(c, 0);
HelenOS homepage, sources at GitHub