Searched refs:pv (Results 1 - 4 of 4) sorted by relevance

/sendmail/vacation/
H A Dvacation.c990 char *pv[8]; local
1008 pv[0] = "sendmail";
1009 pv[1] = "-oi";
1010 pv[2] = "-f";
1012 pv[3] = sender;
1014 pv[3] = myname;
1015 pv[4] = "--";
1016 pv[5] = From;
1017 pv[6] = NULL;
1030 (void) execv(_PATH_SENDMAIL, pv);
[all...]
/sendmail/sendmail/
H A Ddeliver.c1333 char *pv[MAXPV + 1]; local
1381 ** code does not check for 'pv' overflow; this places a
1407 pvp = pv;
1430 ** in the pv after it.
1451 if (pvp >= &pv[MAXPV - 3])
1454 pv[0]);
1792 if (pvp >= &pv[MAXPV - 2])
1839 if (pvp >= &pv[MAXPV])
1840 syserr("554 5.3.0 deliver: pv overflow after $u for %s",
1841 pv[
1867 printav(sm_debug_file(), pv); local
[all...]
H A Dreadcf.c2894 register struct prival *pv; local
2907 for (pv = PrivacyValues; pv->pv_name != NULL; pv++)
2909 if (sm_strcasecmp(val, pv->pv_name) == 0)
2912 if (pv->pv_name == NULL)
2915 PrivacyFlags |= pv->pv_flag;
H A Dmain.c3630 char *pv[MAXATOM + 1]; local
3632 pv[0] = NULL;
3633 status = REWRITE(pv, rs, CurEnv);
3635 "--- ruleset debug_dumpstate returns stat %d, pv: ---",
3637 for (pvp = pv; *pvp != NULL; pvp++)

Completed in 50 milliseconds