Home
last modified time | relevance | path

Searched refs:ENOTDIR (Results 1 – 13 of 13) sorted by relevance

/reactos/sdk/include/crt/
H A Derrno.h42 #define ENOTDIR 20 macro
/reactos/drivers/filesystems/ext2/inc/linux/
H A Derrno.h26 #define ENOTDIR 20 /* Not a directory */ macro
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Derrno.h67 #define ENOTDIR 20 /* Not a directory */ macro
/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Ddirent.c67 seterrno(ENOTDIR);
H A Dsearchinpath.c58 (t) == ENOTDIR || \
/reactos/sdk/include/reactos/arc/
H A Darc.h24 #undef ENOTDIR
50 ENOTDIR, enumerator
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dutil.c820 errno = ENOTDIR; in MkDirs()
830 errno = ENOTDIR; in MkDirs()
/reactos/drivers/filesystems/ext2/src/
H A Dmisc.c457 case -ENOTDIR: in Ext2WinntError()
/reactos/modules/rostests/winetests/msvcrt/
H A Dheaders.c303 CHECK_DEF(ENOTDIR); in test_defines()
/reactos/boot/freeldr/freeldr/lib/fs/
H A Dfat.c852 return ENOTDIR; in FatLookupFile()
1449 return ENOTDIR; in FatOpen()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Ddisk.c284 case ENOTDIR: in open_weak_exclusive()
/reactos/sdk/lib/3rdparty/libxml2/
H A DxmlIO.c335 #ifdef ENOTDIR in __xmlIOErr()
336 else if (errno == ENOTDIR) code = XML_IO_ENOTDIR; in __xmlIOErr()
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Dtree.c1196 if (errno == ENOTDIR) {