Home
last modified time | relevance | path

Searched refs:popen (Results 1 – 25 of 42) sorted by relevance

12

/original-bsd/usr.bin/uucp/libuu/
H A Dmailst.c31 FILE *popen();
36 if ((fp = popen(buf, "w")) != NULL) {
/original-bsd/contrib/ed/
H A Df.c46 FILE *namestream, *popen();
54 if (((namestream = popen(l_temp, "r")) == NULL) ||
H A Dr.c98 FILE *popen();
105 if ((l_fp = popen(l_temp, "r")) == NULL) {
H A Dw.c87 FILE *popen();
95 if ((l_fp = popen(l_temp, "w")) == NULL) {
/original-bsd/contrib/libg++-2.3/libg++/g++-include/
H A Dstdio.h50 #define popen __hide_popen macro
82 #undef popen
135 FILE* popen(const char*, const char*);
/original-bsd/old/refer/lookbib/
H A Dlookbib.c17 FILE *fp, *hfp, *fopen(), *popen();
67 if ((hfp = popen(hunt, "w")) == NULL)
/original-bsd/contrib/vmsprep/
H A Dvmsprep.c17 FILE *popen();
60 dirs = popen(cmd,"r");
85 files = popen(cmd,"r");
/original-bsd/libexec/ftpd/
H A DMakefile5 SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c
/original-bsd/usr.bin/more/
H A Dos.c166 FILE *popen();
206 if ((f = popen(cmd, "r")) == NULL)
/original-bsd/usr.bin/mail/
H A DMakefile.1154 names.o optim.o popen.o quit.o send.o strings.o temp.o tty.o \
59 names.c optim.c popen.c quit.c send.c strings.c temp.c tty.c vars.c \
85 -Z getname.o names.o optim.o popen.o send.o strings.o temp.o \
H A DMakefile6 getname.c head.c v7.local.c lex.c list.c main.c names.c popen.c \
/original-bsd/lib/libc/gen/
H A DMakefile.inc12 nice.c nlist.c opendir.c pause.c popen.c psignal.c pwcache.c raise.c \
37 ldexp.0 modf.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 pwcache.0 \
72 MLINKS+=popen.3 pclose.3
H A Dpopen.c34 popen(command, type) in popen() function
/original-bsd/usr.bin/xsend/xsend/
H A Dxsend.c84 FILE *nf, *popen();
88 if ((nf = popen(buf, "w")) == NULL)
/original-bsd/usr.bin/at/atrun/
H A Datrun.c366 FILE *popen(); /* initiate I/O to a process */
377 if ((mailptr = popen(mailtouser,"w")) == NULL) {
/original-bsd/libexec/bugfiler/
H A Dredist.c52 if (!(pf = popen(MAIL_CMD, "w"))) in redist()
H A Dreply.c67 if (!(pf = popen(MAIL_CMD, "w"))) in reply()
/original-bsd/usr.bin/uucp/
H A DTODO12 security of PATH, popen, etc.
/original-bsd/usr.bin/uucp/uusend/
H A Duusend.c56 extern FILE *popen();
189 out = popen(cmdbuf, "w");
/original-bsd/usr.bin/f77/libU77/
H A DREAD_ME9 they would be very awkward to use from f77 (eg. pipe, popen *).
/original-bsd/old/berknet/
H A Ddefs.h145 FILE *fopen(), *fdopen(), *popen(), *mailopen();
/original-bsd/usr.bin/ex/ex3.7preserve/
H A Dex3.7preserve.c259 mf = popen(cmd, "w");
/original-bsd/contrib/awk.research/
H A Dproto.h180 extern FILE *popen(const char *, const char *);
/original-bsd/include/
H A Dstdio.h264 FILE *popen __P((const char *, const char *));
/original-bsd/games/quiz/
H A Dquiz.c134 if ((pf = popen(_PATH_PAGER, "w")) == NULL) in show_index()

12