Searched refs:EISDIR (Results 1 – 15 of 15) sorted by relevance
69 #ifdef EISDIR in g_io_error_from_errno()70 case EISDIR: in g_io_error_from_errno()
111 #ifndef EISDIR112 #define EISDIR 21 macro
726 yaffsfs_SetError(-EISDIR); in yaffsfs_DoUnlink()
24 #define EISDIR 21 /* Is a directory */ macro
328 # ifndef EISDIR329 # define EISDIR 21 macro523 is_a_directory = EISDIR,
83 raise IOError(errno.EISDIR, source, os.strerror(errno.ISDIR))85 raise IOError(errno.EISDIR, destination, os.strerror(errno.ISDIR))
103 case EISDIR: in CreatePlatformFile()
351 #ifdef EISDIR in g_file_error_from_errno()352 case EISDIR: in g_file_error_from_errno()
1096 #ifdef EISDIR in g_strerror()1097 case EISDIR: return "is a directory"; in g_strerror()
672 #ifdef EISDIR in g_io_channel_error_from_errno()673 case EISDIR: in g_io_channel_error_from_errno()
542 #define VKI_EISDIR EISDIR
320 #ifdef EISDIR in __xmlIOErr()321 else if (errno == EISDIR) code = XML_IO_EISDIR; in __xmlIOErr()
1183 return (S_ISDIR(sb.st_mode) ? EISDIR : EACCES); in search_access()
30164 if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){
30153 if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){