Home
last modified time | relevance | path

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

/external/toybox/toys/lsb/
Dpasswd.c36 static int str_check(char *s, char *p) in str_check() function
52 if (str_check(newp, user)) { in strength_check()
57 if (oldp[0] && str_check(newp, oldp)) { in strength_check()