| /src/external/bsd/openldap/dist/libraries/libldap/ |
| ppolicy.c | 97 gracep (OUT) This result parameter is filled in with the number of grace logins after 132 int exp = -1, grace = -1; local 171 if (ber_get_int( ber, &grace ) == LBER_DEFAULT) goto exit; 189 if (gracep) *gracep = grace;
|
| /src/usr.sbin/edquota/ |
| edquota.c | 102 xgrace:1, /* grace periods are per-id */ 852 time_t grace; local 1004 } else if (!strncmp(text, "grace:", 6)) { 1007 /* grace: %llu */ 1009 if (timeprd(t, &grace) != 0) { 1015 if (grace != qv->qv_grace) { 1016 qv->qv_grace = grace; 1023 "grace time on this filesystem", 1146 char *soft, char *hard, char *grace, 1178 if (grace) { 1318 char *soft = NULL, *hard = NULL, *grace = NULL; local [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| rbacuser.c | 129 ber_int_t expire, grace; local 135 ld, ctrl, &expire, &grace, &error ); 138 if ( grace > 0 ) { 140 // "Password expired; %d grace logins remaining", 141 // grace);
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| pam.c | 51 ber_int_t expire, grace; local 57 &expire,&grace,&error); 89 } else if (grace > 0) { 91 "Password expired; %d grace logins remaining", 92 grace);
|
| /src/external/bsd/openldap/dist/clients/tools/ |
| common.c | 1595 int expire, grace, len = 0; local 1602 &expire, &grace, &pErr ) == LDAP_SUCCESS ) 1614 } else if ( grace >= 0 ) { 1616 " (Password expired, %d grace logins remain)", 1617 grace ); 2546 int expire = 0, grace = 0, rc; local 2550 &expire, &grace, &pperr ); 2559 if ( grace != -1 ) { 2561 "%sgrace=%d", ptr == buf ? "" : " ", grace ); 2653 "grace=%d ", usability.more_info.remaining_grace ) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| ppolicy.c | 103 int pwdGraceExpiry; /* number of seconds after expiry grace logins are 195 "DESC 'The timestamps of the grace login once the password has expired' " 779 create_passcontrol( Operation *op, int exptime, int grace, LDAPPasswordPolicyError err ) 803 } else if ( grace >= 0 ) { 805 ber_printf( b2, "ti", PPOLICY_GRACE, grace ); 1762 if (ppb->pp.pwdMaxAge == 0) goto grace; 1774 grace: 1779 /* Grace logins have expired now */ 1789 * ngut is the number of remaining grace logins 1792 "ppolicy_bind: Entry %s has an expired password: %d grace logins\n" 2067 int isExpired = 0, grace = -1; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-cores.def | 197 AARCH64_CORE("grace", grace, cortexa57, V9A, (I8MM, BF16, SVE2_BITPERM, SVE2_AES, SVE2_SHA3, SVE2_SM4, PROFILE), neoversev2, 0x41, 0xd4f, -1)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-cores.def | 179 AARCH64_CORE("grace", grace, cortexa57, 9A, AARCH64_FL_FOR_ARCH9 | AARCH64_FL_I8MM | AARCH64_FL_BF16 | AARCH64_FL_SVE2_BITPERM | AARCH64_FL_CRYPTO | AARCH64_FL_SHA3 | AARCH64_FL_SM4 | AARCH64_FL_SVE2_AES | AARCH64_FL_SVE2_SHA3 | AARCH64_FL_SVE2_SM4 | AARCH64_FL_PROFILE, neoversev2, 0x41, 0xd4f, -1)
|
| /src/external/bsd/file/dist/magic/ |
| Makefile.am | 141 $(MAGIC_FRAGMENT_DIR)/grace \
|
| /src/sys/fs/puffs/ |
| puffs_vnops.c | 608 int grace; local 611 * Bump grace time of this node so that it does not get 615 grace = 10 * puffs_sopreq_expire_timeout; 616 cpn->pn_cn_grace = getticks() + grace; 1316 * If grace has already timed out, make it reclaimed.
|