HomeSort by: relevance | last modified time | path
    Searched refs:oldtime (Results 1 - 6 of 6) sorted by relevancy

  /src/games/battlestar/
command5.c 187 int oldtime; local
193 oldtime = ourtime;
197 for (n = 0; n < ourtime - oldtime; n++)
200 snooze += 3 * (ourtime - oldtime);
202 fuel -= (ourtime - oldtime);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
simple_exec.c 88 unsigned int oldtime = 0; local
95 oldtime = alarm(timeout);
134 alarm(oldtime);
  /src/external/bsd/top/dist/machine/
m_irix5.c 204 double oldtime; member in struct:oldproc
696 - op->oldtime) / timediff;
756 op->oldtime = (currproc->pr_time.tv_sec * 1.0e9 +
m_sunos5.c 220 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);
m_irixsgi.c 104 double oldtime; member in struct:oldproc
1029 - op->oldtime) / timediff;
1104 op->oldtime = (currproc->pr_time.tv_sec * 1.0e9 +
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
ppolicy.c 1321 parse_pwdhistory( struct berval *bv, char **oid, time_t *oldtime, struct berval *oldpw )
1327 assert (bv && (bv->bv_len > 0) && (bv->bv_val) && oldtime && oldpw );
1332 *oldtime = (time_t)-1;
1345 *oldtime = parse_time( ptr );
1346 if (*oldtime == (time_t)-1) {
2740 time_t oldtime; local
2744 &oldtime, &oldpw );
2749 add_to_pwd_history( &tl, oldtime, &oldpw,

Completed in 20 milliseconds