Searched refs:args_per_step (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Dfdtget.c251 char **arg, int arg_count, int args_per_step)
261 for (i = 0; i + args_per_step <= arg_count; i += args_per_step) {
273 prop = args_per_step == 1 ? NULL : arg[i + 1];
315 int args_per_step = 2; local
333 args_per_step = 1;
338 args_per_step = 1;
360 if (args_per_step == 2 && (argc % 2))
363 if (do_fdtget(&disp, filename, argv, argc, args_per_step))
250 do_fdtget(struct display_info *disp, const char *filename, char **arg, int arg_count, int args_per_step) argument

Completed in 122 milliseconds