/openbsd-src/gnu/usr.bin/cvs/windows-NT/ |
H A D | run.c | 367 /* Given a handle, make an inheritable duplicate of it, and close 370 inheritable (HANDLE in) in inheritable() function 399 make the only the handle for the pipe's reading end inheritable. 401 writing end inheritable. Return 0 if we succeed, -1 if we fail. 416 DuplicateHandle to make the appropriate ends inheritable. */ 431 read = inheritable (read); in my_pipe() 433 write = inheritable (write); in my_pipe()
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/ |
H A D | META-1_1.yml | 11 Class::Data::Inheritable: 0.02
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/ |
H A D | META-1_1.yml | 10 Class::Data::Inheritable: 0.02
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_win.cpp | 251 nullptr, // Process handle not inheritable in StartSymbolizerSubprocess() 252 nullptr, // Thread handle not inheritable in StartSymbolizerSubprocess()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/ |
H A D | cma_attr.h | 127 * Inheritable scheduling policy
|
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/ |
H A D | CBuilder.pm | 14 # More importantly, don't make it an inheritable method.
|
/openbsd-src/gnu/llvm/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 188 // Search for the closest inheritable default namespace, starting on (and 190 // nullptr if there are no inheritable default namespaces.
|
/openbsd-src/gnu/usr.bin/perl/dist/base/lib/ |
H A D | base.pm | 289 each have inheritable fields the 'base' pragma will croak. See L<fields>
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPC.td | 336 // [ features that Power8 does not support but inheritable ] 338 // [ features that Power8 does not support and not inheritable ]
|
/openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
H A D | BackEnds.rst | 292 separated out into multiple categories: attributes, inheritable attributes, and 293 inheritable parameter attributes. This categorization happens automatically
|
/openbsd-src/gnu/usr.bin/perl/lib/ |
H A D | DB.pm | 170 # Client callable (read inheritable) methods defined after this point
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | Attr.td | 608 /// An inheritable attribute is inherited by later redeclarations. 646 /// An inheritable parameter attribute is inherited by later 3945 // FIXME: This attribute is not inheritable, it will not be propagated to 3947 // fixed in TableGen (by probably adding a new inheritable flag).
|
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | fixincl.c | 259 receive the signal. A different setting is inheritable */
|
/openbsd-src/gnu/gcc/fixincludes/ |
H A D | fixincl.c | 238 receive the signal. A different setting is inheritable */ in initialize()
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2413 bool Inheritable = false; in emitAttributes() local 2420 Inheritable = true; in emitAttributes() 2691 if (Inheritable) { in emitAttributes()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | collect2.c | 815 receive the signal. A different setting is inheritable */ in main()
|
H A D | protoize.c | 4393 receive the signal. A different setting is inheritable */
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3573 // If any of the declaration in the chain contains an Inheritable attribute, in attachPreviousDecl() 3576 // be extended for all inheritable attributes. in attachPreviousDecl()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | collect2.c | 890 receive the signal. A different setting is inheritable */
|
H A D | protoize.c | 4532 receive the signal. A different setting is inheritable */
|
H A D | c-decl.c | 2204 /* But not if it is inherited and wasn't declared to be inheritable. */
|
H A D | gcc.c | 5977 receive the signal. A different setting is inheritable */
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32.c | 3593 /* CreateProcess() requires inheritable handles */ in do_popen()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 5335 /* `operator=' is not an inheritable operator. */
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 5679 /* `operator=' is not an inheritable operator. */ in build_modify_expr()
|