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

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsimple_exec.c86 unsigned int oldtime = 0; local
93 oldtime = alarm((int)timeout);
132 alarm(oldtime);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dmisc.c184 static time_t oldtime; variable
187 { thepid=getpid();oldtime=0;
198 if(verbose&&!nextexit&&oldtime!=(newtime=time((time_t*)0))) /* don't call */
200 elog("[");oldtime=newtime;ultstr(0,(unsigned long)thepid,num);elog(num);
201 elog("] ");elog(ctime(&oldtime));elog(procmailn);elog(colnsp);
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dsearch.c279 int oldtime; local
301 oldtime = time_for_move;
303 printf("Extended from %d to %d, time left %d\n", oldtime,
492 int oldtime; local
512 oldtime = time_for_move;
514 printf("Extended from %d to %d, time left %d\n", oldtime,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dppolicy.c694 parse_pwdhistory( struct berval *bv, char **oid, time_t *oldtime, struct berval *oldpw ) argument
700 assert (bv && (bv->bv_len > 0) && (bv->bv_val) && oldtime && oldpw );
705 *oldtime = (time_t)-1;
718 *oldtime = parse_time( ptr );
719 if (*oldtime == (time_t)-1) {
1771 time_t oldtime; local
1775 &oldtime, &oldpw );
1780 add_to_pwd_history( &tl, oldtime, &oldpw,
/macosx-10.10.1/apr-32/apr-util/apr-util/misc/
H A Dapr_thread_pool.c879 apr_interval_time_t oldtime; local
881 oldtime = me->idle_wait;
884 return oldtime;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dvi.c231 clock_t oldtime, newtime; local
261 oldtime = times(&dummy);
273 vp->typeahead = ((newtime-oldtime) < NTICKS);

Completed in 240 milliseconds