Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/postmulti/
H A Dpostmulti.c1039 int export_flags = 0; in do_name_assignments() local
1051 export_flags |= EXP_FLAG_MULTI_NAME; in do_name_assignments()
1058 export_flags |= EXP_FLAG_MULTI_GROUP; in do_name_assignments()
1060 return (export_flags); in do_name_assignments()
1209 static void export_helper_environment(INSTANCE *target, int export_flags) in export_helper_environment() argument
1256 if (export_flags & EXP_FLAG_MULTI_DIRS) { in export_helper_environment()
1271 if (export_flags & EXP_FLAG_MULTI_NAME) in export_helper_environment()
1275 if (export_flags & EXP_FLAG_MULTI_GROUP) in export_helper_environment()
1291 int *export_flags) in install_new_instance() argument
1298 *export_flags |= in install_new_instance()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c1537 long export_flags; /* Reserved - should be zero. */ in pe_print_edata() member
1627 edt.export_flags = bfd_get_32 (abfd, data + 0); in pe_print_edata()
1647 _("Export Flags \t\t\t%lx\n"), (unsigned long) edt.export_flags); in pe_print_edata()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c1553 long export_flags; /* Reserved - should be zero. */ in pe_print_edata() member
1639 edt.export_flags = bfd_get_32 (abfd, data + 0); in pe_print_edata()
1659 _("Export Flags \t\t\t%lx\n"), (unsigned long) edt.export_flags); in pe_print_edata()