Searched defs:popen (Results 1 - 10 of 10) sorted by relevance

/external/bison/lib/
H A Dstdio--.h39 # undef popen macro
40 # define popen popen_safer macro
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_linux.py19 def popen(argv): function
26 def popen(argv): function
84 desc = popen(['lsusb', '-v', '-s', '%s:%s' % (bus, dev)])
/external/e2fsprogs/include/nonunix/
H A Dunistd.h15 #define popen _popen macro
/external/autotest/client/cros/audio/
H A Dcmd_utils.py158 ps = popen(args, stdin=stdin, stdout=stdout, stderr=stderr)
164 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None): function
/external/v8/src/inspector/build/
H A Dcompile-scripts.py49 def popen(arguments): function
91 java_version_out, _ = popen([java_path, '-version']).communicate()
102 check_server_proc = popen(exec_command + ['-version'])
130 injected_script_compile_proc = popen(command)
140 debugger_script_compile_proc = popen(command)
145 validate_injected_script_proc = popen([sys.executable,
/external/ImageMagick/MagickCore/
H A Dnt-base.h208 #if !defined(popen)
209 # define popen _popen macro
/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/sqlite/dist/orig/
H A Dshell.c108 # undef popen macro
109 # define popen _popen macro
117 /* popen and pclose are not C89 functions and so are
119 extern FILE *popen(const char*,const char*);
4937 sCtx.in = popen(sCtx.zFile+1, "r");
5390 p->out = popen(zFile + 1, "w");
/external/sqlite/dist/
H A Dshell.c114 # undef popen macro
115 # define popen _popen macro
123 /* popen and pclose are not C89 functions and so are
125 extern FILE *popen(const char*,const char*);
4959 sCtx.in = popen(sCtx.zFile+1, "r");
5412 p->out = popen(zFile + 1, "w");

Completed in 302 milliseconds