Searched refs:pvect (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Ddefs.c302 MakeArgs(char *script, char **pvect, int maxargs, int flags) argument
316 *pvect++ = script;
327 *pvect = NULL;
/freebsd-10.1-release/contrib/sendmail/vacation/
H A Dvacation.c989 int pvect[2]; local
1003 if (pipe(pvect) < 0)
1026 (void) dup2(pvect[0], 0);
1027 (void) close(pvect[0]);
1028 (void) close(pvect[1]);
1036 (void) close(pvect[0]);
1038 (void *) &(pvect[1]),

Completed in 60 milliseconds