Home
last modified time | relevance | path

Searched refs:wr_mode (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dposixmodule.c4763 char *shell, *sh_name, *opt, *rd_mode, *wr_mode; in _PyPopen() local
4770 wr_mode = "wt"; in _PyPopen()
4775 wr_mode = "wb"; in _PyPopen()
4843 if ((p_s[0] = fdopen(p_fd[0].wr, wr_mode)) == NULL) in _PyPopen()
4949 if ((p_f[0] = PyFile_FromFile(p_s[0], cmdstring, wr_mode, _PyPclose)) != NULL) in _PyPopen()