Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c2917 char *shell, *sh_name, *opt, *rd_mode, *wr_mode; in _PyPopen() local
2924 wr_mode = "wt"; in _PyPopen()
2929 wr_mode = "wb"; in _PyPopen()
2997 if ((p_s[0] = fdopen(p_fd[0].wr, wr_mode)) == NULL) in _PyPopen()
3103 if ((p_f[0] = PyFile_FromFile(p_s[0], cmdstring, wr_mode, _PyPclose)) != NULL) in _PyPopen()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c4507 char *shell, *sh_name, *opt, *rd_mode, *wr_mode; in _PyPopen() local
4514 wr_mode = "wt"; in _PyPopen()
4519 wr_mode = "wb"; in _PyPopen()
4587 if ((p_s[0] = fdopen(p_fd[0].wr, wr_mode)) == NULL) in _PyPopen()
4693 if ((p_f[0] = PyFile_FromFile(p_s[0], cmdstring, wr_mode, _PyPclose)) != NULL) in _PyPopen()