Searched refs:ENOTDIR (Results 1 – 22 of 22) sorted by relevance
93 #ifdef ENOTDIR in g_io_error_from_errno()94 case ENOTDIR: in g_io_error_from_errno()
107 #ifndef ENOTDIR108 #define ENOTDIR 20 macro
438 yaffsfs_SetError(-ENOTDIR); in yaffs_open()718 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()730 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()734 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()1444 yaffsfs_SetError(-ENOTDIR); in yaffs_link()
77 errno = ENOTDIR; in _topendir()92 errno = ENOTDIR; in _topendir()
23 #define ENOTDIR 20 /* Not a directory */ macro
382 # ifndef ENOTDIR383 # define ENOTDIR 20 macro564 not_a_directory = ENOTDIR,
118 errno = ENOTDIR; in _gettemp()
126 case ENOTDIR: in CreatePlatformFile()
153 bool ret = (errno == ENOENT || errno == ENOTDIR); in Delete()
72 #define ENOTDIR ERROR_DIRECTORY macro
146 if (errno == ENOENT || errno == ENOTDIR) in sd_is_fifo()
115 errno = ENOTDIR; in g_mkdir_with_parents()375 #ifdef ENOTDIR in g_file_error_from_errno()376 case ENOTDIR: in g_file_error_from_errno()
1234 #ifdef ENOTDIR in g_strerror()1235 case ENOTDIR: return "not a directory"; in g_strerror()
140 errno = ENOTDIR; in op_open_agent()
1739 #ifdef ENOTDIR in rotate_serial()1740 && errno != ENOTDIR in rotate_serial()2016 #ifdef ENOTDIR in rotate_index()2017 && errno != ENOTDIR in rotate_index()2044 #ifdef ENOTDIR in rotate_index()2045 && errno != ENOTDIR in rotate_index()
963 errno = ENOTDIR;1184 errno = ENOTDIR;
541 #define VKI_ENOTDIR ENOTDIR
356 #ifdef ENOTDIR in __xmlIOErr()357 else if (errno == ENOTDIR) code = XML_IO_ENOTDIR; in __xmlIOErr()
411 if (err != ENOENT && err != ENOTDIR)
330 } else if ((retval != ENOTDIR) && in profile_init()
321 errno = ENOTDIR; in do_realpath()
712 Returns 0 if @var{ino} is a directory, and @code{ENOTDIR} if it is not.