Home
last modified time | relevance | path

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

/third_party/toybox/lib/
H A Dargs.c96 // Hangs off getoptflagstate, freed at end of option parsing.
110 // linked list of long options. (Hangs off getoptflagstate, free at end of
122 struct getoptflagstate struct
132 // Use getoptflagstate to parse one command line option from argv
133 static int gotflag(struct getoptflagstate *gof, struct opts *opt) in gotflag()
228 // Parse this command's options string into struct getoptflagstate, which
230 void parse_optflaglist(struct getoptflagstate *gof) in parse_optflaglist()
238 memset(gof, 0, sizeof(struct getoptflagstate)); in parse_optflaglist()
381 struct getoptflagstate gof; in get_optflags()

Completed in 1 milliseconds