OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENOTDIR
(Results
1 - 25
of
213
) sorted by relevancy
1
2
3
4
5
6
7
8
9
/src/sys/lib/libsa/
strerror.c
54
{
ENOTDIR
, "Not a directory" },
/src/usr.bin/patch/
mkpath.c
75
warnx("%s: %s", path, strerror(
ENOTDIR
));
/src/external/gpl3/gdb/dist/gnulib/import/
openat-priv.h
54
((Errno) ==
ENOTDIR
|| (Errno) == ENOENT \
rmdir.c
51
instead of
ENOTDIR
. We've already filtered out trailing ., the
54
errno =
ENOTDIR
;
lstat.c
69
If the referent is a non-directory, then set errno to
ENOTDIR
95
errno =
ENOTDIR
;
fstatat.c
92
errno =
ENOTDIR
;
100
errno =
ENOTDIR
;
/src/external/gpl3/gdb.old/dist/gnulib/import/
openat-priv.h
54
((Errno) ==
ENOTDIR
|| (Errno) == ENOENT \
rmdir.c
51
instead of
ENOTDIR
. We've already filtered out trailing ., the
54
errno =
ENOTDIR
;
lstat.c
69
If the referent is a non-directory, then set errno to
ENOTDIR
95
errno =
ENOTDIR
;
fstatat.c
92
errno =
ENOTDIR
;
100
errno =
ENOTDIR
;
/src/external/ibm-public/postfix/dist/src/util/
make_dirs.c
84
errno =
ENOTDIR
;
121
errno =
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/external/apache2/llvm/dist/libcxx/include/
errno.h
355
#ifndef
ENOTDIR
356
#define
ENOTDIR
9970
/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/external/bsd/libbind/dist/bsd/
mktemp.c
119
errno =
ENOTDIR
;
/src/external/bsd/ntp/dist/libntp/lib/isc/unix/
errno2result.c
43
case
ENOTDIR
:
/src/external/bsd/nvi/dist/clib/
mkstemp.c
97
errno =
ENOTDIR
;
/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h
97
not_a_directory =
ENOTDIR
,
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h
97
not_a_directory =
ENOTDIR
,
/src/external/mpl/bind/dist/lib/isc/
errno2result.c
38
case
ENOTDIR
:
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/
errno2result.c
39
case
ENOTDIR
:
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
kuserok.c
166
krb5_set_error_message(context,
ENOTDIR
, "%s not a directory",
168
return
ENOTDIR
;
340
krb5_set_error_message(context,
ENOTDIR
, "k5login.d not a directory");
341
return
ENOTDIR
;
345
krb5_set_error_message(context,
ENOTDIR
, "Could not open k5login.d");
677
if (ret != ENOENT && ret !=
ENOTDIR
)
Completed in 49 milliseconds
1
2
3
4
5
6
7
8
9
Indexes created Sun Mar 01 05:31:48 UTC 2026