Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/gen/
Dpopen.c56 popen(const char *program, const char *type) in popen() function
/openbsd/src/gnu/usr.bin/cvs/windows-NT/
Dconfig.h263 #define popen _popen macro
/openbsd/src/gnu/usr.bin/cvs/os2/
Dpopen.c153 popen (const char *Command, const char *Mode) in popen() function
/openbsd/src/gnu/usr.bin/cvs/vms/
Dpipe.c269 popen (cmd, mode) in popen() function
/openbsd/src/gnu/usr.bin/perl/
Dconfig_h.SH1637 * popen() routine to derive the host name. See also HAS_GETHOSTNAME function
1644 * contents of PHOSTNAME as a command to feed to the popen() routine function
Dfakesdio.h102 #define popen(c,m) my_popen(c,m) macro
Dnostdio.h123 # define popen(c,m) _CANNOT _popen_ macro
DXSUB.h603 # define popen PerlProc_popen macro
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dresrc.c76 #define popen _popen macro
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dresrc.c75 #define popen _popen macro
/openbsd/src/gnu/gcc/libmudflap/
Dmf-hooks2.c1553 WRAPPER2(FILE *, popen, const char *command, const char *mode) in WRAPPER2() argument