Home
last modified time | relevance | path

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

12345678910

/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkuserok.c166 krb5_set_error_message(context, ENOTDIR, "%s not a directory", in check_owner_dir()
168 return ENOTDIR; in check_owner_dir()
340 krb5_set_error_message(context, ENOTDIR, "k5login.d not a directory"); in check_directory()
341 return ENOTDIR; in check_directory()
345 krb5_set_error_message(context, ENOTDIR, "Could not open k5login.d"); in check_directory()
677 if (ret != ENOENT && ret != ENOTDIR) in kuserok_user_k5login_plug_f()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dmake_dirs.c84 errno = ENOTDIR; in make_dirs()
121 errno = ENOTDIR; in make_dirs()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfstatat.c92 errno = ENOTDIR; in rpl_fstatat()
100 errno = ENOTDIR; in rpl_fstatat()
H A Drename.c107 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR; in rpl_rename()
294 int rename_errno = ENOTDIR; in rpl_rename()
353 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR; in rpl_rename()
H A Drmdir.c51 errno = ENOTDIR; in rpl_rmdir()
H A Dstat.c348 errno = ENOTDIR; in rpl_stat()
431 errno = ENOTDIR; in rpl_stat()
H A Dlstat.c95 errno = ENOTDIR; in rpl_lstat()
H A Dopenat-priv.h54 ((Errno) == ENOTDIR || (Errno) == ENOENT \
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfstatat.c92 errno = ENOTDIR; in rpl_fstatat()
100 errno = ENOTDIR; in rpl_fstatat()
H A Drename.c107 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR; in rpl_rename()
294 int rename_errno = ENOTDIR; in rpl_rename()
353 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR; in rpl_rename()
H A Drmdir.c51 errno = ENOTDIR; in rpl_rmdir()
H A Dstat.c348 errno = ENOTDIR; in rpl_stat()
431 errno = ENOTDIR; in rpl_stat()
H A Dlstat.c95 errno = ENOTDIR; in rpl_lstat()
H A Dopenat-priv.h54 ((Errno) == ENOTDIR || (Errno) == ENOENT \
/netbsd/bin/sh/
H A Derror.c320 { ENOTDIR, E_OPEN, "no such file" },
321 { ENOTDIR, E_CREAT,"directory nonexistent" },
322 { ENOTDIR, E_EXEC, "not found" },
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h96 #ifdef ENOTDIR in rump_errno2host()
98 return ENOTDIR; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h355 #ifndef ENOTDIR
356 #define ENOTDIR 9970 macro
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c84 #ifdef ENOTDIR in rumpuser__errtrans()
85 case ENOTDIR : return 20; in rumpuser__errtrans()
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_dir.c76 hx509_set_error_string(context, 0, ENOTDIR, in dir_init()
78 return ENOTDIR; in dir_init()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc243 #ifdef ENOTDIR in default_error_condition()
244 case ENOTDIR: in default_error_condition()
/netbsd/external/bsd/am-utils/dist/amd/
H A Damfs_toplvl.c184 return ENOTDIR; in amfs_toplvl_mount()
283 error = ENOTDIR; in amfs_toplvl_umount()
/netbsd/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.c367 err = ENOTDIR; in nbfs_func_dirents()
472 { ENOTDIR, { FSERR(ENOTDIR), "Not a directory" } },
/netbsd/usr.bin/patch/
H A Dmkpath.c75 warnx("%s: %s", path, strerror(ENOTDIR)); in mkpath()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc162 X (DIRECTORY, ENOTDIR); in default_error_condition()
430 #ifdef ENOTDIR in default_error_condition()
431 case ENOTDIR: in default_error_condition()
/netbsd/sys/lib/libsa/
H A Dstrerror.c54 { ENOTDIR, "Not a directory" },

12345678910