OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_nextcolon
(Results
1 - 1
of
1
) sorted by null
/external/toybox/lib/
password.c
90
static char *
get_nextcolon
(char *line, int cnt)
function
163
current_ptr =
get_nextcolon
(line, 2); //past passwd
166
current_ptr =
get_nextcolon
(current_ptr, 1);
173
current_ptr =
get_nextcolon
(line, 3); //past gid/admin list
Completed in 47 milliseconds