HomeSort by relevance Sort by last modified time
    Searched refs:hex_errno (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/
_posixsubprocess.c 416 char hex_errno[sizeof(saved_errno)*2+1]; local
536 cur = hex_errno + sizeof(hex_errno);
537 while (saved_errno != 0 && cur != hex_errno) {
541 _Py_write_noraise(errpipe_write, cur, hex_errno + sizeof(hex_errno) - cur);
  /external/python/cpython3/Lib/
subprocess.py     [all...]

Completed in 1640 milliseconds