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

1234567891011>>

/freebsd-10.1-release/tools/regression/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-10.1-release/tools/regression/pjdfstest/tests/mkdir/
H A D10.t4 desc="mkdir returns EEXIST if the named file exists"
15 expect EEXIST mkdir ${n0} 0755
/freebsd-10.1-release/tools/regression/pjdfstest/tests/mkfifo/
H A D09.t4 desc="mkfifo returns EEXIST if the named file exists"
15 expect EEXIST mkfifo ${n0} 0644
/freebsd-10.1-release/tools/regression/pjdfstest/tests/symlink/
H A D08.t4 desc="symlink returns EEXIST if the name2 argument already exists"
15 expect EEXIST symlink test ${n0}
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Drename.c29 if (errno != EEXIST)
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Drename.c29 if (errno != EEXIST)
/freebsd-10.1-release/tools/regression/pjdfstest/tests/link/
H A D10.t4 desc="link returns EEXIST if the destination file does exist"
18 expect EEXIST link ${n0} ${n1}
/freebsd-10.1-release/tools/regression/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-10.1-release/crypto/openssh/openbsd-compat/
H A Dmktemp.c83 if (fd != -1 || errno != EEXIST)
89 if (errno != EEXIST)
95 errno = EEXIST;
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_open.c60 if (f >= 0 || errno != EEXIST)
/freebsd-10.1-release/usr.bin/patch/
H A Dmkpath.c64 errno != EEXIST)) {
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dmkstemp.c65 if(fd >= 0 || errno != EEXIST)
/freebsd-10.1-release/lib/libutil/
H A Dkld.c73 if (kldload(name) == -1 && errno != EEXIST)
/freebsd-10.1-release/sys/i386/include/xen/
H A Dxenstored.h68 XSD_ERROR(EEXIST),
/freebsd-10.1-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-10.1-release/bin/mkdir/
H A Dmkdir.c180 if (errno == EEXIST || errno == EISDIR) {
187 errno = EEXIST;
/freebsd-10.1-release/lib/libc/stdio/
H A Dmktemp.c175 if (errno != EEXIST)
180 if (errno != EEXIST)
189 return (0); /* yes - exit with EEXIST */
/freebsd-10.1-release/sbin/kldload/
H A Dkldload.c179 if (check_loaded != 0 && errno == EEXIST) {
185 case EEXIST:
/freebsd-10.1-release/usr.sbin/snapinfo/
H A Dsnapinfo.c156 return (EEXIST);
168 if (ret != EEXIST && ret != 0) {
/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Dtmpname.cpp110 else if (errno != EEXIST)
115 return -1; /* EEXIST */
/freebsd-10.1-release/contrib/ipfilter/
H A Dmln_rule.c64 return EEXIST;
H A Dmlo_rule.c61 return EEXIST;
/freebsd-10.1-release/sys/sys/
H A Derrno.h68 #define EEXIST 17 /* File exists */ macro
/freebsd-10.1-release/sys/xen/interface/io/
H A Dxs_wire.h75 XSD_ERROR(EEXIST),

Completed in 240 milliseconds

1234567891011>>