Searched refs:OPT_STR (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | options.c | 70 {L("backup"), NULL, OPT_STR, 0}, 74 {L("cdpath"), NULL, OPT_STR, 0}, 76 {L("cedit"), NULL, OPT_STR, 0}, 84 {L("directory"), NULL, OPT_STR, 0}, 98 {L("filec"), NULL, OPT_STR, 0}, 100 {L("fileencoding"),f_encoding, OPT_STR, OPT_WC}, 123 {L("imkey"), NULL, OPT_STR, 0}, 125 {L("imkey"), NULL, OPT_STR, OPT_NDISP|OPT_NOSAVE}, 128 {L("inputencoding"),f_encoding, OPT_STR, OPT_WC}, 152 {L("matchchars"), NULL, OPT_STR, OPT_PAIRS}, [all …]
|
| D | options.h | 84 enum { OPT_0BOOL, OPT_1BOOL, OPT_NUM, OPT_STR } type; enumerator
|
| D | api.c | 439 case OPT_STR: in api_opts_get() 484 case OPT_STR: in api_opts_set()
|
| /netbsd/src/usr.sbin/makefs/ |
| D | cd9660.c | 266 #define OPT_STR(letter, name, desc) \ in cd9660_prep_opts() macro 312 OPT_STR('A', "applicationid", "Application Identifier"), in cd9660_prep_opts() 313 OPT_STR('P', "publisher", "Publisher Identifier"), in cd9660_prep_opts() 314 OPT_STR('p', "preparer", "Preparer Identifier"), in cd9660_prep_opts() 315 OPT_STR('L', "label", "Disk Label"), in cd9660_prep_opts() 316 OPT_STR('V', "volumeid", "Volume Set Identifier"), in cd9660_prep_opts() 317 OPT_STR('B', "bootimage", "Boot image parameter"), in cd9660_prep_opts() 318 OPT_STR('G', "generic-bootimage", "Generic boot image param"), in cd9660_prep_opts() 319 OPT_STR('\0', "bootimagedir", "Boot image directory"), in cd9660_prep_opts() 320 OPT_STR('\0', "no-emul-boot", "No boot emulation"), in cd9660_prep_opts() [all …]
|
| D | udf.c | 101 #define OPT_STR(letter, name, desc) \ macro 118 OPT_STR('T', "disctype", "disc type (cdrom,dvdrom,bdrom," in udf_prep_opts() 120 OPT_STR('L', "loglabel", "\"logical volume name\""), in udf_prep_opts() 121 OPT_STR('P', "discid", "\"[volset name ':']" in udf_prep_opts() 124 OPT_STR('v', "minver", "minimum UDF version in either " in udf_prep_opts() 126 OPT_STR('V', "maxver", "maximum UDF version in either " in udf_prep_opts()
|
| /netbsd/src/external/bsd/nvi/dist/ip/ |
| D | ip_term.c | 119 case OPT_STR: in ip_optchange()
|