Home
last modified time | relevance | path

Searched refs:passwd (Results 151 - 175 of 524) sorted by relevance

12345678910>>...21

/third_party/toybox/lib/
H A Dlib.h177 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 Dlib.h172 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 Dtool_paramhlp.c515 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 Dnode_credentials.cc147 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 Drelationaldb_properties.h37 void SetCipherArgs(CipherType cipherType, const CipherPassword &passwd, uint32_t iterTimes);
/third_party/ltp/testcases/kernel/containers/utsname/
H A Dutsname04.c27 struct passwd *pw; in run()
/third_party/musl/src/legacy/
H A Dcuserid.c10 struct passwd pw, *ppw; in cuserid()
/third_party/ltp/testcases/kernel/syscalls/getgid/
H A Dgetgid03.c12 * 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 Dmknod02.c28 static struct passwd *user_nobody;
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen02.c36 struct passwd *ltpuser; in setup()
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl06_execve.c14 struct passwd *pw; in main()
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/
H A Dsched_setscheduler02.c32 struct passwd *pw = SAFE_GETPWNAM("nobody"); in setup()
/third_party/ltp/testcases/kernel/syscalls/setfsgid/
H A Dsetfsgid02.c26 static struct passwd *ltpuser;
H A Dsetfsgid01.c25 struct passwd *nobody; in setup()
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl02.c35 struct passwd *ltpuser = SAFE_GETPWNAM("nobody"); in setup()
/third_party/ltp/testcases/kernel/syscalls/mkdir/
H A Dmkdir05.c52 struct passwd *pw; in setup()
/third_party/ltp/testcases/kernel/syscalls/setresuid/
H A Dsetresuid05.c21 static struct passwd *ltpuser;
/third_party/ltp/testcases/kernel/syscalls/vhangup/
H A Dvhangup01.c44 struct passwd *pw; in setup()
/third_party/ltp/testcases/kernel/syscalls/fchdir/
H A Dfchdir03.c47 struct passwd *pw; in setup()
/third_party/ltp/testcases/kernel/syscalls/fchmod/
H A Dfchmod03.c24 static struct passwd *ltpuser;
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/
H A Dsched_setparam05.c28 struct passwd *pw = SAFE_GETPWNAM("nobody"); in run()
/third_party/ltp/testcases/kernel/syscalls/setdomainname/
H A Dsetdomainname03.c13 struct passwd *ltpuser;
/third_party/ltp/testcases/kernel/syscalls/setreuid/
H A Dsetreuid07.c27 static struct passwd *ltpuser;
H A Dsetreuid06.c24 static struct passwd *ltpuser;
H A Dsetreuid04.c23 struct passwd *nobody; in setup()

Completed in 7 milliseconds

12345678910>>...21