Searched refs:Itoa (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.prompt.c265 p = Itoa(hr, adrof(STRpadhour) ? 2 : 0, attributes);
269 p = Itoa(t->tm_min, 2, attributes);
274 p = Itoa(t->tm_sec, 2, attributes);
480 p = Itoa(t->tm_mday, 2, attributes);
488 p = Itoa(t->tm_mon + 1, 2, attributes);
493 p = Itoa(t->tm_year % 100, 2, attributes);
498 p = Itoa(t->tm_year + 1900, 4, attributes);
531 p = Itoa(njobs, 1, attributes);
H A Dtc.decls.h82 extern Char *Itoa (int, size_t, Char);
H A Dsh.c531 setv(STRoid, Itoa(oid, 0, 0), VAR_READWRITE);
534 setv(STRuid, Itoa(uid, 0, 0), VAR_READWRITE);
536 setv(STRgid, Itoa(gid, 0, 0), VAR_READWRITE);
H A Ded.screen.c1590 p = Itoa(Val(T_co), 0, 0);
1597 p = Itoa(Val(T_li), 0, 0);
1624 p = Itoa(Val(T_co), 0, 0);
1643 p = Itoa(Val(T_li), 0, 0);

Completed in 132 milliseconds