Home
last modified time | relevance | path

Searched refs:ltemp (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/sdiff/
H A Dsdiff.c113 static char *ltemp; variable
230 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 …]
/titanic_44/usr/src/uts/common/os/
H A Dclock.c404 int32_t ltemp; in clock() local
437 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() local
1190 ltemp = offset; in clock_update()
1192 ltemp = pps_offset; in clock_update()
[all …]
/titanic_44/usr/src/cmd/bnu/
H A Dperfstat.c525 long ltemp; /* Temporary storage for long arith. */ local
541 ltemp = minuend->tm_real - subtra->tm_real;
542 diff->tu_real = ((float) ltemp)/ticks;
546 ltemp = mintms->tms_utime
550 diff->tu_user = ((float) ltemp)/ticks;
554 ltemp = mintms->tms_stime
558 diff->tu_sys = ((float) ltemp)/ticks;