Home
last modified time | relevance | path

Searched refs:npv (Results 1 – 1 of 1) sorted by path

/freebsd/contrib/sendmail/src/
H A Dutil.c2654 PROCS_T *npv; local
2657 npv = (PROCS_T *) sm_pmalloc_x((sizeof(*npv)) *
2664 memmove(npv, ProcListVec,
2672 npv[i].proc_pid = NO_PID;
2673 npv[i].proc_task = NULL;
2674 npv[i].proc_type = PROC_NONE;
2678 ProcListVec = npv;