Searched defs:tempi (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpt.c193 int tempi; local
195 tempi = i;
198 tempi /= 10;
199 } while (tempi);
H A Dttyname.c449 int tempi; local
451 tempi = i;
454 tempi /= 10;
455 } while (tempi);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dopen.c143 int tempi; local
145 tempi = i;
148 tempi /= 10;
149 } while (tempi);

Completed in 47 milliseconds