exec_path_env      21 tools/lib/subcmd/exec-cmd.c 		   const char *exec_path, const char *exec_path_env)
exec_path_env      26 tools/lib/subcmd/exec-cmd.c 	subcmd_config.exec_path_env	= exec_path_env;
exec_path_env     109 tools/lib/subcmd/exec-cmd.c 	setenv(subcmd_config.exec_path_env, exec_path, 1);
exec_path_env     121 tools/lib/subcmd/exec-cmd.c 	env = getenv(subcmd_config.exec_path_env);
exec_path_env       6 tools/lib/subcmd/exec-cmd.h 			  const char *exec_path, const char *exec_path_env);
exec_path_env      10 tools/lib/subcmd/subcmd-config.c 	.exec_path_env	= UNDEFINED,
exec_path_env       9 tools/lib/subcmd/subcmd-config.h 	const char *exec_path_env;