Searched defs:popen (Results 1 – 11 of 11) sorted by relevance
56 popen(const char *program, const char *type) in popen() function
263 #define popen _popen macro
153 popen (const char *Command, const char *Mode) in popen() function
269 popen (cmd, mode) in popen() function
1637 * popen() routine to derive the host name. See also HAS_GETHOSTNAME function1644 * contents of PHOSTNAME as a command to feed to the popen() routine function
102 #define popen(c,m) my_popen(c,m) macro
123 # define popen(c,m) _CANNOT _popen_ macro
603 # define popen PerlProc_popen macro
76 #define popen _popen macro
75 #define popen _popen macro
1553 WRAPPER2(FILE *, popen, const char *command, const char *mode) in WRAPPER2() argument