Home
last modified time | relevance | path

Searched defs:pwd (Results 1 - 25 of 72) sorted by relevance

123

/third_party/libuv/test/
H A Dtest-get-passwd.c36 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 Dtest-platform-output.c37 uv_passwd_t pwd; in TEST_IMPL() local
[all...]
/third_party/toybox/toys/pending/
H A Duseradd.c45 struct passwd pwd; in useradd_main() local
[all...]
H A Dsulogin.c39 static int validate_password(char *pwd) in validate_password() argument
79 struct passwd *pwd = NULL; in sulogin_main() local
H A Duserdel.c93 struct passwd *pwd = xgetpwnam(*toys.optargs); in userdel_main() local
/third_party/toybox/toys/posix/
H A Dpwd.c26 char *s, *pwd = getcwd(0, 0), *PWD; in pwd_main() local
[all...]
/third_party/selinux/libselinux/utils/
H A Dtogglesebool.c81 struct passwd *pwd = getpwuid(getuid()); in main() local
/third_party/python/Lib/test/
H A Dtest_pwd.py5 pwd = import_helper.import_module('pwd') variable
[all...]
H A Dtest_getpass.py13 import pwd namespace
15 pwd = None variable
H A Dtest_netrc.py5 import pwd namespace
7 pwd = None variable
/third_party/ltp/testcases/kernel/syscalls/execve/
H A Dexecve02.c69 struct passwd *pwd; in setup() local
/third_party/musl/Benchmark/musl/
H A Dlibc_pwd.cpp36 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 Dgetgrouplist.c36 struct passwd *pwd = getpwnam(server_user); in getgrouplist_0100() local
/third_party/python/Lib/
H A Dgetpass.py168 import pwd namespace
H A Dnetrc.py148 import pwd namespace
H A Dposixpath.py246 import pwd namespace
260 import pwd namespace
/third_party/toybox/toys/other/
H A Dlogin.c43 struct passwd *pwd = 0; in login_main() local
[all...]
/third_party/libsnd/Scripts/
H A Dstatic-deps-build.mk37 pwd = $(shell pwd) macro
/third_party/toybox/openharmony/
H A Dsu.c83 static void xsetuser(struct passwd *pwd) in xsetuser() argument
/third_party/skia/infra/bots/assets/valgrind/
H A Dcreate.py16 import pwd namespace
/third_party/python/Tools/c-analyzer/c_common/
H A Dfsutil.py390 import pwd namespace
/third_party/pulseaudio/src/modules/raop/
H A Draop-util.c174 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 Dtest_util.py252 import pwd namespace
/third_party/python/Modules/
H A Dpwdmodule.c146 struct passwd pwd; in pwd_getpwuid() local
229 struct passwd pwd; pwd_getpwnam_impl() local
[all...]
/third_party/mbedtls/library/
H A Dpkparse.c865 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...]

Completed in 9 milliseconds

123