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

/httpd/server/mpm/netware/
H A Dmpm_netware.c149 static int CommandLineInterpreter(scr_t screenID, const char *commandLine);
1184 static int CommandLineInterpreter(scr_t screenID, const char *commandLine) argument
1193 if (commandLine == NULL)
1195 if (strlen(commandLine) <= strlen(szCommand))
1198 apr_cpystrn(szcommandLine, commandLine, sizeof(szcommandLine));

Completed in 12 milliseconds