| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| keys.c | 241 time_t ceiling = time(NULL) - *entry->max_life; local 251 if (elem->set_time && *elem->set_time < ceiling
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| synch.h | 61 uint8_t ceiling; member in struct:_lwp_mutex::__anon9098 140 #define LOCK_PRIO_PROTECT 0x20 /* priority ceiling lock */
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| accesslog.c | 2628 static const int ceiling[9] = { 100, 100, 12, 31, 24, 60, 60, 24, 60 }; local 2661 if (c >= ceiling[part]) {
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| schema_init.c | 5549 static const int ceiling[9] = { 100, 100, 12, 31, 24, 60, 60, 24, 60 }; local 5585 if (c >= ceiling[part]) { 5654 if (parts[part] >= ceiling[part]) { 5669 c = ceiling[part]; 5694 c = ceiling[part];
|