args_per_step 237 scripts/dtc/fdtget.c char **arg, int arg_count, int args_per_step) args_per_step 247 scripts/dtc/fdtget.c for (i = 0; i + args_per_step <= arg_count; i += args_per_step) { args_per_step 258 scripts/dtc/fdtget.c prop = args_per_step == 1 ? NULL : arg[i + 1]; args_per_step 295 scripts/dtc/fdtget.c int args_per_step = 2; args_per_step 319 scripts/dtc/fdtget.c args_per_step = 1; args_per_step 324 scripts/dtc/fdtget.c args_per_step = 1; args_per_step 346 scripts/dtc/fdtget.c if (args_per_step == 2 && (argc % 2)) args_per_step 349 scripts/dtc/fdtget.c if (do_fdtget(&disp, filename, argv, argc, args_per_step))