/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | errno.h | 16 #define errno (*__errno_location()) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | errno.h | 16 #define errno (*__errno_location()) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | errno.h | 16 #define errno (*__errno_location()) macro
|
/third_party/musl/src/include/ |
H A D | errno.h | 11 #undef errno macro 12 #define errno (*___errno_location()) macro
|
/third_party/musl/include/ |
H A D | errno.h | 16 #define errno (*__errno_location()) macro
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | errno.rs | 12 pub static mut errno: ::c_int; consts
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | errno.h | 16 #define errno (*__errno_location()) macro
|
/third_party/node/test/parallel/ |
H A D | test-errors-systemerror.js | 82 errno: 123, global() property
|
H A D | test-dgram-socket-buffer-size.js | 128 errno: UV_EINVAL, global() property 151 errno: UV_EINVAL, global() property
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | errno.h | 37 #undef errno macro 72 #define errno (*__errno_location()) macro
|
/third_party/python/Tools/scripts/ |
H A D | dutree.py | 4 import os, sys, errno namespace
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | warnings_test.py | 23 import errno namespace
|
H A D | optimization_test.py | 26 import errno namespace
|
/third_party/musl/libc-test/src/functional/ |
H A D | sem_open.c | 46 "trywait on locked sem: got errno \\"%s\\" (%d), want EAGAIN (%d)\\n", strerror(errno), errno, EAGAIN); main() local [all...] |
/third_party/python/Lib/test/subprocessdata/ |
H A D | fd_status.py | 9 import errno namespace
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_errno.py | 1 import unittest, os, errno namespace
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_registry_tables.py | 17 import errno namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_registry_tables.py | 17 import errno namespace
|
/third_party/python/Lib/test/ |
H A D | test_errno.py | 5 import errno namespace [all...] |
/third_party/spirv-tools/utils/ |
H A D | generate_changelog.py | 23 import errno namespace
|
/third_party/glslang/ |
H A D | build_info.py | 18 import errno namespace
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_ninja.py | 15 import errno namespace
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_ninja.py | 15 import errno namespace
|
/third_party/python/Lib/ |
H A D | crypt.py | 13 import errno namespace
|
/third_party/python/Lib/distutils/ |
H A D | dir_util.py | 6 import errno namespace
|