| /src/tests/rump/rumpkern/ |
| t_lwproc.c | 112 ATF_TC(inherit); variable 113 ATF_TC_HEAD(inherit, tc) 116 atf_tc_set_md_var(tc, "descr", "new processes inherit creds from " 120 ATF_TC_BODY(inherit, tc) 310 ATF_TP_ADD_TC(tp, inherit);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fcntl.c | 64 BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE; local 94 inherit, /* InheritHandle */
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fcntl.c | 64 BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE; local 94 inherit, /* InheritHandle */
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| mtsm.cpp | 407 * inherit - scan the stack and collects inherited values. 410 void mtsm::inherit(statem *s, int reset_bool) function in class:mtsm 448 inherit(s, 1); 534 inherit(s, 0);
|
| /src/sys/uvm/ |
| uvm_mmap.c | 649 syscallarg(int) inherit; 654 vm_inherit_t inherit; local 659 inherit = SCARG(uap, inherit); 665 inherit);
|
| uvm_map.c | 1283 const vm_inherit_t inherit = UVM_INHERIT(flags); local 1354 prot, maxprot, inherit, advice, 0)) { 1411 prot, maxprot, inherit, advice, 0)) { 1573 new_entry->inheritance = inherit; 3317 * => note that the inherit code is used during a "fork". see fork
|
| /src/external/gpl2/gmake/dist/w32/subproc/ |
| sub_proc.c | 264 SECURITY_ATTRIBUTES inherit; local 282 inherit.nLength = sizeof(inherit); 283 inherit.lpSecurityDescriptor = (PSECURITY_DESCRIPTOR)(&sd); 284 inherit.bInheritHandle = TRUE; 289 if (CreatePipe( &stdin_pipes[1], &stdin_pipes[0], &inherit, 0) == FALSE || 290 CreatePipe( &stdout_pipes[0], &stdout_pipes[1], &inherit, 0) == FALSE || 291 CreatePipe( &stderr_pipes[0], &stderr_pipes[1], &inherit, 0) == FALSE) { 548 TRUE, /* inherit handles (e.g. helper pipes, oserv socket) */
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 802 nullptr, // Inherit the parent's environment. 1340 struct inheritance inherit = {0}; local 1343 spawn(args.argv[0], 0, nullptr, &inherit, args.argv, GetEnviron());
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-elf.c | 877 bool *is_clone, int *inherit, bfd_vma *gnu_attr, 883 *inherit = 0; 980 else if (!*inherit && !attr 983 *inherit = *str == '+' ? 1 : -1; 1270 int inherit; local 1284 &is_clone, &inherit, 1288 if (inherit > 0) 1290 else if (inherit < 0) 1292 if (inherit) 1341 if (inherit && *input_line_pointer == ', [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-elf.c | 874 bool *is_clone, int *inherit, bfd_vma *gnu_attr) 879 *inherit = 0; 977 *inherit = *str == '+' ? 1 : -1; 1256 int inherit; local 1265 &inherit, &gnu_attr); 1267 if (inherit > 0) 1269 else if (inherit < 0) 1271 if (inherit) 1318 if (inherit && *input_line_pointer == ',' 1345 else if ((attr & (SHF_MERGE | SHF_STRINGS)) != 0 && inherit [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| x509v3.h | 749 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon2173 787 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon2175
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| class.cc | 1677 /* Don't inherit this tag multiple times. */ 1845 we don't need to inherit any tags that are also in them. */ 1860 bool inherit = DECL_P (t); 1862 if (!inherit && !warn_abi_tag) 1874 if (inherit) 1879 if (!(inherit && data.tags)) 5558 /* If FNDECL did not declare an attribute, then inherit the most 5592 /* Process virtual methods first, as they inherit directly from the 1857 bool inherit = DECL_P (t); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| class.cc | 1451 /* Don't inherit this tag multiple times. */ 1619 we don't need to inherit any tags that are also in them. */ 1634 bool inherit = DECL_P (t); 1636 if (!inherit && !warn_abi_tag) 1648 if (inherit) 1653 if (!(inherit && data.tags)) 5265 /* If FNDECL did not declare an attribute, then inherit the most 5299 /* Process virtual methods first, as they inherit directly from the 1631 bool inherit = DECL_P (t); local
|
| /src/sys/compat/netbsd32/ |
| netbsd32_syscallargs.h | 1463 syscallarg(int) inherit; member in struct:netbsd32_minherit_args
|
| /src/sys/sys/ |
| syscallargs.h | 1775 syscallarg(int) inherit; member in struct:sys_minherit_args
|