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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c1896 acc_getopt_t mfx_getopt; local
1901 acc_getopt_init(&mfx_getopt, 1, argc, argv);
1902 mfx_getopt.progname = progname;
1903 mfx_getopt.opterr = handle_opterr;
1904 while ((optc = acc_getopt(&mfx_getopt, shortopts, longopts, NULL)) >= 0)
1906 if (do_option(&mfx_getopt, optc) != 0)
1910 return mfx_getopt.optind;

Completed in 61 milliseconds