Searched refs:_PW_BUF_LEN (Results 1 – 11 of 11) sorted by relevance
/openbsd/include/ |
H A D | pwd.h | 67 #define _PW_BUF_LEN 1024 /* length of getpw*_r buffer */ macro
|
/openbsd/lib/libc/gen/ |
H A D | authenticate.c | 192 char *approve, *s, path[PATH_MAX], pwbuf[_PW_BUF_LEN]; in auth_approval() 326 char pwbuf[_PW_BUF_LEN]; in auth_usercheck() 400 char *slash, pwbuf[_PW_BUF_LEN]; in auth_userchallenge()
|
H A D | pwcache.c | 206 char pwbuf[_PW_BUF_LEN]; in user_from_uid() 326 char pwbuf[_PW_BUF_LEN]; in uid_from_user()
|
H A D | sysconf.c | 153 return (_PW_BUF_LEN); in sysconf()
|
H A D | auth_subr.c | 623 char *instance, pwbuf[_PW_BUF_LEN]; in auth_setpwd()
|
H A D | glob.c | 354 char *h, pwbuf[_PW_BUF_LEN]; in globtilde()
|
H A D | getpwent.c | 62 char pwbuf[_PW_BUF_LEN];
|
/openbsd/usr.bin/doas/ |
H A D | doas.c | 316 char mypwbuf[_PW_BUF_LEN], targpwbuf[_PW_BUF_LEN]; in main()
|
/openbsd/lib/libc/net/ |
H A D | rcmdsh.c | 63 char *p, pwbuf[_PW_BUF_LEN]; in rcmdsh()
|
H A D | ruserok.c | 92 char pbuf[PATH_MAX], pwbuf[_PW_BUF_LEN]; in iruserok_sa()
|
/openbsd/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 518 char *p, *t, buf[LINE_MAX * 2], tbuf[_PW_BUF_LEN]; in db_store() 612 if (data.size > _PW_BUF_LEN) in db_store()
|