Searched refs:Itoa (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tc.prompt.c | 277 p = Itoa(hr, adrof(STRpadhour) ? 2 : 0, attributes); in tprintf() 281 p = Itoa(t->tm_min, 2, attributes); in tprintf() 286 p = Itoa(t->tm_sec, 2, attributes); in tprintf() 497 p = Itoa(t->tm_mday, 2, attributes); in tprintf() 505 p = Itoa(t->tm_mon + 1, 2, attributes); in tprintf() 510 p = Itoa(t->tm_year % 100, 2, attributes); in tprintf() 515 p = Itoa(t->tm_year + 1900, 4, attributes); in tprintf() 550 p = Itoa(njobs, 1, attributes); in tprintf()
|
H A D | tc.decls.h | 81 extern Char *Itoa (int, size_t, Char);
|
H A D | sh.c | 638 setv(STRoid, Itoa(oid, 0, 0), VAR_READWRITE); in main() 641 setv(STReuid, Itoa(euid, 0, 0), VAR_READWRITE); in main() 647 setv(STRuid, Itoa(uid, 0, 0), VAR_READWRITE); in main() 649 setv(STRgid, Itoa(gid, 0, 0), VAR_READWRITE); in main()
|
H A D | ed.screen.c | 1574 p = Itoa(value, 0, 0); in UpdateVal() 1610 p = Itoa(Val(T_co), 0, 0); in ChangeSize() 1617 p = Itoa(Val(T_li), 0, 0); in ChangeSize()
|
H A D | tc.func.c | 152 Itoa(int n, size_t min_digits, Char attributes) in Itoa() function 1639 p = Itoa(val, 0, 0); in shlvl()
|
H A D | Fixes | 802 and new Itoa() code (Chris Torek) 2123 29. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
|