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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dchmod.c26 #define OPT_STR "R" USE_DESKTOP("vcf") macro
88 if (arg[1] && !strchr("-"OPT_STR, arg[1])) {
96 getopt32(argv, ("-"OPT_STR) + 1); /* Reuse string */
H A Dchown.c19 #define OPT_STR ("Rh" USE_DESKTOP("vcfLHP")) macro
72 getopt32(argv, OPT_STR);
H A Dsort.c26 static const char OPT_STR[] ALIGN1 = "ngMucszbrdfimS:T:o:k:t:";
292 getopt32(argv, OPT_STR, &str_ignored, &str_ignored, &str_o, &lst_k, &str_t);
332 because comma isn't in OPT_STR */
333 temp2 = strchr(OPT_STR, *str_k);
336 flag = 1 << (temp2 - OPT_STR);

Completed in 53 milliseconds