Home
last modified time | relevance | path

Searched defs:popen (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/lib/libc/gen/
H A Dpopen.c56 popen(const char *program, const char *type) in popen() function
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Dconfig.h263 #define popen _popen macro
/openbsd-src/gnu/usr.bin/cvs/os2/
H A Dpopen.c153 popen (const char *Command, const char *Mode) in popen() function
/openbsd-src/gnu/usr.bin/cvs/vms/
H A Dpipe.c269 popen (cmd, mode) in popen() function
/openbsd-src/gnu/usr.bin/perl/
H A Dnostdio.h123 # define popen(c,m) _CANNOT _popen_ macro
H A Dfakesdio.h102 #define popen(c,m) my_popen(c,m) macro
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dresrc.c76 #define popen _popen macro
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dresrc.c75 #define popen _popen macro
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1553 WRAPPER2(FILE *, popen, const char *command, const char *mode) in WRAPPER2() argument