Home
last modified time | relevance | path

Searched refs:py_user_env (Results 1 – 2 of 2) sorted by relevance

/dports/security/sudo/sudo-1.9.8p2/plugins/python/
H A Dpython_plugin_policy.c232 PyObject *py_pwd = NULL, *py_user_env = NULL, *py_result = NULL; in python_plugin_policy_init_session() local
238 py_user_env = py_str_array_to_tuple(*user_env); in python_plugin_policy_init_session()
239 if (py_user_env == NULL) in python_plugin_policy_init_session()
243 Py_BuildValue("(OO)", py_pwd, py_user_env)); in python_plugin_policy_init_session()
270 Py_XDECREF(py_user_env); in python_plugin_policy_init_session()
H A Dpython_plugin_common.c271 PyObject *py_user_env = NULL; in python_plugin_construct_args() local
278 (py_user_env = py_str_array_to_tuple(user_env)) == NULL || in python_plugin_construct_args()
284 PyDict_SetItemString(py_kwargs, "user_env", py_user_env) != 0 || in python_plugin_construct_args()
293 Py_CLEAR(py_user_env); in python_plugin_construct_args()