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

/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dos_none.c87 int os_setenv(const char *name, const char *value, int overwrite) function
H A Dos_win32.c181 int os_setenv(const char *name, const char *value, int overwrite) function
H A Dutils_module_tests.c492 if (os_setenv("hwsim_test_env", "test value", 0) != 0 ||
493 os_setenv("hwsim_test_env", "test value 2", 1) != 0 ||
H A Dos.h209 * os_setenv - Set environment variable
218 int os_setenv(const char *name, const char *value, int overwrite);
H A Dos_internal.c198 int os_setenv(const char *name, const char *value, int overwrite) function
H A Dos_unix.c406 int os_setenv(const char *name, const char *value, int overwrite) function
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c3654 os_setenv("WPA_ID", id, 1);
3663 os_setenv("WPA_ID_STR", id, 1);
3667 os_setenv("WPA_CTRL_DIR", ctrl_iface_dir, 1);

Completed in 116 milliseconds