Home
last modified time | relevance | path

Searched defs:errno (Results 151 - 175 of 185) sorted by relevance

12345678

/third_party/python/Lib/test/
H A Dtest_fileio.py6 import errno namespace
H A Dtest_signal.py2 import errno namespace
[all...]
H A Dtest_poplib.py9 import errno namespace
H A Dtest_ftplib.py9 import errno namespace
H A Dtest_tempfile.py3 import errno namespace
H A Dtest_smtplib.py15 import errno namespace
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...]
/third_party/python/Modules/_io/
H A Dfileio.c1037 errno = 0; global() local
[all...]
/third_party/gptfdisk/
H A Dbasicmbr.cc468 cerr << "Error " << errno << " when saving MBR!\n"; in WriteMBRData() local
472 cerr << "Error " << errno << " when seeking to MBR to write it!\n"; in WriteMBRData() local
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/popt/src/
H A Dpopt.c38 static char * strerror(int errno) in strerror() argument
[all...]
/third_party/python/Lib/
H A D_pyio.py8 import errno namespace
H A Dmailbox.py13 import errno namespace
[all...]
H A Dimaplib.py25 import binascii, errno, random, re, socket, subprocess, sys, time, calendar namespace
H A Dssl.py264 import errno namespace
/third_party/python/Lib/xmlrpc/
H A Dclient.py139 import errno namespace
/third_party/node/tools/
H A Dtest.py45 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/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

Completed in 49 milliseconds

12345678