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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c2473 static int ProcListSize = 0; variable
2486 for (i = 0; i < ProcListSize; i++)
2491 if (i >= ProcListSize)
2497 for (i = 0; i < ProcListSize; i++)
2503 if (i >= ProcListSize)
2509 SM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG);
2511 (ProcListSize + PROC_LIST_SEG));
2515 if (ProcListSize > 0)
2518 ProcListSize * sizeof(PROCS_T));
2523 for (i = ProcListSize;
[all...]

Completed in 46 milliseconds