OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextopt
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
options.c
70
char *optionarg; /* set by
nextopt
(like getopt) */
71
char *optptr; /* used by
nextopt
*/
495
* only argument that is passed to
nextopt
is the option string; the
501
nextopt
(const char *optstring)
function
/external/icu4c/tools/tzcode/
zdump.c
294
int
nextopt
;
local
325
nextopt
= 1;
326
while(
nextopt
) {
345
nextopt
= 0;
/external/qemu/
vl.c
1920
const char *
nextopt
;
local
[
all
...]
vl-android.c
2135
const char *
nextopt
;
local
[
all
...]
Completed in 530 milliseconds