OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:login_getcapstr
(Results
1 - 10
of
10
) sorted by relevancy
/src/include/
login_cap.h
79
char *
login_getcapstr
(login_cap_t *, const char *, char *, char *);
/src/lib/libpam/modules/pam_nologin/
pam_nologin.c
105
nologin =
login_getcapstr
(lc, "nologin", nologin_def, nologin_def);
/src/usr.bin/login/
login_pam.c
574
shell =
login_getcapstr
(lc, "shell", pwd->pw_shell, pwd->pw_shell);
589
tt =
login_getcapstr
(lc, "term", NULL, NULL);
622
fname =
login_getcapstr
(lc, "copyright", NULL, NULL);
628
fname =
login_getcapstr
(lc, "welcome", NULL, NULL);
login.c
484
checknologin(
login_getcapstr
(lc, "nologin", NULL, NULL));
605
if ((shell =
login_getcapstr
(lc, "shell", NULL, NULL)) != NULL) {
620
tt =
login_getcapstr
(lc, "term", NULL, NULL);
658
fname =
login_getcapstr
(lc, "copyright", NULL, NULL);
666
fname =
login_getcapstr
(lc, "welcome", NULL, NULL);
/src/lib/libutil/
Makefile
60
MLINKS+=login_cap.3
login_getcapstr
.3
login_cap.c
154
login_getcapstr
(login_cap_t *lc, const char *cap, char *def, char *e)
function
501
char *str =
login_getcapstr
(lc, "setenv", NULL, NULL);
745
p = path =
login_getcapstr
(lc, "path", NULL, NULL);
/src/crypto/external/bsd/openssh/dist/
auth.c
120
cap_hlist =
login_getcapstr
(lc, "host.deny", NULL, NULL);
143
cap_hlist =
login_getcapstr
(lc, "host.allow", NULL, NULL);
session.c
715
f = fopen(
login_getcapstr
(lc, "welcome", __UNCONST("/etc/motd"),
1087
nl =
login_getcapstr
(lc, "nologin", def_nl, def_nl);
1366
shell =
login_getcapstr
(lc, "shell", __UNCONST(shell),
/src/dist/pf/usr.sbin/authpf/
authpf.c
136
shell =
login_getcapstr
(lc, "shell", pw->pw_shell,
/src/libexec/rshd/
rshd.c
667
if ((sh =
login_getcapstr
(lc, "shell", NULL, NULL))) {
Completed in 38 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026