Home
last modified time | relevance | path

Searched refs:btime (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Dutil.c108 int btime; in constraint_parse_time() local
111 btime = ( *ptr++ - '0' ) * 12; in constraint_parse_time()
112 btime += ( *ptr++ - '0' ); in constraint_parse_time()
113 btime *= 60; /* turning into mins */ in constraint_parse_time()
114 btime += ( *ptr++ - '0' ) * 10; in constraint_parse_time()
115 btime += ( *ptr++ - '0' ); in constraint_parse_time()
116 btime *= 60; /* turning into secs */ in constraint_parse_time()
118 return btime; in constraint_parse_time()
/netbsd-src/share/examples/puffs/pgfs/
H A Dnewfs.sql69 btime timestamptz NOT NULL); field
94 atime, ctime, mtime, btime)
/netbsd-src/games/rogue/
H A Dzap.c285 static short btime; in bounce() local
288 btime = get_rand(3, 6); in bounce()
289 } else if (r > btime) { in bounce()
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dapple.h191 uint32 btime; /* mac file backup time [36]*/ member
/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_subr.c1144 const struct timespec *mtime, const struct timespec *btime, in tmpfs_chtimes() argument
1174 if (btime->tv_sec != VNOVAL) { in tmpfs_chtimes()
1175 node->tn_birthtime = *btime; in tmpfs_chtimes()
/netbsd-src/usr.sbin/fstyp/
H A Dhammer2_disk.h949 uint64_t btime; /* 0028 birth time */ member
/netbsd-src/sys/opencrypto/
H A Dcryptodev.c139 struct timespec btime; member
1021 getnanotime(&fcr->btime); in cryptoopen()
1022 fcr->atime = fcr->mtime = fcr->btime; in cryptoopen()
1991 st->st_ctimespec = st->st_birthtimespec = fcr->btime; in cryptof_stat()
/netbsd-src/share/man/tools/
H A Dnewsp.errs3372 btime