Searched refs:EILSEQ (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.5/kernel/src/common/ |
D | errno.h | 39 #define EILSEQ 25 /* 不合法的字符序列 Illegal byte sequence. */ macro
|
/DragonOS-0.1.5/user/libs/libc/src/include/export/ |
D | errno.h | 44 #define EILSEQ 25 /* 不合法的字符序列 Illegal byte sequence. */ macro
|
/DragonOS-0.1.5/docs/userland/libc/apis/api-list/ |
D | errno.md | 63 #define EILSEQ 25 /* 不合法的字符序列 Illegal byte sequence.*/
|
/DragonOS-0.1.5/kernel/src/filesystem/fat/ |
D | entry.rs | 12 EEXIST, EILSEQ, EINVAL, EISDIR, ENAMETOOLONG, ENOENT, ENOSPC, ENOTDIR, ENOTEMPTY, EPERM, 1052 return Err(-(EILSEQ as i32)); in validate_long_name()
|