/third_party/libuv/test/ |
H A D | test-get-passwd.c | 36 uv_passwd_t pwd; in TEST_IMPL() local 110 uv_passwd_t pwd; TEST_IMPL() local 176 uv_passwd_t pwd; TEST_IMPL() local [all...] |
H A D | test-platform-output.c | 37 uv_passwd_t pwd; in TEST_IMPL() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | useradd.c | 45 struct passwd pwd; in useradd_main() local [all...] |
H A D | sulogin.c | 39 static int validate_password(char *pwd) in validate_password() argument 79 struct passwd *pwd = NULL; in sulogin_main() local
|
H A D | userdel.c | 93 struct passwd *pwd = xgetpwnam(*toys.optargs); in userdel_main() local
|
/third_party/toybox/toys/posix/ |
H A D | pwd.c | 26 char *s, *pwd = getcwd(0, 0), *PWD; in pwd_main() local [all...] |
/third_party/selinux/libselinux/utils/ |
H A D | togglesebool.c | 81 struct passwd *pwd = getpwuid(getuid()); in main() local
|
/third_party/python/Lib/test/ |
H A D | test_pwd.py | 5 pwd = import_helper.import_module('pwd') variable [all...] |
H A D | test_getpass.py | 13 import pwd namespace 15 pwd = None variable
|
H A D | test_netrc.py | 5 import pwd namespace 7 pwd = None variable
|
/third_party/ltp/testcases/kernel/syscalls/execve/ |
H A D | execve02.c | 69 struct passwd *pwd; in setup() local
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_pwd.cpp | 36 struct passwd pwd; in Bm_function_Getpwnam_r() local 53 struct passwd pwd; in Bm_function_Getpwuid_r() local
|
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
H A D | getgrouplist.c | 36 struct passwd *pwd = getpwnam(server_user); in getgrouplist_0100() local
|
/third_party/python/Lib/ |
H A D | getpass.py | 168 import pwd namespace
|
H A D | netrc.py | 148 import pwd namespace
|
H A D | posixpath.py | 246 import pwd namespace 260 import pwd namespace
|
/third_party/toybox/toys/other/ |
H A D | login.c | 43 struct passwd *pwd = 0; in login_main() local [all...] |
/third_party/libsnd/Scripts/ |
H A D | static-deps-build.mk | 37 pwd = $(shell pwd) macro
|
/third_party/toybox/openharmony/ |
H A D | su.c | 83 static void xsetuser(struct passwd *pwd) in xsetuser() argument
|
/third_party/skia/infra/bots/assets/valgrind/ |
H A D | create.py | 16 import pwd namespace
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | fsutil.py | 390 import pwd namespace
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-util.c | 174 int pa_raop_basic_response(const char *user, const char *pwd, char **str) { in pa_raop_basic_response() argument
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_util.py | 252 import pwd namespace
|
/third_party/python/Modules/ |
H A D | pwdmodule.c | 146 struct passwd pwd; in pwd_getpwuid() local 229 struct passwd pwd; pwd_getpwnam_impl() local [all...] |
/third_party/mbedtls/library/ |
H A D | pkparse.c | 865 mbedtls_pk_parse_key_pkcs8_encrypted_der( mbedtls_pk_context *pk, unsigned char *key, size_t keylen, const unsigned char *pwd, size_t pwdlen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_parse_key_pkcs8_encrypted_der() argument 973 mbedtls_pk_parse_key(mbedtls_pk_context *pk, const unsigned char *key, size_t keylen, const unsigned char *pwd, size_t pwdlen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_parse_key() argument 1347 mbedtls_pk_parse_keyfile(mbedtls_pk_context *ctx, const char *path, const char *pwd, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_parse_keyfile() argument [all...] |