Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/common/
H A Doptions.c58 {L("backup"), NULL, OPT_STR, 0},
62 {L("cdpath"), NULL, OPT_STR, 0},
64 {L("cedit"), NULL, OPT_STR, 0},
86 {L("filec"), NULL, OPT_STR, 0},
151 {L("path"), NULL, OPT_STR, 0},
431 case OPT_STR: in opts_init()
693 case OPT_STR: in opts_set()
867 case OPT_STR: in opts_dump()
897 case OPT_STR: in opts_dump()
962 case OPT_STR: in opts_print()
[all …]
H A Doptions.h81 enum { OPT_0BOOL, OPT_1BOOL, OPT_NUM, OPT_STR } type; enumerator
/dragonfly/usr.sbin/makefs/
H A Dcd9660.c252 #define OPT_STR(letter, name, desc) \ in cd9660_prep_opts() macro
298 OPT_STR('A', "applicationid", "Application Identifier"), in cd9660_prep_opts()
299 OPT_STR('P', "publisher", "Publisher Identifier"), in cd9660_prep_opts()
300 OPT_STR('p', "preparer", "Preparer Identifier"), in cd9660_prep_opts()
301 OPT_STR('L', "label", "Disk Label"), in cd9660_prep_opts()
302 OPT_STR('V', "volumeid", "Volume Set Identifier"), in cd9660_prep_opts()
303 OPT_STR('B', "bootimage", "Boot image parameter"), in cd9660_prep_opts()
305 OPT_STR('\0', "bootimagedir", "Boot image directory"), in cd9660_prep_opts()
306 OPT_STR('\0', "no-emul-boot", "No boot emulation"), in cd9660_prep_opts()
307 OPT_STR('\0', "no-boot", "No boot support"), in cd9660_prep_opts()
[all …]