| /src/external/mpl/bind/dist/tests/dns/ |
| skr_test.c | 49 isc_stdtime_t btime; member in struct:__anon24221 190 create_bundle(FILE *fp, isc_stdtime_t btime, int bnum) { 202 test_bundles[bnum].btime = btime; 204 isc_stdtime_tostring(btime, timestr, sizeof(timestr)); 206 ret = dns_time32_totext(btime, &b); 241 sign_rrset(fp, btime, btime + LIFETIME, dnskeyset, 268 sign_rrset(fp, btime, btime + LIFETIME, cdnskeyset [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| util.c | 108 int btime; local 111 btime = ( *ptr++ - '0' ) * 12; 112 btime += ( *ptr++ - '0' ); 113 btime *= 60; /* turning into mins */ 114 btime += ( *ptr++ - '0' ) * 10; 115 btime += ( *ptr++ - '0' ); 116 btime *= 60; /* turning into secs */ 118 return btime;
|
| /src/games/rogue/ |
| zap.c | 285 static short btime; local 288 btime = get_rand(3, 6); 289 } else if (r > btime) {
|
| /src/share/examples/puffs/pgfs/ |
| newfs.sql | 69 btime timestamptz NOT NULL); 94 atime, ctime, mtime, btime)
|
| /src/external/gpl2/mkhybrid/dist/ |
| apple.h | 191 uint32 btime; /* mac file backup time [36]*/ member in struct:__anon9481
|
| /src/sys/fs/tmpfs/ |
| tmpfs_subr.c | 1144 const struct timespec *mtime, const struct timespec *btime, 1174 if (btime->tv_sec != VNOVAL) { 1175 node->tn_birthtime = *btime;
|
| /src/usr.sbin/fstyp/ |
| hammer2_disk.h | 949 uint64_t btime; /* 0028 birth time */ member in struct:hammer2_inode_meta
|
| /src/sys/opencrypto/ |
| cryptodev.c | 139 struct timespec btime; member in struct:fcrypt 1021 getnanotime(&fcr->btime); 1022 fcr->atime = fcr->mtime = fcr->btime; 1991 st->st_ctimespec = st->st_birthtimespec = fcr->btime;
|