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

/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibx264.c314 #define OPT_STR(opt, param) \ macro
399 OPT_STR("weightp", x4->wpredp);
429 OPT_STR("level", x4->level);
643 OPT_STR(param, "1");
645 OPT_STR(param, val);

Completed in 73 milliseconds