Home
last modified time | relevance | path

Searched defs:errno (Results 176 - 197 of 197) sorted by relevance

12345678

/third_party/gptfdisk/
H A Dgpt.cc850 cout << "\aNOTE: Write test failed with error number " << errno in LoadPartitions() local
1061 cerr << "Warning! Read error " << errno << "; strange behavior now likely!\n"; in LoadHeader() local
1118 cerr << "Warning! Read error " << errno << "! Misbehavior now likely!\n"; in LoadPartitionTable() local
1160 cerr << "Warning! Error " << errno << " reading partition table for CRC check!\n"; in CheckTable() local
1459 cerr << "Warning! Read error " << errno in LoadGPTBackup() local
1497 cerr << "Warning! GPT main header not overwritten! Error is " << errno << "\n"; in DestroyGPT() local
1512 cerr << "Warning! GPT main partition table not overwritten! Error is " << errno << "\n"; in DestroyGPT() local
1522 << errno << "\ in DestroyGPT() local
1530 cerr << "Warning! GPT backup header not overwritten! Error is " << errno << "\\n"; DestroyGPT() local
1556 cerr << "Warning! MBR not overwritten! Error is " << errno << "!\\n"; DestroyMBR() local
[all...]
/third_party/node/tools/
H A Dtest.py45 import errno namespace
/third_party/python/Lib/
H A Dssl.py264 import errno namespace
/third_party/python/Lib/test/test_asyncio/
H A Dtest_unix_events.py4 import errno namespace
131 errno = errno.EFAULT variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error.Err
146 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error2.Err
161 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error3.Err
235 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_remove_signal_handler_error2.Err
H A Dtest_events.py21 import errno namespace
H A Dtest_base_events.py4 import errno namespace
/third_party/python/Lib/test/
H A Dtest_exceptions.py10 import errno namespace
[all...]
H A Dtest_pathlib.py6 import errno namespace
[all...]
H A Dtest_shutil.py11 import errno namespace
[all...]
H A Dtest_posix.py12 import errno namespace
[all...]
H A Dtest_httplib.py2 import errno namespace
H A Dtest_subprocess.py14 import errno namespace
[all...]
H A Dtest_ssl.py21 import errno namespace
[all...]
H A Dtest_io.py24 import errno namespace
[all...]
H A Dtest_os.py9 import errno namespace
[all...]
H A D_test_multiprocessing.py15 import errno namespace
[all...]
H A Dtest_socket.py7 import errno namespace
[all...]
/third_party/python/Python/
H A Dfileutils.c1766 errno = 0; _Py_read() local
1830 errno = 0; _Py_write_impl() local
[all...]
/third_party/python/Lib/test/test_import/
H A D__init__.py3 import errno namespace
/third_party/python/Modules/
H A Dselectmodule.c337 errno = 0; in select_select_impl() local
653 errno = 0; in select_poll_poll_impl() local
968 errno = 0; in select_devpoll_poll_impl() local
1596 errno = 0; select_epoll_poll_impl() local
2202 errno = 0; select_kqueue_control_impl() local
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1711 mod errno; modules
/third_party/sqlite/src/
H A Dsqlite3.c44157 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); proxyBreakConchLock() local
44161 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); proxyBreakConchLock() local
44165 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); proxyBreakConchLock() local
[all...]

Completed in 228 milliseconds

12345678