Searched defs:popen (Results 1 – 9 of 9) 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
123 # define popen(c,m) _CANNOT _popen_ macro
102 #define popen(c,m) my_popen(c,m) macro
76 #define popen _popen macro
75 #define popen _popen macro
1553 WRAPPER2(FILE *, popen, const char *command, const char *mode) in WRAPPER2() argument