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

/netbsd-current/games/battlestar/
H A Dcommand5.c187 int oldtime; local
193 oldtime = ourtime;
197 for (n = 0; n < ourtime - oldtime; n++)
200 snooze += 3 * (ourtime - oldtime);
202 fuel -= (ourtime - oldtime);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec.c88 unsigned int oldtime = 0; local
95 oldtime = alarm(timeout);
134 alarm(oldtime);
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_irix5.c204 double oldtime; member in struct:oldproc
696 - op->oldtime) / timediff;
756 op->oldtime = (currproc->pr_time.tv_sec * 1.0e9 +
H A Dm_sunos5.c220 double oldtime; member in struct:oldproc
1967 op->oldtime = 0.0;
2025 (TIMESPEC_TO_DOUBLE(currproc->pr_time) - op->oldtime) / timediff;
2035 op->oldtime = TIMESPEC_TO_DOUBLE(currproc->pr_time);
2104 op->oldtime = 0.0;
2132 (TIMESPEC_TO_DOUBLE(lwpp->pr_time) - op->oldtime) /
2148 op->oldtime = TIMESPEC_TO_DOUBLE(lwpp->pr_time);
H A Dm_irixsgi.c104 double oldtime; member in struct:oldproc
1029 - op->oldtime) / timediff;
1104 op->oldtime = (currproc->pr_time.tv_sec * 1.0e9 +
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dppolicy.c1249 parse_pwdhistory( struct berval *bv, char **oid, time_t *oldtime, struct berval *oldpw ) argument
1255 assert (bv && (bv->bv_len > 0) && (bv->bv_val) && oldtime && oldpw );
1260 *oldtime = (time_t)-1;
1273 *oldtime = parse_time( ptr );
1274 if (*oldtime == (time_t)-1) {
2653 time_t oldtime; local
2657 &oldtime, &oldpw );
2662 add_to_pwd_history( &tl, oldtime, &oldpw,

Completed in 202 milliseconds