OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fclt
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openpam/dist/bin/openpam_dump_policy/
openpam_dump_policy.c
46
openpam_chain_name(const char *service, pam_facility_t
fclt
)
48
const char *facility = pam_facility_name[
fclt
];
57
openpam_facility_index_name(pam_facility_t
fclt
)
59
const char *facility = pam_facility_name[
fclt
];
123
int
fclt
, ret;
local
129
for (
fclt
= 0;
fclt
< PAM_NUM_FACILITIES; ++
fclt
) {
130
if (pamh->chains[
fclt
] != NULL) {
131
if ((name = openpam_chain_name(service,
fclt
)) == NULL
[
all
...]
openpam_dump_policy.c
46
openpam_chain_name(const char *service, pam_facility_t
fclt
)
48
const char *facility = pam_facility_name[
fclt
];
57
openpam_facility_index_name(pam_facility_t
fclt
)
59
const char *facility = pam_facility_name[
fclt
];
123
int
fclt
, ret;
local
129
for (
fclt
= 0;
fclt
< PAM_NUM_FACILITIES; ++
fclt
) {
130
if (pamh->chains[
fclt
] != NULL) {
131
if ((name = openpam_chain_name(service,
fclt
)) == NULL
[
all
...]
/src/external/bsd/openpam/dist/lib/libpam/
openpam_configure.c
166
pam_facility_t
fclt
;
local
208
if ((
fclt
= parse_facility_name(word)) == (pam_facility_t)-1) {
215
if (facility !=
fclt
&& facility != PAM_FACILITY_ANY) {
250
ret = openpam_load_chain(pamh, servicename,
fclt
);
329
for (next = &pamh->chains[
fclt
]; *next != NULL;
495
pam_facility_t
fclt
;
local
507
for (
fclt
= 0;
fclt
< PAM_NUM_FACILITIES; ++
fclt
) {
508
if (pamh->chains[
fclt
] != NULL
[
all
...]
openpam_configure.c
166
pam_facility_t
fclt
;
local
208
if ((
fclt
= parse_facility_name(word)) == (pam_facility_t)-1) {
215
if (facility !=
fclt
&& facility != PAM_FACILITY_ANY) {
250
ret = openpam_load_chain(pamh, servicename,
fclt
);
329
for (next = &pamh->chains[
fclt
]; *next != NULL;
495
pam_facility_t
fclt
;
local
507
for (
fclt
= 0;
fclt
< PAM_NUM_FACILITIES; ++
fclt
) {
508
if (pamh->chains[
fclt
] != NULL
[
all
...]
Completed in 50 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026