Searched refs:os_unsetenv (Results 1 - 15 of 15) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_none.c | 93 int os_unsetenv(const char *name) in os_unsetenv() function
|
H A D | os_win32.c | 187 int os_unsetenv(const char *name) in os_unsetenv() function
|
H A D | os.h | 222 * os_unsetenv - Delete environent variable 229 int os_unsetenv(const char *name);
|
H A D | os_internal.c | 212 int os_unsetenv(const char *name) in os_unsetenv() function
|
H A D | os_unix.c | 397 int os_unsetenv(const char *name) in os_unsetenv() function
|
H A D | utils_module_tests.c | 497 os_unsetenv("hwsim_test_env") != 0) in os_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_none.c | 93 int os_unsetenv(const char *name) in os_unsetenv() function
|
H A D | os_win32.c | 187 int os_unsetenv(const char *name) in os_unsetenv() function
|
H A D | os.h | 222 * os_unsetenv - Delete environent variable 229 int os_unsetenv(const char *name);
|
H A D | os_internal.c | 218 int os_unsetenv(const char *name) in os_unsetenv() function
|
H A D | os_unix.c | 408 int os_unsetenv(const char *name) in os_unsetenv() function
|
H A D | utils_module_tests.c | 498 os_unsetenv("hwsim_test_env") != 0) in os_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_cli.c | 3953 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 D | wpa_cli.c | 4506 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 D | posixmodule.c.h | 6457 {"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