HomeSort by: relevance | last modified time | path
    Searched defs:export_flags (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postmulti/
postmulti.c 1039 int export_flags = 0; local
1051 export_flags |= EXP_FLAG_MULTI_NAME;
1058 export_flags |= EXP_FLAG_MULTI_GROUP;
1060 return (export_flags);
1209 static void export_helper_environment(INSTANCE *target, int export_flags)
1256 if (export_flags & EXP_FLAG_MULTI_DIRS) {
1271 if (export_flags & EXP_FLAG_MULTI_NAME)
1275 if (export_flags & EXP_FLAG_MULTI_GROUP)
1291 int *export_flags)
1298 *export_flags |
1308 int export_flags; local
1364 int export_flags; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 1582 long export_flags; /* Reserved - should be zero. */
1668 edt.export_flags = bfd_get_32 (abfd, data + 0);
1688 _("Export Flags \t\t\t%lx\n"), (unsigned long) edt.export_flags);
1581 long export_flags; \/* Reserved - should be zero. *\/ member in struct:EDT_type
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 1570 long export_flags; /* Reserved - should be zero. */
1656 edt.export_flags = bfd_get_32 (abfd, data + 0);
1676 _("Export Flags \t\t\t%lx\n"), (unsigned long) edt.export_flags);
1569 long export_flags; \/* Reserved - should be zero. *\/ member in struct:EDT_type
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 1565 long export_flags; /* Reserved - should be zero. */
1651 edt.export_flags = bfd_get_32 (abfd, data + 0);
1671 _("Export Flags \t\t\t%lx\n"), (unsigned long) edt.export_flags);
1564 long export_flags; \/* Reserved - should be zero. *\/ member in struct:EDT_type
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 1564 long export_flags; /* Reserved - should be zero. */
1650 edt.export_flags = bfd_get_32 (abfd, data + 0);
1670 _("Export Flags \t\t\t%lx\n"), (unsigned long) edt.export_flags);
1563 long export_flags; \/* Reserved - should be zero. *\/ member in struct:EDT_type

Completed in 38 milliseconds