Searched defs:EILSEQ (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 95 #define EILSEQ 84 /* 不合法的字符序列 Illegal byte sequence. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 176 EILSEQ = 84, enumerator |