Home | History | Annotate | Download | only in plugins

Lines Matching defs:parameter

391 		char *message, *parameter;
398 if (!(parameter = strstr(buffer, ": "))) {
402 parameter[0] = '\0';
403 parameter++;
404 parameter[0] = '\0';
405 parameter++;
411 if (strcasecmp(parameter, "Yes") == 0) {
420 if (strhex_to_str(nt_key, 32, parameter) == 16) {
429 *error_string = strdup(parameter);
433 *error_string = strdup(parameter);
435 notice("unrecognised input from ntlm_auth helper - %s: %s", message, parameter);