Home
last modified time | relevance | path

Searched defs:popen (Results 1 – 20 of 20) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_linux.py19 def popen(argv): function
26 def popen(argv): function
/external/tensorflow/tensorflow/core/platform/
Dvmodule_test.cc28 #define popen _popen macro
/external/e2fsprogs/include/nonunix/
Dunistd.h15 #define popen _popen macro
/external/autotest/client/cros/audio/
Dcmd_utils.py199 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None, function
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1374 popen section in New, Improved, and Deprecated Modules
/external/ImageMagick/MagickCore/
Dnt-base.h213 # define popen _popen macro
/external/python/cpython2/Lib/
Dplatform.py450 def popen(cmd, mode='r', bufsize=None): function
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py354 def set_spawning_popen(popen): argument
/external/python/cpython3/Lib/
Dos.py974 def popen(cmd, mode="r", buffering=-1): function
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs686 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() function
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs794 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() function
/external/rust/crates/libc/src/windows/
Dmod.rs376 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() function
/external/python/cpython2/Modules/
Dposixmodule.c281 #define popen _popen macro
4547 popen(const char *command, const char *mode, int pipesize, int *err) in popen() function
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1515 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() function
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2549 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2662 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3438 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() function
/external/sqlite/dist/
Dshell.c179 # define popen _popen macro
/external/sqlite/dist/orig/
Dshell.c174 # define popen _popen macro
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4205 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() function