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

/freebsd-11-stable/contrib/tcsh/
H A Dtc.prompt.c277 p = Itoa(hr, adrof(STRpadhour) ? 2 : 0, attributes);
281 p = Itoa(t->tm_min, 2, attributes);
286 p = Itoa(t->tm_sec, 2, attributes);
497 p = Itoa(t->tm_mday, 2, attributes);
505 p = Itoa(t->tm_mon + 1, 2, attributes);
510 p = Itoa(t->tm_year % 100, 2, attributes);
515 p = Itoa(t->tm_year + 1900, 4, attributes);
550 p = Itoa(njobs, 1, attributes);
H A Dtc.decls.h81 extern Char *Itoa (int, size_t, Char);
H A Dsh.c638 setv(STRoid, Itoa(oid, 0, 0), VAR_READWRITE);
641 setv(STReuid, Itoa(euid, 0, 0), VAR_READWRITE);
647 setv(STRuid, Itoa(uid, 0, 0), VAR_READWRITE);
649 setv(STRgid, Itoa(gid, 0, 0), VAR_READWRITE);
H A Ded.screen.c1574 p = Itoa(value, 0, 0);
1610 p = Itoa(Val(T_co), 0, 0);
1617 p = Itoa(Val(T_li), 0, 0);

Completed in 67 milliseconds