Searched refs:popenvp (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libmail/inc/ |
H A D | libmail.h | 66 extern FILE *popenvp(char *file, char **argv, char *mode, int resetid); 84 extern FILE *popenvp();
|
/titanic_50/usr/src/lib/libmail/ |
H A D | Makefile.com | 32 getdomain.o maillock.o notifyu.o popenvp.o \
|
/titanic_50/usr/src/lib/libmail/common/ |
H A D | popenvp.c | 63 popenvp(char *file, char **argv, char *mode, int resetid) in popenvp() function
|
H A D | mapfile-vers | 55 popenvp;
|
/titanic_50/usr/src/cmd/mail/ |
H A D | sendlist.c | 118 fp = popenvp(sendmail_prog, argv, "w", 0); in sendlist()
|
H A D | gendeliv.c | 87 if ((outfile = popenvp(pargs[0], pargs, "w", 1)) == (FILE *)NULL) {
|