Home | History | Annotate | Download | only in dist

Lines Matching defs:popen

77 #undef popen
78 #define popen _popen
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");