Searched refs:EEXIST (Results 1 - 25 of 44) sorted by path

12

/haiku/3rdparty/kallisti5/
H A Dconfigure.py39 if exc.errno == errno.EEXIST and os.path.isdir(path):
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrlist.c105 * EEXIST - Such attribute already present in attribute list.
159 err = EEXIST;
H A Defs.c224 errno = EEXIST;
259 errno = EEXIST;
H A Dattrib.c4094 * EEXIST - Attribute of such type and with same name already exists.
4135 err = EEXIST;
4225 * EEXIST - Attribute of such type, with same lowest vcn and with same
4269 err = EEXIST;
4962 err = EEXIST;
H A Ddir.c1861 /* Both ENOTEMPTY and EEXIST are ok. We use the more common. */
2724 errno = EEXIST;
H A Dindex.c1571 errno = EEXIST;
H A Dinode.c1113 * EEXIST - Attribute list already exist.
1135 errno = EEXIST;
1614 errno = EEXIST;
H A Dobject_id.c409 errno = EEXIST;
547 errno = EEXIST;
H A Dreparse.c1237 errno = EEXIST;
/haiku/src/build/libroot/
H A Derrors.cpp134 ADD_ERROR(EEXIST);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_acl.c199 return EEXIST;
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c122 #if defined (EEXIST)
123 ENTRY(EEXIST, "EEXIST", "File exists"),
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c334 else if (errno != EEXIST)
339 __set_errno (EEXIST);
/haiku/src/system/libroot/posix/stdlib/
H A Dmktemp.c154 if (errno != EEXIST)
159 if (errno != EEXIST)
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp539 if (errno == ENOTEMPTY || errno == EEXIST) {
804 if (mkdir(base.name.c_str(), 0777) != 0 && errno != EEXIST) {
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp102 assert_posix_bool_error(EEXIST, sem != SEM_FAILED);
H A Dxsi_msg_queue_test1.cpp68 assert_posix_bool_success(errno == EEXIST);
H A Dxsi_sem_test1.cpp72 assert_posix_bool_success(errno == EEXIST);
/haiku/headers/build/os/support/
H A DErrors.h394 #undef EEXIST macro
480 #define EEXIST HAIKU_EEXIST macro
/haiku/headers/os/support/
H A DErrors.h210 #define EEXIST B_TO_POSIX_ERROR(B_FILE_EXISTS) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h658 #define EEXIST FSSH_EEXIST macro
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h196 #define EEXIST 17 /* File exists */ macro
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddir.cpp775 return EEXIST;
832 return EEXIST;
H A Dfile.cpp560 return EEXIST;
583 return EEXIST;
933 result = EEXIST;
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c707 return EEXIST;
1758 return EEXIST;
2023 return EEXIST;
2357 return EEXIST;

Completed in 343 milliseconds

12