Searched refs:num_options (Results 1 – 2 of 2) sorted by relevance
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()
290 size_t num_options = __u_boot_sandbox_option_count(); in os_parse_args() local305 short_opts = os_malloc(sizeof(*short_opts) * num_options * 2 + 1); in os_parse_args()306 long_opts = os_malloc(sizeof(*long_opts) * num_options); in os_parse_args()318 for (i = 0; i < num_options; ++i) { in os_parse_args()342 for (i = 0; i < num_options; ++i) { in os_parse_args()351 if (i == num_options) { in os_parse_args()