Home
last modified time | relevance | path

Searched refs:ENOTDIR (Results 51 – 75 of 109) sorted by relevance

12345

/dragonfly/lib/libc/nls/
H A Dnb_NO.ISO8859-1.msg44 $ ENOTDIR
H A Dde_DE.ISO8859-1.msg46 $ ENOTDIR
H A Dsv_SE.ISO8859-1.msg46 $ ENOTDIR
H A DC.msg46 $ ENOTDIR
H A Dfr_FR.ISO8859-1.msg46 $ ENOTDIR
H A Dnl_NL.ISO8859-1.msg46 $ ENOTDIR
H A Dpl_PL.ISO8859-2.msg46 $ ENOTDIR
H A Dpt_BR.ISO8859-1.msg46 $ ENOTDIR
H A Dca_ES.ISO8859-1.msg46 $ ENOTDIR
H A Dsk_SK.ISO8859-2.msg46 $ ENOTDIR
H A Des_ES.ISO8859-1.msg46 $ ENOTDIR
H A Dgl_ES.ISO8859-1.msg46 $ ENOTDIR
H A Dhu_HU.ISO8859-2.msg46 $ ENOTDIR
/dragonfly/bin/sh/
H A Dinput.c369 errorwithstatus(e == ENOENT || e == ENOTDIR ? 127 : 126, in setinputfile()
/dragonfly/bin/cp/
H A Dcp.c439 errno = ENOTDIR; in copy()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_vnops.c848 error = ENOTDIR; in procfs_lookup()
921 error = ENOTDIR; in procfs_readdir()
/dragonfly/sys/vfs/ntfs/
H A Dntfs_subr.c865 return (ENOTDIR); in ntfs_ntlookupfile()
1101 return (ENOTDIR); in ntfs_ntreaddir()
1118 error = ENOTDIR; in ntfs_ntreaddir()
1130 error = ENOTDIR; in ntfs_ntreaddir()
/dragonfly/sys/kern/
H A Dvfs_conf.c297 return (ENOTDIR); in vfs_mountroot_devfs()
H A Dkern_sensors.c510 return (ENOTDIR); in sysctl_sensors_handler()
H A Dvfs_subr.c1803 return (ENOTDIR); /* overloaded */ in vfs_sysctl()
1815 return (ENOTDIR); in vfs_sysctl()
1820 return (ENOTDIR); /* overloaded */ in vfs_sysctl()
H A Dvfs_nlookup.c236 error = ENOTDIR; in nlookup_init_at()
1196 error = ENOTDIR; in nlookup()
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.c1302 errno != ENOENT && errno != ENOTDIR) { in rotate_serial()
1523 if (rename(dbfile, odbpath) == -1 && errno != ENOENT && errno != ENOTDIR) { in rotate_index()
1542 if (rename(attrpath, oattrpath) == -1 && errno != ENOENT && errno != ENOTDIR) { in rotate_index()
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vnops.c1345 error = ENOTDIR; in tmpfs_nrename()
1527 error = ENOTDIR; in tmpfs_nrmdir()
1657 return ENOTDIR; in tmpfs_readdir()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c719 return ((*ap->a_vpp == NULL) ? ENOTDIR : 0); in devfs_vop_nmkdir()
754 return ((*ap->a_vpp == NULL) ? ENOTDIR : 0); in devfs_vop_nsymlink()
788 error = ENOTDIR; in devfs_vop_nrmdir()
/dragonfly/lib/libthread_xu/thread/
H A Dthr_sem.c633 case ENOTDIR: in _sem_open()

12345