Home
last modified time | relevance | path

Searched refs:popenvp (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libmail/inc/
H A Dlibmail.h66 extern FILE *popenvp(char *file, char **argv, char *mode, int resetid);
84 extern FILE *popenvp();
/titanic_50/usr/src/lib/libmail/
H A DMakefile.com32 getdomain.o maillock.o notifyu.o popenvp.o \
/titanic_50/usr/src/lib/libmail/common/
H A Dpopenvp.c63 popenvp(char *file, char **argv, char *mode, int resetid) in popenvp() function
H A Dmapfile-vers55 popenvp;
/titanic_50/usr/src/cmd/mail/
H A Dsendlist.c118 fp = popenvp(sendmail_prog, argv, "w", 0); in sendlist()
H A Dgendeliv.c87 if ((outfile = popenvp(pargs[0], pargs, "w", 1)) == (FILE *)NULL) {