Home
last modified time | relevance | path

Searched refs:exec_path_env (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/lib/subcmd/
H A Dexec-cmd.c21 const char *exec_path, const char *exec_path_env) in exec_cmd_init() argument
26 subcmd_config.exec_path_env = exec_path_env; in exec_cmd_init()
114 setenv(subcmd_config.exec_path_env, exec_path, 1); in set_argv_exec_path()
126 env = getenv(subcmd_config.exec_path_env); in get_argv_exec_path()
H A Dsubcmd-config.h9 const char *exec_path_env; member
H A Dsubcmd-config.c10 .exec_path_env = UNDEFINED,
H A Dexec-cmd.h6 const char *exec_path, const char *exec_path_env);