Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c215 size_t num_options = __u_boot_sandbox_option_count(); in os_parse_args() local
230 short_opts = os_malloc(sizeof(*short_opts) * num_options * 2 + 1); in os_parse_args()
231 long_opts = os_malloc(sizeof(*long_opts) * num_options); in os_parse_args()
243 for (i = 0; i < num_options; ++i) { in os_parse_args()
267 for (i = 0; i < num_options; ++i) { in os_parse_args()
276 if (i == num_options) { in os_parse_args()
H A Dstart.c22 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
43 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
47 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()