Home
last modified time | relevance | path

Searched refs:str_table (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dattr_override.c100 const ATTR_OVER_STR *str_table = 0; in attr_override() local
115 if (str_table) in attr_override()
117 str_table = va_arg(ap, const ATTR_OVER_STR *); in attr_override()
159 for (sp = str_table; sp != 0 && found == 0 && sp->name != 0; sp++) { in attr_override()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.cc259 ctfc_strtable_append_str (ctf_strtable_t * str_table, const char * str) in ctfc_strtable_append_str() argument
266 if (!str_table->ctstab_head) in ctfc_strtable_append_str()
267 str_table->ctstab_head = ctf_string; in ctfc_strtable_append_str()
270 if (str_table->ctstab_tail) in ctfc_strtable_append_str()
271 str_table->ctstab_tail->cts_next = ctf_string; in ctfc_strtable_append_str()
273 str_table->ctstab_tail = ctf_string; in ctfc_strtable_append_str()
280 ctfc_strtable_add_str (ctf_strtable_t * str_table, const char * name, in ctfc_strtable_add_str() argument
286 uint32_t str_offset = str_table->ctstab_len; in ctfc_strtable_add_str()
292 ctf_string = CONST_CAST (char *, str_table->ctstab_estr); in ctfc_strtable_add_str()
302 ctfc_strtable_append_str (str_table, ctf_string); in ctfc_strtable_add_str()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster_vars.c64 static const CONFIG_STR_TABLE str_table[] = { in master_vars_init() local
90 get_mail_conf_str_table(str_table); in master_vars_init()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dextract.awk37 str_table[$0] = 1
160 for (key in str_table)
/netbsd-src/external/ibm-public/postfix/dist/src/postlog/
H A Dpostlog.c165 X static const CONFIG_STR_TABLE str_table[] = {
319 get_mail_conf_str_table(str_table); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util_tester.c147 static const CONFIG_STR_TABLE str_table[] = { in main() local
163 CA_TEST_MAIN_STR_TABLE(str_table), in main()
H A Dbounce.c684 static const CONFIG_STR_TABLE str_table[] = { in main() local
708 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postfix/
H A Dpostfix.c482 static const CONFIG_STR_TABLE str_table[] = { in main() local
570 get_mail_conf_str_table(str_table); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/virtual/
H A Dvirtual.c543 static const CONFIG_STR_TABLE str_table[] = { in main() local
566 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr.c675 static const CONFIG_STR_TABLE str_table[] = { in main() local
728 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c428 CONFIG_STR_TABLE str_table[] = { in main() local
440 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr.c758 static const CONFIG_STR_TABLE str_table[] = { in main() local
819 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postqueue/
H A Dpostqueue.c338 static const CONFIG_STR_TABLE str_table[] = { variable
659 get_mail_conf_str_table(str_table); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtrivial-rewrite.c610 static const CONFIG_STR_TABLE str_table[] = { in main() local
659 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter.c630 static ATTR_OVER_STR str_table[] = { variable
676 link_override_table_to_variable(str_table, my_protocol); in milter_new()
677 link_override_table_to_variable(str_table, my_def_action); in milter_new()
705 CA_ATTR_OVER_STR_TABLE(str_table), in milter_new()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dlocal.c930 static const CONFIG_STR_TABLE str_table[] = { in main() local
979 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c189 static const CONFIG_STR_TABLE str_table[] = { variable
405 get_mail_conf_str_table(str_table); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/pickup/
H A Dpickup.c605 static const CONFIG_STR_TABLE str_table[] = { in main() local
628 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-elf32_avr.c163 char *str_table = (char *) stroffset_table + stroffset_table_size; in elf32_avr_get_device_info() local
164 device->name = str_table + device_name_index; in elf32_avr_get_device_info()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-elf32_avr.c163 char *str_table = (char *) stroffset_table + stroffset_table_size; in elf32_avr_get_device_info() local
164 device->name = str_table + device_name_index; in elf32_avr_get_device_info()
/netbsd-src/external/ibm-public/postfix/dist/src/verify/
H A Dverify.c749 static const CONFIG_STR_TABLE str_table[] = { in main() local
770 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/ibm-public/postfix/sbin/postconf/
H A DMakefile22 GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h str_table.h \
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c656 static const CONFIG_STR_TABLE str_table[] = { in tls_param_init() local
698 get_mail_conf_str_table(str_table); in tls_param_init()
819 static const CONFIG_STR_TABLE str_table[] = { in tls_pre_jail_init() local
831 get_mail_conf_str_table(str_table); in tls_pre_jail_init()
/netbsd-src/external/ibm-public/postfix/dist/src/proxymap/
H A Dproxymap.c819 static const CONFIG_STR_TABLE str_table[] = { in main() local
847 CA_MAIL_SERVER_STR_TABLE(str_table), in main()
/netbsd-src/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd.c840 static const CONFIG_STR_TABLE str_table[] = { in main() local
861 CA_MAIL_SERVER_STR_TABLE(str_table), in main()

12