HelenOS sources

UTF8_CONT         188 common/stdc/uchar.c #define UTF8_CONT(c, shift) (0x80 | (((c) >> (shift)) & 0x3F))
UTF8_CONT         188 kernel/generic/common/stdc/uchar.c #define UTF8_CONT(c, shift) (0x80 | (((c) >> (shift)) & 0x3F))
UTF8_CONT         188 uspace/lib/c/common/stdc/uchar.c #define UTF8_CONT(c, shift) (0x80 | (((c) >> (shift)) & 0x3F))
HelenOS homepage, sources at GitHub