Home
last modified time | relevance | path

Searched refs:map_pid (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dmap.c800 map->map_pid = CurrentPid;
821 map->map_pid = CurrentPid;
891 map->map_pid != CurrentPid ||
1982 map->map_pid = CurrentPid;
1997 map->map_pid = CurrentPid;
2602 map->map_pid = CurrentPid;
2618 map->map_pid = CurrentPid;
2846 if (map->map_pid != CurrentPid)
3675 map->map_pid = CurrentPid;
4042 map->map_pid = CurrentPid;
H A Dalias.c597 map->map_pid = CurrentPid;
H A Dreadcf.c1161 map.map_pid = getpid();
1358 dynmap->s_dynclass.map_pid = getpid();
H A Dsendmail.h1507 pid_t map_pid; /* PID of process which opened map */ variable