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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c431 char *query_string; local
442 if ((query_string = getenv("QUERY_STRING")) == NULL) {
447 for (i = 0; i < strlen(query_string); i++) {
448 if (query_string[i] == '&') {
449 query_string[i] = ',';
461 while (*query_string != '\0') {
462 switch (getsubopt(&query_string, queryopts, &value)) {

Completed in 231 milliseconds