Home
last modified time | relevance | path

Searched defs:EILSEQ (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h95 #define EILSEQ 84 /* 不合法的字符序列 Illegal byte sequence. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs176 EILSEQ = 84, enumerator