OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spwd
(Results
1 - 15
of
15
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/roken/
k_getpwnam.c
52
struct
spwd
*
spwd
;
local
54
spwd
= getspnam (user);
55
if (
spwd
)
56
p->pw_passwd =
spwd
->sp_pwdp;
k_getpwuid.c
52
struct
spwd
*
spwd
;
local
54
spwd
= getspnam (p->pw_name);
55
if (
spwd
)
56
p->pw_passwd =
spwd
->sp_pwdp;
/src/external/bsd/ppp/dist/pppd/
session.c
198
struct
spwd
*
spwd
;
199
struct
spwd
*getspnam();
333
spwd
= getspnam(user);
340
if (
spwd
== NULL)
351
if ((
spwd
->sp_expire > 0 && now >=
spwd
->sp_expire)
352
|| ((
spwd
->sp_max >= 0 &&
spwd
->sp_max < 10000)
353
&&
spwd
->sp_lstchg >=
[
all
...]
/src/etc/rc.d/
sysdb
72
check_file $p /etc/
spwd
.db pwd_mkdb -w $p
/src/distrib/sun2/miniroot/
Makefile
35
${DESTDIR}/etc/
spwd
.db \
list
29
COPY ${DESTDIR}/etc/
spwd
.db etc/
spwd
.db
/src/distrib/sun3/miniroot/
Makefile
35
${DESTDIR}/etc/
spwd
.db \
list
28
COPY ${DESTDIR}/etc/
spwd
.db etc/
spwd
.db
/src/external/bsd/openldap/dist/libraries/liblutil/
passwd.c
725
struct
spwd
*
spwd
= getspnam(passwd->bv_val);
local
727
if(
spwd
!= NULL) {
728
pw =
spwd
->sp_pwdp;
/src/usr.sbin/rpc.pcnfsd/
pcnfsd_misc.c
106
struct
spwd
*sp;
147
struct
spwd
*shadow = getspnam(usrnam);
/src/etc/
Makefile
280
for metaent in
spwd
.db passwd pwd.db; do \
/src/crypto/dist/ipsec-tools/src/racoon/
isakmp_xauth.c
1301
struct
spwd
*spw;
/src/external/bsd/libpcap/dist/rpcapd/
daemon.c
1498
struct
spwd
*usersp;
/src/external/gpl2/xcvs/dist/src/
server.c
6988
struct
spwd
*spw;
/src/crypto/external/bsd/heimdal/dist/
configure
26970
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct
spwd
" >&5
26971
printf %s "checking for struct
spwd
... " >&6; }
26987
struct
spwd
foo;
Completed in 58 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026