Home
last modified time | relevance | path

Searched refs:popen (Results 101 - 120 of 120) sorted by relevance

12345

/third_party/mesa3d/src/amd/common/
H A Dac_shadowed_regs.c4117 FILE *p = popen(cmd, "r"); in ac_print_shadowed_regs()
/third_party/lame/frontend/
H A Dparse.c2013 FILE *fp = popen("less -Mqc", "w"); in parse_args_()
/third_party/node/tools/
H A Dtest.py661 os.popen('taskkill /T /F /PID %d' % pid)
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp30 /* popen/pclose aren't defined in strict ANSI on Cygwin and MinGW */
2194 p.adoptInstead( popen(cmdBuf.data(), "r") ); in getPkgDataPath()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp30 /* popen/pclose aren't defined in strict ANSI on Cygwin and MinGW */
2190 p.adoptInstead( popen(cmdBuf.data(), "r") ); in getPkgDataPath()
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1171 popen(cmd.c_str(), in execute_command_and_get_output()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp30 /* popen/pclose aren't defined in strict ANSI on Cygwin and MinGW */
2190 p.adoptInstead( popen(cmdBuf.data(), "r") ); in getPkgDataPath()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c137 FILE *p = popen("dmesg | tail -n60", "r"); in dd_dump_dmesg()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1806 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
/third_party/sqlite/src/
H A Dshell.c204 # undef popen macro
205 # define popen _popen macro
214 /* popen and pclose are not C89 functions and so are
216 extern FILE *popen(const char*,const char*);
22900 sCtx.in = popen(sCtx.zFile+1, "r"); in do_meta_command()
23637 p->out = popen(zFile + 1, "w"); in do_meta_command()
23854 p->in = popen(azArg[1]+1, "r"); in do_meta_command()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3043 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3411 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
/third_party/python/Lib/test/
H A Dtest_posix.py1072 @unittest.skipUnless(hasattr(os, 'popen'), "test needs os.popen()")
1075 with os.popen('id -G 2>/dev/null') as idg:
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3047 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py3700 listOfTags = os.popen("git ls-remote -t").read()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4230 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4301 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
/third_party/toybox/toys/pending/
H A Dawk.c3069 FILE *fp = (file_or_pipe ? fopen : popen)(fn, mode); in setup_file()
/third_party/skia/src/core/
H A DSkVM.cpp4454 FILE* fp = popen(cmd.c_str(), "r");
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2563 extern FILE *popen (const char *__command, const char *__modes) ;
[all...]

Completed in 149 milliseconds

12345