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

/freebsd-12-stable/usr.sbin/jls/
H A Djls.c386 char **param_values; local
436 param_values = alloca(nparams * sizeof(*param_values));
440 param_values[i] = jailparam_export(params + i);
441 if (param_values[i] == NULL)
491 quoted_print(pflags, params[i].jp_name, param_values[i]);
496 free(param_values[i]);
/freebsd-12-stable/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc160 // negation of the matcher. 'param_values' contains a list of strings
164 const Strings& param_values) {
166 if (param_values.size() >= 1) result += " " + JoinAsTuple(param_values);
162 FormatMatcherDescription(bool negation, const char* matcher_name, const Strings& param_values) argument
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4011 // negation of the matcher. 'param_values' contains a list of strings
4015 const Strings& param_values);

Completed in 193 milliseconds