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

/freebsd-current/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,
[all...]
H A Doptions.h81 enum { OPT_0BOOL, OPT_1BOOL, OPT_NUM, OPT_STR } type; enumerator in enum:_optlist::__anon5538
/freebsd-current/usr.sbin/makefs/
H A Dcd9660.c244 #define OPT_STR(letter, name, desc) \ macro
284 OPT_STR('A', "applicationid", "Application Identifier"),
285 OPT_STR('P', "publisher", "Publisher Identifier"),
286 OPT_STR('p', "preparer", "Preparer Identifier"),
287 OPT_STR('L', "label", "Disk Label"),
288 OPT_STR('V', "volumeid", "Volume Set Identifier"),
289 OPT_STR('B', "bootimage", "Boot image parameter"),
290 OPT_STR('G', "generic-bootimage", "Generic boot image param"),
291 OPT_STR('\0', "bootimagedir", "Boot image directory"),
292 OPT_STR('\
[all...]

Completed in 130 milliseconds