Home
last modified time | relevance | path

Searched refs:Itoa (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dtc.prompt.c277 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 Dsh.c638 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 Dtc.decls.h81 extern Char *Itoa (int, size_t, Char);
H A Ded.screen.c1574 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 Dtc.func.c170 Itoa(int n, size_t min_digits, Char attributes) in Itoa() function
1659 p = Itoa(val, 0, 0); in shlvl()