Searched refs:inactive (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dlist.c59 int inactive = 0; local
79 inactive = 1;
85 if (! inactive)
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetspent.c79 char **warning, **inactive, **expire, **flag; local
174 inactive = __ns_ldap_getAttr(result->entry, _S_INACTIVE);
175 if (inactive == NULL || inactive[0] == NULL)
178 inactive_str = inactive[0];
/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c173 * PAM_ACCT_EXPIRED - If account is inactive
205 if (acctResp.AcctUsableResp.more_info.inactive)
206 /* entry inactive */
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_sldap.h369 int inactive; member in struct:AcctUsableMoreInfo
386 * inactive [0] BOOLEAN DEFAULT FALSE,
H A Dns_reads.c6262 * +b: TRUE if inactive due to account inactivation
6305 /* inactive */
6309 inactive = (rValue != 0) ? 1 : 0;
6475 * inactive [0] BOOLEAN DEFAULT FALSE,
6491 * - it's been made inactive in the LDAP server
6512 int inactive, reset, expired; local
6567 if (ber_scanf(ber, "{bbb", &inactive, &reset, &expired)
6571 "inactive/reset/expired"));
6577 (acctResp->AcctUsableResp).more_info.inactive =
6578 ((inactive
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm100 DeadCode() provides statistics on the data "frozen" into inactive

Completed in 35 milliseconds