Home
last modified time | relevance | path

Searched refs:EILSEQ (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.5/kernel/src/common/
Derrno.h39 #define EILSEQ 25 /* 不合法的字符序列 Illegal byte sequence. */ macro
/DragonOS-0.1.5/user/libs/libc/src/include/export/
Derrno.h44 #define EILSEQ 25 /* 不合法的字符序列 Illegal byte sequence. */ macro
/DragonOS-0.1.5/docs/userland/libc/apis/api-list/
Derrno.md63 #define EILSEQ 25 /* 不合法的字符序列 Illegal byte sequence.*/
/DragonOS-0.1.5/kernel/src/filesystem/fat/
Dentry.rs12 EEXIST, EILSEQ, EINVAL, EISDIR, ENAMETOOLONG, ENOENT, ENOSPC, ENOTDIR, ENOTEMPTY, EPERM,
1052 return Err(-(EILSEQ as i32)); in validate_long_name()