Home
last modified time | relevance | path

Searched defs:new_user (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/libsepol/src/
Duser_record.c331 sepol_user_t *new_user = NULL; in sepol_user_clone() local
Dlink.c538 user_datum_t *user, *base_user, *new_user = NULL; in user_copy_callback() local
1182 user_datum_t *user, *new_user = NULL; in user_fix_callback() local
Dexpand.c996 user_datum_t *new_user; in user_copy_callback() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c301 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; in hostapd_config_read_eap_user() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c307 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; in hostapd_config_read_eap_user() local
/third_party/python/Lib/test/
Dtest_typing.py6127 def new_user(user_class: Type[User]) -> User: function
6140 def new_user(user_class: Type[U]) -> U: function