HomeSort by: relevance | last modified time | path
    Searched refs:ENOTDIR (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/sys/lib/libsa/
strerror.c 54 { ENOTDIR, "Not a directory" },
ls.c 134 printf("%s: %s\n", path, strerror(ENOTDIR));
  /src/usr.bin/patch/
mkpath.c 75 warnx("%s: %s", path, strerror(ENOTDIR));
  /src/lib/librumpuser/
rumpuser_errtrans.c 84 #ifdef ENOTDIR
85 case ENOTDIR : return 20;
  /src/sys/rump/include/rump/
rumperrno2host.h 96 #ifdef ENOTDIR
98 return ENOTDIR;
  /src/distrib/utils/libhack/
opendir.c 67 errno = ENOTDIR;
  /src/sys/sys/
errno.h 62 #define ENOTDIR 20 /* Not a directory */
  /src/usr.bin/nice/
nice.c 112 err((errno == ENOENT || errno == ENOTDIR) ? 127 : 126, "%s", argv[0]);
  /src/usr.bin/make/unit-tests/
directive-dinclude.mk 14 # No complaint either, even though the operating system error is ENOTDIR, not
directive-hyphen-include.mk 13 # No complaint either, even though the operating system error is ENOTDIR, not
directive-sinclude.mk 13 # No complaint either, even though the operating system error is ENOTDIR, not
  /src/lib/libc/gen/
execvp.c 124 case ENOTDIR:
opendir.c 103 errno = ENOTDIR;
getcwd.c 207 errno = ENOTDIR;
  /src/lib/libc/stdio/
gettemp.c 109 errno = ENOTDIR;
  /src/bin/sh/
error.c 320 { ENOTDIR, E_OPEN, "no such file" },
321 { ENOTDIR, E_CREAT,"directory nonexistent" },
322 { ENOTDIR, E_EXEC, "not found" },
  /src/bin/mkdir/
mkdir.c 185 errno = ENOTDIR;
  /src/bin/rcp/
util.c 95 errno = ENOTDIR;
  /src/sbin/sysctl/
pathconf.c 176 case ENOTDIR:
  /src/sys/arch/ia64/stand/common/
ls.c 174 command_seterr("%s: %s", path, strerror(ENOTDIR));
  /src/sys/compat/common/
compat_sysctl_09_43.c 78 return (ENOTDIR);
  /src/sys/arch/acorn32/stand/nbfs/
nbfs.c 367 err = ENOTDIR;
472 { ENOTDIR, { FSERR(ENOTDIR), "Not a directory" } },
  /src/sys/arch/ia64/stand/efi/libefi/
efifs_ls.c 169 printf("%s: %s\n", path, strerror(ENOTDIR));
  /src/sys/compat/freebsd/
freebsd_sysctl.c 212 return(ENOTDIR);
  /src/tests/lib/libc/sys/
t_access.c 126 atf_tc_set_md_var(tc, "descr", "Test access(2) for ENOTDIR");
138 * IEEE Std 1003.1-2008 about ENOTDIR:
148 ATF_REQUIRE(errno == ENOTDIR);

Completed in 138 milliseconds

1 2 3 4 5