HomeSort by: relevance | last modified time | path
    Searched refs:string_list_init (Results 1 - 22 of 22) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
string_list.h 26 #define string_list_init(o, f, p) \ macro
match_parent_style.c 65 string_list_init(VAR_PAR_DOM_MATCH, MATCH_FLAG_NONE,
string_list.c 11 /* STRING_LIST *string_list_init(pname, flags, pattern_list)
37 /* string_list_init() performs initializations. The pname
51 /* string_list_free() releases storage allocated by string_list_init().
117 list = string_list_init("command line", MATCH_FLAG_RETURN, argv[optind]);
user_acl.c 29 /* Authorized user name list suitable for input to string_list_init(3).
109 list = string_list_init(pname, MATCH_FLAG_NONE, acl);
resolve_local.c 74 resolve_local_list = string_list_init(VAR_MYDEST, MATCH_FLAG_RETURN,
db_common.c 266 ctx->domain = string_list_init(parser->name, MATCH_FLAG_RETURN,
  /src/external/gpl2/gettext/dist/gettext-tools/src/
str-list.h 46 extern void string_list_init (string_list_ty *slp);
po-gram-gen.y 413 string_list_init (&$$.stringlist);
431 string_list_init (&$$.stringlist);
str-list.c 36 string_list_init (string_list_ty *slp) function
po-gram-gen.c 1250 string_list_init (&yyval.stringlist.stringlist);
1269 string_list_init (&yyval.stringlist.stringlist);
xgettext.c 996 string_list_init (&xcomments);
1104 string_list_init (&shapep->xcomments);
1120 string_list_init (&shapep->xcomments);
1697 string_list_init (&savable_comment->contents);
1711 string_list_init (&savable_comment->contents);
x-perl.c 1514 string_list_init (&shapes.shapes[0].xcomments);
  /src/external/gpl2/gettext/dist/gettext-runtime/src/
envsubst.c 306 string_list_init (string_list_ty *slp) function
425 string_list_init (&variables_set);
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_masquerade.c 210 string_list_init(VAR_MASQ_EXCEPTIONS, MATCH_FLAG_RETURN,
cleanup_init.c 428 string_list_init(VAR_MASQ_EXCEPTIONS, MATCH_FLAG_RETURN,
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_sasl_glue.c 197 smtpd_sasl_mech_filter = string_list_init(VAR_SMTPD_SASL_MECH_FILTER,
smtpd_check.c 843 virt_alias_doms = string_list_init(VAR_VIRT_ALIAS_DOMS, MATCH_FLAG_NONE,
845 virt_mailbox_doms = string_list_init(VAR_VIRT_MAILBOX_DOMS, MATCH_FLAG_NONE,
996 smtpd_acl_perm_log = string_list_init(VAR_SMTPD_ACL_PERM_LOG,
6281 ptr = string_list_init(var, MATCH_FLAG_NONE, val); }
smtpd.c 6478 smtpd_noop_cmds = string_list_init(VAR_SMTPD_NOOP_CMDS, MATCH_FLAG_RETURN,
6480 smtpd_forbid_cmds = string_list_init(VAR_SMTPD_FORBID_CMDS,
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp.c 1528 smtp_use_srv_lookup = string_list_init(VAR_USE_SRV_LOOKUP,
1657 smtp_cache_dest = string_list_init(VAR_SMTP_CACHE_DEST,
smtp_sasl_glue.c 258 smtp_sasl_mechs = string_list_init(VAR_SMTP_SASL_MECHS,
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
resolve.c 822 string_list_init(VAR_VIRT_ALIAS_DOMS, MATCH_FLAG_RETURN,
827 string_list_init(VAR_VIRT_MAILBOX_DOMS, MATCH_FLAG_RETURN,
  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen.c 937 psc_forbid_cmds = string_list_init(VAR_PSC_FORBID_CMDS,

Completed in 80 milliseconds