Searched refs:popen (Results 1 - 25 of 34) sorted by relevance

12

/external/bison/lib/
H A Dstdio--.h39 # undef popen macro
40 # define popen popen_safer macro
H A Dstdio.in.h805 # undef popen
806 # define popen rpl_popen
808 _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode)
810 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
813 _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode)
816 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode));
818 _GL_CXXALIASWARN (popen);
820 # undef popen
822 _GL_WARN_ON_USE (popen, "popen i
[all...]
/external/e2fsprogs/include/nonunix/
H A Dunistd.h15 #define popen _popen macro
/external/oprofile/
H A Dopimport_pull86 stream = os.popen("find raw_samples -type d -name \*\ \(deleted\)\* | sort -r")
102 stream = os.popen("find raw_samples -type f -name \*all")
H A Doprofile_android60 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
63 stdout, stderr = popen.communicate()
70 rc = popen.poll()
/external/valgrind/main/none/tests/
H A Dcoolo_sigaction.cpp46 FILE *p = popen("echo Hallo World", "r");
/external/e2fsprogs/e2fsck/
H A Dbadblocks.c79 f = popen(buf, "r");
82 _("while trying popen '%s'"), buf);
/external/chromium/sdch/open-vcdiff/packages/deb/
H A Drules102 dh_installman -popen-vcdiff0 \
/external/icu4c/tools/
H A Dicu-svnprops-check.py140 output_file = os.popen(cmd);
/external/open-vcdiff/packages/deb/
H A Drules102 dh_installman -popen-vcdiff0 \
/external/qemu/
H A Dmigration-exec.c74 f = popen(command, "w");
76 DPRINTF("Unable to popen exec target\n");
82 DPRINTF("Unable to retrieve file descriptor for popen'd handle\n");
145 DPRINTF("Unable to apply qemu wrapper to popen file\n");
/external/bison/darwin-lib/
H A Dstdio.h1117 # undef popen
1118 # define popen rpl_popen
1120 _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode)
1122 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
1125 _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode)
1128 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode));
1130 _GL_CXXALIASWARN (popen);
1132 # undef popen macro
1134 _GL_WARN_ON_USE (popen, "popen i
[all...]
/external/bison/linux-lib/
H A Dstdio.h1117 # undef popen
1118 # define popen rpl_popen
1120 _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode)
1122 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
1125 _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode)
1128 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode));
1130 _GL_CXXALIASWARN (popen);
1132 # undef popen macro
1134 _GL_WARN_ON_USE (popen, "popen i
[all...]
/external/dropbear/
H A Dsvr-x11fwd.c157 /* popen is a nice function - code is strongly based on OpenSSH's */
158 authprog = popen(XAUTH_COMMAND, "w");
/external/webkit/Tools/wx/build/
H A Dbuild_utils.py41 f = os.popen(command)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwebkit.py198 feature_list = ' '.join(os.popen(driver_path + " --print-supported-features 2>&1").readlines())
208 symbol_list = ' '.join(os.popen("nm " + webcore_library_path).readlines())
/external/e2fsprogs/debugfs/
H A Dutil.c93 ((outfile = popen(pager, "w")) == 0))
/external/linux-tools-perf/util/
H A Dannotate.c353 file = popen(command, "r");
442 fp = popen(cmd, "r");
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb177 output = IO.popen( command ) do |pipe|
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h405 /// FILE *popen(const char *command, const char *mode);
406 popen, enumerator in enum:llvm::LibFunc::Func
/external/v8/tools/gcmole/
H A Dgcmole.lua112 if FLAGS.verbose then print('popen ', action) end
113 local pipe = io.popen(action)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py163 fp = os.popen(cmd)
226 # fp = os.popen(cmd)
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp218 "popen",
501 TLI.setUnavailable(LibFunc::popen);
/external/openssh/
H A Dsession.c1335 f = popen(cmd, "w");
1348 f = popen(_PATH_BSHELL " " _PATH_SSH_SYSTEM_RC, "w");
1370 f = popen(cmd, "w");
/external/dnsmasq/src/
H A Dlease.c50 leasestream = popen(daemon->dhcp_buff, "r");

Completed in 1191 milliseconds

12