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

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c323 is_in_env(char *class_name, char *paramname, char **paramvalue, int *noentry) argument
334 if (!(*noentry) && *paramvalue == NULL) {
335 *paramvalue = getenv(paramname);
336 if (*paramvalue == NULL)
345 test_class = *paramvalue; /* environ ptr */

Completed in 46 milliseconds