HomeSort by: relevance | last modified time | path
    Searched defs:str_table (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/master/
master_vars.c 64 static const CONFIG_STR_TABLE str_table[] = { local
90 get_mail_conf_str_table(str_table);
  /src/external/ibm-public/postfix/dist/src/global/
attr_override.c 100 const ATTR_OVER_STR *str_table = 0; local
115 if (str_table)
117 str_table = va_arg(ap, const ATTR_OVER_STR *);
159 for (sp = str_table; sp != 0 && found == 0 && sp->name != 0; sp++) {
  /src/external/ibm-public/postfix/dist/src/postfix/
postfix.c 483 static const CONFIG_STR_TABLE str_table[] = { local
571 get_mail_conf_str_table(str_table);
  /src/external/gpl3/gcc/dist/gcc/
ctfc.cc 259 ctfc_strtable_append_str (ctf_strtable_t * str_table, const char * str)
266 if (!str_table->ctstab_head)
267 str_table->ctstab_head = ctf_string;
270 if (str_table->ctstab_tail)
271 str_table->ctstab_tail->cts_next = ctf_string;
273 str_table->ctstab_tail = ctf_string;
280 ctfc_strtable_add_str (ctf_strtable_t * str_table, const char * name,
286 uint32_t str_offset = str_table->ctstab_len;
292 ctf_string = CONST_CAST (char *, str_table->ctstab_estr);
302 ctfc_strtable_append_str (str_table, ctf_string)
323 ctf_strtable_t *str_table = ctfc_get_strtab (ctfc, aux_str); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ctfc.cc 259 ctfc_strtable_append_str (ctf_strtable_t * str_table, const char * str)
266 if (!str_table->ctstab_head)
267 str_table->ctstab_head = ctf_string;
270 if (str_table->ctstab_tail)
271 str_table->ctstab_tail->cts_next = ctf_string;
273 str_table->ctstab_tail = ctf_string;
280 ctfc_strtable_add_str (ctf_strtable_t * str_table, const char * name,
286 uint32_t str_offset = str_table->ctstab_len;
292 ctf_string = CONST_CAST (char *, str_table->ctstab_estr);
302 ctfc_strtable_append_str (str_table, ctf_string)
323 ctf_strtable_t *str_table = ctfc_get_strtab (ctfc, aux_str); local
    [all...]
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_util_tester.c 147 static const CONFIG_STR_TABLE str_table[] = { local
163 CA_TEST_MAIN_STR_TABLE(str_table),
bounce.c 692 static const CONFIG_STR_TABLE str_table[] = { local
716 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c 189 static const CONFIG_STR_TABLE str_table[] = { variable
405 get_mail_conf_str_table(str_table);
  /src/external/ibm-public/postfix/dist/src/postqueue/
postqueue.c 338 static const CONFIG_STR_TABLE str_table[] = { variable
659 get_mail_conf_str_table(str_table);
  /src/external/ibm-public/postfix/dist/src/showq/
showq.c 428 CONFIG_STR_TABLE str_table[] = { local
440 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/virtual/
virtual.c 543 static const CONFIG_STR_TABLE str_table[] = { local
566 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/gpl3/binutils/dist/binutils/
od-elf32_avr.c 166 char *str_table = (char *) stroffset_table + stroffset_table_size; local
167 device->name = str_table + device_name_index;
  /src/external/gpl3/binutils.old/dist/binutils/
od-elf32_avr.c 166 char *str_table = (char *) stroffset_table + stroffset_table_size; local
167 device->name = str_table + device_name_index;
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.c 675 static const CONFIG_STR_TABLE str_table[] = { local
728 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/pickup/
pickup.c 607 static const CONFIG_STR_TABLE str_table[] = { local
630 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd.c 841 static const CONFIG_STR_TABLE str_table[] = { local
862 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
trivial-rewrite.c 613 static const CONFIG_STR_TABLE str_table[] = { local
662 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/verify/
verify.c 750 static const CONFIG_STR_TABLE str_table[] = { local
771 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/local/
local.c 940 static const CONFIG_STR_TABLE str_table[] = { local
989 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/proxymap/
proxymap.c 821 static const CONFIG_STR_TABLE str_table[] = { local
879 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.c 758 static const CONFIG_STR_TABLE str_table[] = { local
819 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/milter/
milter.c 630 static ATTR_OVER_STR str_table[] = { variable
676 link_override_table_to_variable(str_table, my_protocol);
677 link_override_table_to_variable(str_table, my_def_action);
705 CA_ATTR_OVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/pipe/
pipe.c 1391 static const CONFIG_STR_TABLE str_table[] = { local
1403 CA_MAIL_SERVER_STR_TABLE(str_table),
  /src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c 588 static const CONFIG_STR_TABLE str_table[] = { variable
1163 get_mail_conf_str_table(str_table);
  /src/external/ibm-public/postfix/dist/src/tlsmgr/
tlsmgr.c 1060 static const CONFIG_STR_TABLE str_table[] = { local
1096 CA_MAIL_SERVER_STR_TABLE(str_table),

Completed in 39 milliseconds

1 2