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

  /external/syslinux/com32/rosh/
rosh.c 507 /* Process argc/argv to optarr
510 * optarr option array to populate
512 void rosh_ls_arg_opt(int argc, char *argv[], int optarr[])
516 optarr[0] = -1;
517 optarr[1] = -1;
518 optarr[2] = -1;
526 optarr[0] = 1;
530 optarr[1] = 1;
534 optarr[2] = 1;
544 ROSH_DEBUG2("\tIn rosh_ls_arg_opt() opt[0]=%d\topt[1]=%d\topt[2]=%d\n", optarr[0], optarr[1]
895 int optarr[3]; local
    [all...]

Completed in 80 milliseconds