HomeSort by relevance Sort by last modified time
    Searched full:args_per_step (Results 1 - 1 of 1) sorted by null

  /external/dtc/
fdtget.c 251 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))

Completed in 176 milliseconds