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

/httpd/server/mpm/netware/
H A Dmpm_netware.c1189 char *pID; local
1208 pID = strstr (szcommandLine, "-p");
1209 if ((pID == NULL) && nlmisloadedprotected())
1214 if (pID) {
1215 pID = &pID[2];
1216 while (*pID && (*pID == ' '))
1217 pID++;
1219 if (pID
[all...]

Completed in 12 milliseconds