Home
last modified time | relevance | path

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

/dragonfly/usr.bin/chpass/
HDfield.c164 if (!atot(p, &pw->pw_change)) in p_change()
174 if (!atot(p, &pw->pw_expire)) in p_expire()
HDchpass.h66 int atot(char *, time_t *);
HDutil.c74 atot(char *p, time_t *store) in atot() function