Searched refs:inherit (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dmkmap-symver.awk60 # for beginning and ending each section, and %inherit markers for
66 NF == 3 && $1 == "%inherit" {
67 inherit[$2] = $3;
106 if (inherit[lib])
107 output(inherit[lib]);
125 if (inherit[l] == lib)
126 inherit[l] = inherit[lib];
128 else if (inherit[lib])
129 printf("} %s;\n", inherit[li
[all...]
/freebsd-9.3-release/usr.bin/protect/
H A Dprotect.c75 bool descend, inherit, idset; local
80 descend = inherit = idset = false;
90 inherit = true;
111 if (inherit)
/freebsd-9.3-release/usr.bin/ktrace/
H A Dktrace.c73 int append, ch, fd, inherit, ops, trpoints; local
78 append = ops = inherit = 0;
103 inherit = 1;
131 if (inherit)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dnto-procfs.c968 struct inheritance inherit; local
1040 memset (&inherit, 0, sizeof (inherit));
1044 inherit.nd = nto_node();
1045 inherit.flags |= SPAWN_SETND;
1046 inherit.flags &= ~SPAWN_EXEC;
1048 inherit.flags |= SPAWN_SETGROUP | SPAWN_HOLD;
1049 inherit.pgroup = SPAWN_NEWPGROUP;
1050 pid = spawnp (argv[0], 3, fds, &inherit, argv,
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dmtsm.h131 void inherit(statem *, int);
H A Dmtsm.cpp405 * inherit - scan the stack and collects inherited values.
408 void mtsm::inherit(statem *s, int reset_bool) function in class:mtsm
446 inherit(s, 1);
529 inherit(s, 0);
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_addr.c89 ASN1_SIMPLE(IPAddressChoice, u.inherit, ASN1_NULL),
295 BIO_puts(out, ": inherit\n");
585 f->ipAddressChoice->u.inherit != NULL)
587 if (f->ipAddressChoice->u.inherit == NULL &&
588 (f->ipAddressChoice->u.inherit = ASN1_NULL_new()) == NULL)
607 f->ipAddressChoice->u.inherit != NULL))
1007 if (!strcmp(s, "inherit")) {
1300 * Trust anchor can't inherit.
H A Dv3_asid.c89 ASN1_SIMPLE(ASIdentifierChoice, u.inherit, ASN1_NULL),
196 * Add an inherit element.
216 OPENSSL_assert((*choice)->u.inherit == NULL);
217 if (((*choice)->u.inherit = ASN1_NULL_new()) == NULL)
574 if (!strcmp(val->value, "inherit")) {
853 * Trust anchor can't inherit.
H A Dx509v3.h679 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon105
717 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon107
/freebsd-9.3-release/sys/vm/
H A Dvm_mmap.c674 int inherit; member in struct:minherit_args
687 vm_inherit_t inherit; local
691 inherit = uap->inherit;
701 addr + size, inherit)) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1017 boolean_t inherit)
1026 (inherit ? ZPROP_SRC_NONE : ZPROP_SRC_LOCAL), value);
1016 ztest_dsl_prop_set_uint64(char *osname, zfs_prop_t prop, uint64_t value, boolean_t inherit) argument
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c1262 iarg[2] = p->inherit; /* int */
/freebsd-9.3-release/sys/kern/
H A Dsystrace_args.c1361 iarg[2] = p->inherit; /* int */
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h741 char inherit_l_[PADL_(int)]; int inherit; char inherit_r_[PADR_(int)]; member in struct:minherit_args
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8205 visitAll(RD, &InheritingConstructorInfo::inherit);
8278 void inherit(const CXXConstructorDecl *Ctor) { function in class:__anon3271::InheritingConstructorInfo
8315 /// Find the using-declaration which specified that we should inherit the
8343 // Per discussion on core reflector, never inherit a constructor which
8476 // Find base classes from which we might inherit constructors.
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex2692 % Make sure we don't inherit \rightskip from the outer environment.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2866 % Make sure we don't inherit \rightskip from the outer environment.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex2765 % Make sure we don't inherit \rightskip from the outer environment.

Completed in 349 milliseconds