Home
last modified time | relevance | path

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

/external/toybox/lib/
Dargs.c124 struct getoptflagstate struct
135 static int gotflag(struct getoptflagstate *gof, struct opts *opt) in gotflag()
232 void parse_optflaglist(struct getoptflagstate *gof) in parse_optflaglist()
240 memset(gof, 0, sizeof(struct getoptflagstate)); in parse_optflaglist()
383 struct getoptflagstate gof; in get_optflags()