Searched refs:EEXIST (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/pjdfstest/tests/mknod/
H A D08.t4 desc="mknod returns EEXIST if the named file exists"
15 expect EEXIST mknod ${n0} b 0644 0 0
16 expect EEXIST mknod ${n0} c 0644 0 0
17 expect EEXIST mknod ${n0} f 0644 0 0
H A D11.t39 expect EEXIST mknod ${n0} ${type} 0777 3 4
48 expect EEXIST mknod ${n0} ${type} 0777 4000 4000
/freebsd-11.0-release/contrib/mdocml/
H A Dcompat_mkdtemp.c47 errno = EEXIST;
52 if (errno != EEXIST)
57 errno = EEXIST;
/freebsd-11.0-release/contrib/pjdfstest/tests/mkdir/
H A D10.t4 desc="mkdir returns EEXIST if the named file exists"
15 expect EEXIST mkdir ${n0} 0755
/freebsd-11.0-release/contrib/pjdfstest/tests/mkfifo/
H A D09.t4 desc="mkfifo returns EEXIST if the named file exists"
15 expect EEXIST mkfifo ${n0} 0644
/freebsd-11.0-release/contrib/pjdfstest/tests/symlink/
H A D08.t4 desc="symlink returns EEXIST if the name2 argument already exists"
15 expect EEXIST symlink test ${n0}
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Drename.c29 if (errno != EEXIST)
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Drename.c29 if (errno != EEXIST)
/freebsd-11.0-release/contrib/netbsd-tests/fs/ptyfs/
H A Dt_nullpts.c30 if (errno != EEXIST)
46 if (errno != EEXIST)
50 if (errno != EEXIST)
82 if (errno != EEXIST)
86 if (errno != EEXIST)
H A Dt_ptyfs.c28 if (errno != EEXIST)
/freebsd-11.0-release/contrib/pjdfstest/tests/link/
H A D10.t4 desc="link returns EEXIST if the destination file does exist"
18 expect EEXIST link ${n0} ${n1}
/freebsd-11.0-release/contrib/pjdfstest/tests/open/
H A D22.t4 desc="open returns EEXIST when O_CREAT and O_EXCL were specified and the file exists"
15 expect EEXIST open ${n0} O_CREAT,O_EXCL 0644
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dmktemp.c83 if (fd != -1 || errno != EEXIST)
89 if (errno != EEXIST)
95 errno = EEXIST;
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_open.c60 if (f >= 0 || errno != EEXIST)
/freebsd-11.0-release/usr.bin/patch/
H A Dmkpath.c64 errno != EEXIST)) {
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dmkstemp.c65 if(fd >= 0 || errno != EEXIST)
/freebsd-11.0-release/lib/libutil/
H A Dkld.c73 if (kldload(name) == -1 && errno != EEXIST)
/freebsd-11.0-release/cddl/compat/opensolaris/misc/
H A Dmkdirp.c99 if (mkdir(str, mode) != 0 && errno != EEXIST) {
112 if (mkdir(str, mode) != 0 && errno != EEXIST) {
115 * exists (EEXIST), then str has the form
/freebsd-11.0-release/contrib/libc++/include/
H A Derrno.h296 #ifndef EEXIST
297 #define EEXIST 9955 macro
/freebsd-11.0-release/bin/mkdir/
H A Dmkdir.c180 if (errno == EEXIST || errno == EISDIR) {
187 errno = EEXIST;
/freebsd-11.0-release/sys/netinet/libalias/
H A Dalias_mod.c67 return (EEXIST);
138 return (EEXIST); /* Dll name conflict. */
/freebsd-11.0-release/lib/libc/stdio/
H A Dmktemp.c175 if (errno != EEXIST)
180 if (errno != EEXIST)
189 return (0); /* yes - exit with EEXIST */
/freebsd-11.0-release/sbin/kldload/
H A Dkldload.c179 if (check_loaded != 0 && errno == EEXIST) {
185 case EEXIST:
/freebsd-11.0-release/usr.sbin/snapinfo/
H A Dsnapinfo.c156 return (EEXIST);
168 if (ret != EEXIST && ret != 0) {
/freebsd-11.0-release/contrib/ntp/lib/isc/unix/
H A Derrno2result.c52 case EEXIST:

Completed in 234 milliseconds

1234567891011>>