Home
last modified time | relevance | path

Searched refs:_PW_BUF_LEN (Results 1 – 11 of 11) sorted by relevance

/openbsd/include/
H A Dpwd.h67 #define _PW_BUF_LEN 1024 /* length of getpw*_r buffer */ macro
/openbsd/lib/libc/gen/
H A Dauthenticate.c192 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 Dpwcache.c206 char pwbuf[_PW_BUF_LEN]; in user_from_uid()
326 char pwbuf[_PW_BUF_LEN]; in uid_from_user()
H A Dsysconf.c153 return (_PW_BUF_LEN); in sysconf()
H A Dauth_subr.c623 char *instance, pwbuf[_PW_BUF_LEN]; in auth_setpwd()
H A Dglob.c354 char *h, pwbuf[_PW_BUF_LEN]; in globtilde()
H A Dgetpwent.c62 char pwbuf[_PW_BUF_LEN];
/openbsd/usr.bin/doas/
H A Ddoas.c316 char mypwbuf[_PW_BUF_LEN], targpwbuf[_PW_BUF_LEN]; in main()
/openbsd/lib/libc/net/
H A Drcmdsh.c63 char *p, pwbuf[_PW_BUF_LEN]; in rcmdsh()
H A Druserok.c92 char pbuf[PATH_MAX], pwbuf[_PW_BUF_LEN]; in iruserok_sa()
/openbsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c518 char *p, *t, buf[LINE_MAX * 2], tbuf[_PW_BUF_LEN]; in db_store()
612 if (data.size > _PW_BUF_LEN) in db_store()