Searched defs:vp (Results 1 - 3 of 3) sorted by relevance

/sendmail/sendmail/
H A Dutil.c502 register char **vp; local
505 for (vp = list; *vp != NULL; vp++)
508 vp++;
510 newvp = (char **) sm_rpool_malloc_x(rpool, (vp - list) * sizeof(*vp));
511 memmove((char *) newvp, (char *) list, (int) (vp - list) * sizeof(*vp));
515 for (vp
[all...]
H A Dsrvrsmtp.c160 char *vp = NULL; local
176 vp = p;
190 vp == NULL ? "<null>" : vp);
192 esmtp_args(addr_st, kp, vp, e);
4185 ** vp -- the value of that parameter.
4193 mail_esmtp_args(a, kp, vp, e)
4196 char *vp;
4201 if (vp == NULL)
4206 macdefine(&e->e_macro, A_TEMP, macid("{msg_size}"), vp);
[all...]
H A Dmap.c1206 char *vp = NULL, *result = NULL; local
1335 vp = newstr(value);
1338 else if (vp == NULL)
1341 vp = newstr(value);
1349 sz = strlen(vp) + strlen(value) + 2;
1352 vp, map->map_coldelim, value);
1353 sm_free(vp);
1354 vp = new;
1360 if (vp == NULL)
1370 truncate_at_delim(vp, PSBUFSIZ
2643 auto char *vp; local
2729 char *vp; local
2796 char *vp; local
3184 char *vp; local
3570 char *vp, *p; local
5806 char *vp; local
[all...]

Completed in 60 milliseconds