/third_party/toybox/lib/ |
H A D | lib.h | 177 struct passwd *xgetpwuid(uid_t uid); 179 struct passwd *xgetpwnam(char *name); 183 void xsetuser(struct passwd *pwd); 271 struct passwd *bufgetpwuid(uid_t uid); 282 void reset_env(struct passwd *p, int clear);
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 172 struct passwd *xgetpwuid(uid_t uid); 174 struct passwd *xgetpwnam(char *name); 178 void xsetuser(struct passwd *pwd); 262 struct passwd *bufgetpwuid(uid_t uid); 273 void reset_env(struct passwd *p, int clear);
|
/third_party/curl/src/ |
H A D | tool_paramhlp.c | 515 char passwd[2048] = ""; in checkpasswd() local 534 getpass_r(prompt, passwd, sizeof(passwd)); in checkpasswd() 538 if(curlx_dyn_addf(&dyn, "%s:%s", *userpwd, passwd)) in checkpasswd()
|
/third_party/node/src/ |
H A D | node_credentials.cc | 147 struct passwd pwd; in uid_by_name() 148 struct passwd* pp; in uid_by_name() 161 struct passwd pwd; in name_by_uid() 162 struct passwd* pp; in name_by_uid()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | relationaldb_properties.h | 37 void SetCipherArgs(CipherType cipherType, const CipherPassword &passwd, uint32_t iterTimes);
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
H A D | utsname04.c | 27 struct passwd *pw; in run()
|
/third_party/musl/src/legacy/ |
H A D | cuserid.c | 10 struct passwd pw, *ppw; in cuserid()
|
/third_party/ltp/testcases/kernel/syscalls/getgid/ |
H A D | getgid03.c | 12 * For functionality test the return value from getgid() is compared to passwd 23 struct passwd *pwent; in run()
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod02.c | 28 static struct passwd *user_nobody;
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open02.c | 36 struct passwd *ltpuser; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl06_execve.c | 14 struct passwd *pw; in main()
|
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/ |
H A D | sched_setscheduler02.c | 32 struct passwd *pw = SAFE_GETPWNAM("nobody"); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setfsgid/ |
H A D | setfsgid02.c | 26 static struct passwd *ltpuser;
|
H A D | setfsgid01.c | 25 struct passwd *nobody; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl02.c | 35 struct passwd *ltpuser = SAFE_GETPWNAM("nobody"); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
H A D | mkdir05.c | 52 struct passwd *pw; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setresuid/ |
H A D | setresuid05.c | 21 static struct passwd *ltpuser;
|
/third_party/ltp/testcases/kernel/syscalls/vhangup/ |
H A D | vhangup01.c | 44 struct passwd *pw; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fchdir/ |
H A D | fchdir03.c | 47 struct passwd *pw; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
H A D | fchmod03.c | 24 static struct passwd *ltpuser;
|
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/ |
H A D | sched_setparam05.c | 28 struct passwd *pw = SAFE_GETPWNAM("nobody"); in run()
|
/third_party/ltp/testcases/kernel/syscalls/setdomainname/ |
H A D | setdomainname03.c | 13 struct passwd *ltpuser;
|
/third_party/ltp/testcases/kernel/syscalls/setreuid/ |
H A D | setreuid07.c | 27 static struct passwd *ltpuser;
|
H A D | setreuid06.c | 24 static struct passwd *ltpuser;
|
H A D | setreuid04.c | 23 struct passwd *nobody; in setup()
|