#define ENV_VAR_BUFFER_SIZE
enum run_result run_unset_env(const os_char *name)
Unset current process's environment variable.
enum run_result run_get_all_env()
Set current process's environment variable.
enum run_result run_get_env(const os_char *name)
Set current process's environment variable.
enum run_result run_set_env(const os_char *name, const os_char *val)
Set current process's environment variable.
void format_output(char *fmt,...)
Used format_xxx instead of printf and such for uniform output.
bool get_shell_env(const os_char *var, unsigned int buffer_size, os_char *buffer)
Get value of an an environment variable.
os_char * get_all_shell_env_display()
Get all current environment variable.
bool set_shell_env(const os_char *name, const os_char *val)
Set environment variable of the shell process.
bool unset_shell_env(const os_char *name)
Unset environment variable of the shell process.
run_result
Result of the execution of a command line.