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

/httpd/server/mpm/netware/
H A Dmpm_netware.c1188 char szcommandLine[256]; local
1198 apr_cpystrn(szcommandLine, commandLine, sizeof(szcommandLine));
1202 if (!strnicmp(szCommand, szcommandLine, iCommandLen)) {
1208 pID = strstr (szcommandLine, "-p");
1224 if (!strnicmp("RESTART",&szcommandLine[iCommandLen],3)) {
1228 else if (!strnicmp("VERSION",&szcommandLine[iCommandLen],3)) {
1232 else if (!strnicmp("MODULES",&szcommandLine[iCommandLen],3)) {
1235 else if (!strnicmp("DIRECTIVES",&szcommandLine[iCommandLen],3)) {
1238 else if (!strnicmp("SHUTDOWN",&szcommandLine[iCommandLe
[all...]

Completed in 29 milliseconds