Searched refs:num_options (Results 1 – 2 of 2) sorted by relevance
215 size_t num_options = __u_boot_sandbox_option_count(); in os_parse_args() local230 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()
22 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local43 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()