Home
last modified time | relevance | path

Searched refs:pwres (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/gnu-dico/dico-2.10/modules/pam/
H A Dpam.c109 db_check_pass(void *handle, const char *pwres, in db_check_pass() argument
120 pamerror = pam_start(pwres ? pwres : service, key, in db_check_pass()
/dports/math/reduce/Reduce-svn5758-src/libraries/libedit-20140620-3.1/src/
H A Dfilecomplete.c75 struct passwd pwres; in fn_tilde_expand() local
101 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
105 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
111 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
114 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/math/reduce/Reduce-svn5758-src/libraries/original/libedit-20160506/
H A Dfilecomplete.c68 struct passwd pwres; in fn_tilde_expand() local
94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
104 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
107 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dfilecomplete.c99 struct passwd pwres; in fn_tilde_expand() local
125 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
129 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
135 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
138 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
H A Dreadline.c1717 struct passwd pwres; in username_completion_function() local
1733 getpwent_r(&pwres, pwbuf, sizeof(pwbuf), &pass) == 0 && pass != NULL in username_completion_function()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dfilecomplete.c99 struct passwd pwres; in fn_tilde_expand() local
125 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
129 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
135 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
138 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
H A Dreadline.c1717 struct passwd pwres; in username_completion_function() local
1733 getpwent_r(&pwres, pwbuf, sizeof(pwbuf), &pass) == 0 && pass != NULL in username_completion_function()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dfilecomplete.c99 struct passwd pwres; in fn_tilde_expand() local
125 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
129 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
135 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
138 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/cmd-line-utils/libedit/
H A Dfilecomplete.c99 struct passwd pwres; in fn_tilde_expand() local
125 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
129 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
135 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
138 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/mysql56-client/mysql-5.6.51/cmd-line-utils/libedit/
H A Dfilecomplete.c99 struct passwd pwres; in fn_tilde_expand() local
125 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
129 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
135 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
138 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/libedit/
H A Dfilecomplete.c99 struct passwd pwres; in fn_tilde_expand() local
125 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
129 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
135 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
138 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/cmd-line-utils/libedit/libedit-20190324-3.1/src/
H A Dfilecomplete.c69 struct passwd pwres; in fn_tilde_expand() local
95 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
99 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
105 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
108 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c69 struct passwd pwres; in fn_tilde_expand() local
94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
104 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
107 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c69 struct passwd pwres; in fn_tilde_expand() local
94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
104 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
107 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c69 struct passwd pwres; in fn_tilde_expand() local
94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
104 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
107 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/math/reduce/Reduce-svn5758-src/libraries/libedit-20210216-3.1/src/
H A Dfilecomplete.c69 struct passwd pwres; in fn_tilde_expand() local
94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
104 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
107 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c69 struct passwd pwres; in fn_tilde_expand() local
94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
104 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
107 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/devel/libedit/libedit-20210216-3.1/src/
H A Dfilecomplete.c69 struct passwd pwres; in fn_tilde_expand() local
94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
104 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
107 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/databases/mysql57-client/mysql-5.7.36/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c69 struct passwd pwres; in fn_tilde_expand() local
94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
104 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
107 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/ftp/tnftp/tnftp-20210827/libedit/
H A Dfilecomplete.c72 struct passwd pwres; in fn_tilde_expand() local
97 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
101 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
107 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
110 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/dports/security/pam_yubico/pam_yubico-2.26/
H A Dpam_yubico.c166 int pwres; in authorize_user_token() local
169 pwres = getpwnam_r (username, &pass, buf, buflen, &p); in authorize_user_token()
171 if (pwres == 0) { in authorize_user_token()
174 DBG ("getpwnam_r: %s", strerror(pwres)); in authorize_user_token()
470 int pwres; in do_challenge_response() local
480 pwres = getpwnam_r (username, &pass, pwbuf, pwbuflen, &p); in do_challenge_response()
482 if (pwres == 0) { in do_challenge_response()
485 DBG ("getpwnam_r: %s", strerror(pwres)); in do_challenge_response()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/net/
H A Drcmd.c374 struct passwd *pw, pwres; in rshrcmd() local
388 if (getpwnam_r(locuser, &pwres, pwbuf, sizeof(pwbuf), &pw) != 0 || in rshrcmd()
660 struct passwd *pwd, pwres; in iruserok_sa() local
690 if (getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 in iruserok_sa()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dglob.c391 struct passwd pwres; in globtilde() local
425 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in globtilde()
440 if (getpwnam_r(d, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || in globtilde()
/dports/ftp/tnftpd/tnftpd-20200704/libnetbsd/
H A Dglob.c410 struct passwd pwres; in globtilde() local
444 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in globtilde()
459 if (getpwnam_r(d, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || in globtilde()
/dports/ftp/tnftp/tnftp-20210827/libnetbsd/
H A Dglob.c410 struct passwd pwres; in globtilde() local
444 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in globtilde()
459 if (getpwnam_r(d, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || in globtilde()

12