Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Doptions.c60 {L("backup"), NULL, OPT_STR, 0},
64 {L("cdpath"), NULL, OPT_STR, 0},
66 {L("cedit"), NULL, OPT_STR, 0},
74 {L("directory"), NULL, OPT_STR, 0},
88 {L("filec"), NULL, OPT_STR, 0},
90 {L("fileencoding"),f_encoding, OPT_STR, OPT_WC},
100 {L("inputencoding"),f_encoding, OPT_STR, OPT_WC},
124 {L("matchchars"), NULL, OPT_STR, OPT_PAIRS},
139 {L("msgcat"), f_msgcat, OPT_STR, 0},
141 {L("noprint"), f_print, OPT_STR, 0},
[all …]
H A Doptions.h81 enum { OPT_0BOOL, OPT_1BOOL, OPT_NUM, OPT_STR } type; enumerator
/freebsd/usr.sbin/makefs/
H A Dcd9660.c246 #define OPT_STR(letter, name, desc) \ in cd9660_prep_opts() macro
286 OPT_STR('A', "applicationid", "Application Identifier"), in cd9660_prep_opts()
287 OPT_STR('P', "publisher", "Publisher Identifier"), in cd9660_prep_opts()
288 OPT_STR('p', "preparer", "Preparer Identifier"), in cd9660_prep_opts()
289 OPT_STR('L', "label", "Disk Label"), in cd9660_prep_opts()
290 OPT_STR('V', "volumeid", "Volume Set Identifier"), in cd9660_prep_opts()
291 OPT_STR('B', "bootimage", "Boot image parameter"), in cd9660_prep_opts()
292 OPT_STR('G', "generic-bootimage", "Generic boot image param"), in cd9660_prep_opts()
293 OPT_STR('\0', "bootimagedir", "Boot image directory"), in cd9660_prep_opts()
294 OPT_STR('\0', "no-emul-boot", "No boot emulation"), in cd9660_prep_opts()
[all …]