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

/external/bison/lib/
H A Dstdio--.h39 # undef popen macro
40 # define popen popen_safer macro
/external/chromium_org/tools/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/skia/tools/
H A Dmisc_utils.py117 def popen(self, *args, **kwargs): member in class:VerboseSubprocess
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_mock.py140 def popen(self, args, cwd=None, env=None, **kwargs): member in class:MockExecutive
149 _log.info("MOCK popen: %s%s%s" % (args, cwd_string, env_string))
H A Dexecutive.py99 child_process = self.popen(args,
276 ps_process = self.popen(['ps', '-eo', 'pid,comm'], stdout=self.PIPE, stderr=self.PIPE)
388 process = self.popen(args,
456 # The only required arugment to popen is named "args", the rest are optional keyword arguments.
457 def popen(self, args, **kwargs): member in class:Executive
/external/e2fsprogs/include/nonunix/
H A Dunistd.h15 #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/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h384 inline FILE *popen(const char *command, const char *type) { function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h381 inline FILE *popen(const char *command, const char *type) { function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h458 /// FILE *popen(const char *command, const char *mode);
459 popen, enumerator in enum:llvm::LibFunc::Func
/external/sqlite/dist/orig/
H A Dshell.c72 #undef popen macro
73 #define popen _popen macro
81 /* popen and pclose are not C89 functions and so are sometimes omitted from
83 extern FILE *popen(const char*,const char*);
2592 sCsv.in = popen(sCsv.zFile+1, "r");
2896 p->out = popen(zFile + 1, "w");
/external/sqlite/dist/
H A Dshell.c77 #undef popen macro
78 #define popen _popen macro
86 /* popen and pclose are not C89 functions and so are sometimes omitted from
88 extern FILE *popen(const char*,const char*);
2612 sCsv.in = popen(sCsv.zFile+1, "r");
2916 p->out = popen(zFile + 1, "w");

Completed in 413 milliseconds