Home
last modified time | relevance | path

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

/external/toybox/lib/
Dpassword.c88 static char *get_nextcolon(char *line, int cnt) in get_nextcolon() function
161 current_ptr = get_nextcolon(line, 2); //past passwd in update_password()
164 current_ptr = get_nextcolon(current_ptr, 1); in update_password()
171 current_ptr = get_nextcolon(line, 3); //past gid/admin list in update_password()