Home
last modified time | relevance | path

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

/u-boot/lib/
A Dgetopt.c18 gs->arg_index = 1; in getopt_init_state()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
54 gs->arg_index = 1; in __getopt()
64 gs->arg_index++; in __getopt()
71 gs->arg_index++; in __getopt()
80 gs->arg_index = 1; in __getopt()
95 gs->arg_index = 1; in __getopt()
101 gs->arg_index = 1; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
109 gs->arg_index = 1; in __getopt()
[all …]
/u-boot/include/
A Dgetopt.h23 int arg_index; member

Completed in 6 milliseconds