Searched refs:passwdstr (Results 1 – 1 of 1) sorted by relevance
50 char *passwdstr = NULL; in test_parse() local53 &userstr, &passwdstr, &options); in test_parse()57 fail_unless(!!exp_password == !!passwdstr, "password expectation failed"); in test_parse()63 fail_unless(!exp_password || strcmp(passwdstr, exp_password) == 0, in test_parse()70 free(passwdstr); in test_parse()
Completed in 8 milliseconds