Home
last modified time | relevance | path

Searched refs:os_unsetenv (Results 1 - 15 of 15) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_none.c93 int os_unsetenv(const char *name) in os_unsetenv() function
H A Dos_win32.c187 int os_unsetenv(const char *name) in os_unsetenv() function
H A Dos.h222 * os_unsetenv - Delete environent variable
229 int os_unsetenv(const char *name);
H A Dos_internal.c212 int os_unsetenv(const char *name) in os_unsetenv() function
H A Dos_unix.c397 int os_unsetenv(const char *name) in os_unsetenv() function
H A Dutils_module_tests.c497 os_unsetenv("hwsim_test_env") != 0) in os_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_none.c93 int os_unsetenv(const char *name) in os_unsetenv() function
H A Dos_win32.c187 int os_unsetenv(const char *name) in os_unsetenv() function
H A Dos.h222 * os_unsetenv - Delete environent variable
229 int os_unsetenv(const char *name);
H A Dos_internal.c218 int os_unsetenv(const char *name) in os_unsetenv() function
H A Dos_unix.c408 int os_unsetenv(const char *name) in os_unsetenv() function
H A Dutils_module_tests.c498 os_unsetenv("hwsim_test_env") != 0) in os_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c3953 os_unsetenv("WPA_ID"); in wpa_cli_action_process()
3954 os_unsetenv("WPA_ID_STR"); in wpa_cli_action_process()
3955 os_unsetenv("WPA_CTRL_DIR"); in wpa_cli_action_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_cli.c4506 os_unsetenv("WPA_ID"); in wpa_cli_action_process()
4507 os_unsetenv("WPA_ID_STR"); in wpa_cli_action_process()
4508 os_unsetenv("WPA_CTRL_DIR"); in wpa_cli_action_process()
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h6457 {"unsetenv", (PyCFunction)os_unsetenv, METH_O, os_unsetenv__doc__},
6463 os_unsetenv(PyObject *module, PyObject *arg) in os_unsetenv() function
6493 {"unsetenv", (PyCFunction)os_unsetenv, METH_O, os_unsetenv__doc__},
6499 os_unsetenv(PyObject *module, PyObject *arg) in os_unsetenv() function

Completed in 33 milliseconds