Searched refs:passwd (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pwd_grp/ |
A D | test_pwd.c | 15 struct passwd *passwd; in main() local 26 while ((passwd = getpwent()) != NULL) { in main() 27 printf("pw_name\t\t: %s\n", passwd->pw_name); in main() 31 printf("pw_gecos\t: %s\n", passwd->pw_gecos); in main() 32 printf("pw_dir\t\t: %s\n", passwd->pw_dir); in main() 33 printf("pw_shell\t: %s\n", passwd->pw_shell); in main() 47 passwd = getpwuid((uid_t) test_uid); in main() 48 if (passwd != NULL) { in main() 61 passwd = getpwnam("root"); in main() 62 if (passwd == NULL) { in main() [all …]
|
A D | pwcat.c | 17 struct passwd *p; in main()
|
A D | getgroups.c | 68 struct passwd *pwd; in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | pwd.h | 49 struct passwd struct 84 extern struct passwd *getpwent (void); 94 extern struct passwd *fgetpwent (FILE *__stream); 110 extern struct passwd *getpwuid (__uid_t __uid); 142 struct passwd **__restrict __result); 147 struct passwd *__restrict __resultbuf, 149 struct passwd **__restrict __result); 153 struct passwd *__restrict __resultbuf, 155 struct passwd **__restrict __result); 168 struct passwd *__restrict __resultbuf, [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/ |
A D | pwd_grp.c | 141 static struct passwd resultbuf; in libc_hidden_def() 142 struct passwd *result; in libc_hidden_def() 279 struct passwd *result; in libc_hidden_def() 314 struct passwd *pp; in getspuid_r() 315 struct passwd password; in getspuid_r() 352 struct passwd *result; in getpwnam() 396 struct passwd resultbuf; in getpw() 397 struct passwd *result; in getpw() 591 struct passwd *getpwent(void) in libc_hidden_def() 594 static struct passwd pwd; in libc_hidden_def() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | getent | 16 passwd|group)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/ |
A D | md5.c | 535 static char passwd[3 + 8 + 1 + 22 + 1]; in __md5_crypt() local 588 strcpy(passwd,__md5__magic); /* 3 bytes */ in __md5_crypt() 589 strncpy(passwd+MD5_MAGIC_LEN,(char*)sp,sl); /* 8 or less */ in __md5_crypt() 590 passwd[MD5_MAGIC_LEN+sl] = '$'; in __md5_crypt() 620 p = passwd + MD5_MAGIC_LEN + sl + 1; in __md5_crypt() 635 return passwd; in __md5_crypt()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/glob/ |
A D | glob.c | 721 struct passwd *p; in glob() 725 struct passwd pwbuf; in glob() 785 struct passwd *p; in glob() 788 struct passwd pwbuf; in glob()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | rcmd.c | 428 struct passwd *pwd; in iruserok2() 434 struct passwd pwdbuf; in iruserok2()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wordexp/ |
A D | wordexp.c | 275 struct passwd pwd, *tpwd; in parse_tilde() 314 struct passwd pwd, *tpwd; in parse_tilde()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Changelog | 157 o Rewrote the passwd and group handing functions 224 o Prevent buffer overflows in the passwd and group functions.
|
Completed in 20 milliseconds