/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_debug.c | 555 p = popen(cmd, "r"); in radv_dump_cmd()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | compute.c | 120 p = popen(cmd, "w"); in preprocess_prog()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_filesystem_test.c | 292 fp = popen(buf, "w"); in main()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_debug.c | 1007 FILE *p = popen(command, "r"); in si_dump_command()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 817 link_name = "popen$UNIX2003" 819 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 1854 fp = popen (popen_cmd.c_str(), "r"); // "e" O_CLOEXEC? in handle_buildid_r_match() 1857 throw libc_exception (errno, string("popen ") + popen_cmd); in handle_buildid_r_match() 3220 fp = popen (popen_cmd.c_str(), "r"); // "e" O_CLOEXEC? in archive_classify() 3223 throw libc_exception (errno, string("popen ") + popen_cmd); in archive_classify()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shadowed_regs.c | 4117 FILE *p = popen(cmd, "r"); in ac_print_shadowed_regs()
|
/third_party/lame/frontend/ |
H A D | parse.c | 2013 FILE *fp = popen("less -Mqc", "w"); in parse_args_()
|
/third_party/node/tools/ |
H A D | test.py | 661 os.popen('taskkill /T /F /PID %d' % pid)
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 30 /* 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 D | pkgdata.cpp | 30 /* 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 D | abg-tools-utils.cc | 1171 popen(cmd.c_str(), in execute_command_and_get_output()
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 30 /* 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 D | dd_draw.c | 137 FILE *p = popen("dmesg | tail -n60", "r"); in dd_dump_dmesg()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1806 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/sqlite/src/ |
H A D | shell.c | 204 # 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 D | mod.rs | 3043 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 D | mod.rs | 3411 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/python/Lib/test/ |
H A D | test_posix.py | 1072 @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 D | mod.rs | 3047 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 D | gen_framework.py | 3700 listOfTags = os.popen("git ls-remote -t").read()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 4230 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 D | mod.rs | 4301 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 3069 FILE *fp = (file_or_pipe ? fopen : popen)(fn, mode); in setup_file()
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 4454 FILE* fp = popen(cmd.c_str(), "r");
|