Home
last modified time | relevance | path

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

/dports/ftp/smbftpd/smbftpd-2.4/
H A Dparam.c26 OPT_TYPE_STR, enumerator
48 {"TransferLog", OPT_TYPE_STR, &(smbftpd_conf.transfer_log_path)},
49 {"ServerName", OPT_TYPE_STR, &(smbftpd_conf.server_name)},
50 {"ListenOnAddress", OPT_TYPE_STR, &(smbftpd_conf.listen_on_address)},
51 {"Port", OPT_TYPE_STR, &(smbftpd_conf.port)},
52 {"ForcePassiveIP", OPT_TYPE_STR, &(smbftpd_conf.force_passive_ip)},
53 {"ExceptionList", OPT_TYPE_STR, &(smbftpd_conf.exception_list)},
54 {"PidFile", OPT_TYPE_STR, &(smbftpd_conf.pid_file)},
55 {"NoLoginList", OPT_TYPE_STR, &(smbftpd_conf.no_login_list)},
195 case OPT_TYPE_STR: in smbftpd_config_handler()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.c132 static const char *OPT_TYPE_STR[] = { "begin", "end", "jumptable_begin", "jumptable_end" }; variable
5106 … SNPRINTF(s,size, " [optimization] %s\n", OPT_TYPE_STR[ PCOO(PCINF(pc)->oper1)->type ]); in pic16_pCode2str()
5180 fprintf(of, " [optimization] %s\n", OPT_TYPE_STR[ PCOO(PCINF(pc)->oper1)->type ]); in genericPrint()
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog35177 * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and