Home
last modified time | relevance | path

Searched refs:ttoa (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/chpass/
Dedit.c109 ttoa(chngstr, sizeof(chngstr), pw->pw_change));
111 ttoa(chngstr, sizeof(chngstr), pw->pw_expire));
Dchpass.h74 char *ttoa(char *, size_t, time_t);
Dutil.c55 ttoa(char *buf, size_t len, time_t tval) in ttoa() function