Searched refs:ltemp (Results 1 – 3 of 3) sorted by relevance
113 static char *ltemp; variable230 ltemp = strdup("/tmp/sdifflXXXXXX"); in main()231 if ((lfd = mkstemp(ltemp)) == -1 || in main()235 ltemp); in main()345 if ((left = fopen(ltemp, "w")) == NULL) in main()347 "main: Cannot open temp %s"), ltemp); in main()630 if (ltemp) { in sremove()631 (void) unlink(ltemp); in sremove()632 free(ltemp); in sremove()676 cpp(ltemp, left, odes); in cmdin()[all …]
404 int32_t ltemp; in clock() local437 ltemp = -time_phase / SCALE_PHASE; in clock()438 time_phase += ltemp * SCALE_PHASE; in clock()440 timedelta -= ltemp * (NANOSEC/MICROSEC); in clock()443 ltemp = time_phase / SCALE_PHASE; in clock()444 time_phase -= ltemp * SCALE_PHASE; in clock()446 timedelta += ltemp * (NANOSEC/MICROSEC); in clock()1184 int ltemp, mtemp, s; in clock_update() local1190 ltemp = offset; in clock_update()1192 ltemp = pps_offset; in clock_update()[all …]
525 long ltemp; /* Temporary storage for long arith. */ local541 ltemp = minuend->tm_real - subtra->tm_real;542 diff->tu_real = ((float) ltemp)/ticks;546 ltemp = mintms->tms_utime550 diff->tu_user = ((float) ltemp)/ticks;554 ltemp = mintms->tms_stime558 diff->tu_sys = ((float) ltemp)/ticks;