Home
last modified time | relevance | path

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

/freebsd/usr.bin/chpass/
H A Dfield.c166 if (!atot(p, &pw->pw_change)) in p_change()
176 if (!atot(p, &pw->pw_expire)) in p_expire()
H A Dchpass.h64 int atot(char *, time_t *);
H A Dutil.c77 atot(char *p, time_t *store) in atot() function