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

/freebsd-13-stable/contrib/nvi/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},
72 {L("directory"), NULL, OPT_STR, 0},
86 {L("filec"), NULL, OPT_STR, 0},
88 {L("fileencoding"),f_encoding, OPT_STR, OPT_WC},
98 {L("inputencoding"),f_encoding, OPT_STR, OPT_WC},
122 {L("matchchars"), NULL, OPT_STR, OPT_PAIRS},
137 {L("msgcat"), f_msgcat, OPT_STR, 0},
139 {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::__anon5473
/freebsd-13-stable/usr.sbin/makefs/
H A Dcd9660.c254 #define OPT_STR(letter, name, desc) \ macro
300 OPT_STR('A', "applicationid", "Application Identifier"),
301 OPT_STR('P', "publisher", "Publisher Identifier"),
302 OPT_STR('p', "preparer", "Preparer Identifier"),
303 OPT_STR('L', "label", "Disk Label"),
304 OPT_STR('V', "volumeid", "Volume Set Identifier"),
305 OPT_STR('B', "bootimage", "Boot image parameter"),
306 OPT_STR('G', "generic-bootimage", "Generic boot image param"),
307 OPT_STR('\0', "bootimagedir", "Boot image directory"),
308 OPT_STR('\
[all...]

Completed in 50 milliseconds