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

/freebsd-current/usr.sbin/jls/
H A Djls.c383 char **param_values; local
438 param_values = alloca(nparams * sizeof(*param_values));
442 param_values[i] = jailparam_export(params + i);
443 if (param_values[i] == NULL)
493 quoted_print(pflags, params[i].jp_name, param_values[i]);
498 free(param_values[i]);
/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc50 // negation of the matcher. 'param_values' contains a list of strings
54 const std::vector<const char*>& param_names, const Strings& param_values) {
56 if (!param_values.empty()) {
57 result += " " + JoinAsKeyValueTuple(param_names, param_values);
52 FormatMatcherDescription( bool negation, const char* matcher_name, const std::vector<const char*>& param_names, const Strings& param_values) argument
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3873 // negation of the matcher. 'param_values' contains a list of strings
3877 const std::vector<const char*>& param_names, const Strings& param_values);

Completed in 142 milliseconds