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

/opensolaris-onvv-gate/usr/src/lib/efcode/fcdriver/
H A Dget_req.c46 static char *pkg_my_args; variable
57 pkg_my_args ? pkg_my_args : "<null>");
99 if (pkg_my_args)
105 pkg_my_args = STRDUP(buffer);
111 if (pkg_my_args)
112 FREE(pkg_my_args);
115 pkg_my_args = pop_a_duped_string(env, NULL);
121 if (pkg_my_args)
122 log_message(MSG_INFO, "%s\n", pkg_my_args);
[all...]

Completed in 56 milliseconds