Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/libgcc/
H A Dmkmap-symver.awk68 inherit[$2] = $3;
110 if (inherit[lib])
111 output(inherit[lib]);
129 if (inherit[l] == lib)
130 inherit[l] = inherit[lib];
132 else if (inherit[lib])
133 printf("} %s;\n", inherit[lib]);
H A Dlibgcc-std.ver.in198 %inherit GCC_3.3 GCC_3.0
207 %inherit GCC_3.3.1 GCC_3.3
213 %inherit GCC_3.3.2 GCC_3.3.1
217 %inherit GCC_3.3.4 GCC_3.3.2
223 %inherit GCC_3.4 GCC_3.3.4
240 %inherit GCC_3.4.2 GCC_3.4
247 %inherit GCC_3.4.4 GCC_3.4.2
257 %inherit GCC_4.0.0 GCC_3.4.4
276 %inherit GCC_4.1.0 GCC_4.0.0
280 %inherit GCC_4.2.0 GCC_4.1.0
[all …]
/dragonfly/stand/boot/common/
H A Dcommands.c516 char inherit; member
536 cond->inherit = CurrentCondition; in command_ifexists()
543 CurrentCondition = (cond->inherit && cond->current); in command_ifexists()
562 cond->inherit = CurrentCondition; in command_ifset()
569 CurrentCondition = (cond->inherit && cond->current); in command_ifset()
590 if (cond->inherit == 0) { in command_elseifexists()
593 cond->inherit = 0; /* can't run any more */ in command_elseifexists()
602 CurrentCondition = (cond->inherit && cond->current); in command_elseifexists()
618 CurrentCondition = (cond->inherit && cond->current); in command_else()
637 CurrentCondition = (cond->inherit && cond->current); in command_endif()
/dragonfly/usr.bin/ktrace/
H A Dktrace.c56 int append, ch, fd, inherit, ops, pid, pidset, trpoints; in main() local
62 append = ops = pid = pidset = inherit = 0; in main()
88 inherit = 1; in main()
110 if (inherit) in main()
/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_dragonfly.c123 vm_inherit_t inherit; in os_vmobj_map() local
185 inherit = shared ? VM_INHERIT_SHARE : VM_INHERIT_NONE; in os_vmobj_map()
186 rv = vm_map_inherit(map, start, start + size, inherit); in os_vmobj_map()
/dragonfly/contrib/diffutils/lib/
H A Dfcntl.c63 BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE; in dupfd() local
93 inherit, /* InheritHandle */ in dupfd()
/dragonfly/contrib/grep/lib/
H A Dfcntl.c64 BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE; in dupfd() local
94 inherit, /* InheritHandle */ in dupfd()
/dragonfly/sys/vm/
H A Dvm_mmap.c636 vm_inherit_t inherit; in sys_minherit() local
641 inherit = uap->inherit; in sys_minherit()
654 addr + size, inherit)) { in sys_minherit()
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dlibgcc-glibc.ver39 %inherit GCC_3.0 GLIBC_2.0
/dragonfly/contrib/lvm2/dist/test/
H A Dt-vgcreate-usage.sh43 not vgcreate --alloc inherit $vg $dev1 $dev2 2>err
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_addr.c144 .offset = offsetof(IPAddressChoice, u.inherit),
345 return af->ipAddressChoice->u.inherit; in IPAddressFamily_inheritance()
359 if ((af->ipAddressChoice->u.inherit = ASN1_NULL_new()) == NULL) in IPAddressFamily_set_inheritance()
H A Dx509_asid.c138 .offset = offsetof(ASIdentifierChoice, u.inherit),
409 if (((*choice)->u.inherit = ASN1_NULL_new()) == NULL) in X509v3_asid_add_inherit()
/dragonfly/contrib/gcc-4.7/libobjc/
H A DREADME37 adopts it -- it is not enough to inherit them. The flag
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h875 ASN1_NULL *inherit; member
937 ASN1_NULL *inherit; member
/dragonfly/usr.sbin/cron/doc/
H A DMAIL49 will inherit the environment of the person who ran the cron
316 will inherit the environment of the user). If nothing else it is critically
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dclass.c1477 bool inherit = DECL_P (t);
1479 if (!inherit && !warn_abi_tag)
1491 if (inherit)
1496 if (!(inherit && data.tags))
/dragonfly/sys/sys/
H A Dsysproto.h667 int inherit; char inherit_[PAD_(int)]; member
/dragonfly/games/fortune/datfiles/
H A Dmurphy1696 The meek shall inherit the earth,
1699 The meek will inherit the earth
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW1600 Rename allocation policies to contiguous, normal, anywhere, inherit.
1602 LV inherits allocation policy from VG. Defaults: LV - inherit; VG - normal
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dobjc.texi699 libraries may choose to inherit the customized constant string class
H A Dcppinternals.texi709 should inherit its spacing. In the above example, the source tokens are
H A Dgeneric.texi777 This is the minimal structure to inherit from in order for common
843 These structures should inherit from one of the existing structures in
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Drope171 // This should perhaps inherit from ostream<sequence::value_type>
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drope170 // This should perhaps inherit from ostream<sequence::value_type>
/dragonfly/contrib/gcc-8.0/gcc/
H A Dmatch.pd26 /* Generic tree predicates we inherit. */

12