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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dfind.c812 int i, firstopt, status = EXIT_SUCCESS; local
817 for (firstopt = 1; firstopt < argc; firstopt++) {
818 if (argv[firstopt][0] == '-')
820 if (ENABLE_FEATURE_FIND_NOT && LONE_CHAR(argv[firstopt], '!'))
823 if (LONE_CHAR(argv[firstopt], '('))
827 if (firstopt == 1) {
830 firstopt++;
840 argp = &argv[firstopt];
[all...]

Completed in 40 milliseconds