/external/openssh/openbsd-compat/ |
D | mktemp.c | 83 if (fd != -1 || errno != EEXIST) in mktemp_internal() 89 if (errno != EEXIST) in mktemp_internal() 95 errno = EEXIST; in mktemp_internal()
|
/external/google-breakpad/src/common/android/testing/ |
D | mkdtemp.h | 100 if (errno != EEXIST) in breakpad_mkdtemp() 104 assert(errno == EEXIST); in breakpad_mkdtemp()
|
/external/python/cpython2/Lib/ |
D | tempfile.py | 208 if e.args[0] == _errno.EEXIST: 248 if e.errno == _errno.EEXIST: 257 raise IOError, (_errno.EEXIST, "No usable temporary file name found") 342 if e.errno == _errno.EEXIST: 351 raise IOError, (_errno.EEXIST, "No usable temporary directory name found") 380 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | semtest_2ns.c | 102 if (errno != EEXIST) { in check_sem1() 142 if (errno != EEXIST) { in check_sem2()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_maps.c | 50 errno == EEXIST); in test_hashmap() 159 errno == EEXIST); in test_hashmap_percpu() 247 errno == EEXIST); in test_arraymap() 303 errno == EEXIST); in test_arraymap_percpu() 499 errno == EEXIST); in test_map_parallel()
|
/external/libcxx/include/ |
D | errno.h | 296 #ifndef EEXIST 297 #define EEXIST 9955 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 45 EEXIST, "EEXIST", EEXIST}, {
|
/external/selinux/libsepol/include/sepol/ |
D | errcodes.h | 26 #define SEPOL_EEXIST -EEXIST
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/ |
D | fileutil.py | 17 if e.errno != errno.EEXIST:
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/ |
D | 4-1.c | 41 if ((mysemp == SEM_FAILED) && (errno == EEXIST)) { in main()
|
D | 2-2.c | 41 if (errno != EEXIST) { in main()
|
D | 2-1.c | 48 if ((mysemp == SEM_FAILED) && (errno == EEXIST)) { in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 20 #define EEXIST 17 /* File exists */ macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 91 #ifndef EEXIST 92 #error EEXIST not defined
|
/external/python/cpython2/Demo/pdist/ |
D | cvslock.py | 85 EEXIST = 17 variable 134 if msg[0] == EEXIST:
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
D | 5-1.c | 40 if (fd == -1 && errno == EEXIST) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 22-1.c | 37 if (fd == -1 && errno == EEXIST) { in main()
|
/external/syslinux/dos/ |
D | errno.h | 20 #define EEXIST 17 /* File exists */ macro
|
/external/strace/tests/ |
D | attach-p-cmd-p.c | 62 if (EEXIST != errno) in main()
|
/external/strace/tests-mx32/ |
D | attach-p-cmd-p.c | 62 if (EEXIST != errno) in main()
|
/external/strace/tests-m32/ |
D | attach-p-cmd-p.c | 62 if (EEXIST != errno) in main()
|
/external/libusb/msvc/ |
D | errno.h | 41 #define EEXIST 17 /* File exists */ macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
D | 23-1.c | 58 if (errno != EEXIST) { in main()
|
/external/walt/server/ |
D | main.py | 58 if e.errno != errno.EEXIST:
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_util.h | 57 if (mkdir(dir, 0774) && errno != EEXIST) { in dd_get_debug_file()
|