HelenOS sources

UTF8_MASK_INITIAL2  279 common/str.c   				return (b & UTF8_MASK_INITIAL2) << 6 |
UTF8_MASK_INITIAL2  279 kernel/generic/common/str.c 				return (b & UTF8_MASK_INITIAL2) << 6 |
UTF8_MASK_INITIAL2  279 uspace/lib/c/common/str.c 				return (b & UTF8_MASK_INITIAL2) << 6 |
HelenOS homepage, sources at GitHub