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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dgetopt.h6 #define OPT_STRING 4 macro
H A Dgetopt.c65 if (opts->has_arg & OPT_STRING) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.h90 #define OPT_STRING 0x0008 macro
H A Dcmdutils.c148 if (po->flags & OPT_STRING) {
H A Dffmpeg.c3834 { "passlogfile", HAS_ARG | OPT_STRING | OPT_VIDEO, {(void*)&pass_logfilename_prefix}, "select two pass log file name prefix", "prefix" },
3863 { "alang", HAS_ARG | OPT_STRING | OPT_AUDIO, {(void *)&audio_language}, "set the ISO 639 language code (3 letters) of the current audio stream" , "code" },
3870 { "slang", HAS_ARG | OPT_STRING | OPT_SUBTITLE, {(void *)&subtitle_language}, "set the ISO 639 language code (3 letters) of the current subtitle stream" , "code" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dping.c226 //#define OPT_STRING ("qvc:s:I:4" USE_PING6("6"))
227 #define OPT_STRING ("qvc:s:I:4" USE_PING6("6")"g:f") macro
723 getopt32(argv, OPT_STRING, &opt_c, &opt_s, &opt_I, &opt_g);

Completed in 104 milliseconds