Searched refs:EILSEQ (Results 1 – 5 of 5) sorted by relevance
95 #define EILSEQ 83 /* 不合法的字符序列 Illegal byte sequence. */ macro
101 #define EILSEQ 83 /* 不合法的字符序列 Illegal byte sequence. */ macro
63 #define EILSEQ 25 /* 不合法的字符序列 Illegal byte sequence.*/
200 EILSEQ = 83, enumerator
1072 return Err(SystemError::EILSEQ); in validate_long_name()