Home
last modified time | relevance | path

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

1234567

/openbsd/regress/sys/kern/setuid/
H A DMakefile38 REGRESS_TARGETS+= run-regress-suidexec-on-inherit-inherit
42 REGRESS_TARGETS+= run-regress-sgidexec-on-inherit-inherit
100 run-regress-suidexec-on-inherit-on: install
102 run-regress-suidexec-off-on-inherit: install
104 run-regress-suidexec-on-inherit-inherit: install
108 run-regress-suidexec-real-exec-inherit: install
112 run-regress-suidexec-saved-exec-inherit: install
115 run-regress-sgidexec-on-inherit-on: install
117 run-regress-sgidexec-off-on-inherit: install
119 run-regress-sgidexec-on-inherit-inherit: install
[all …]
/openbsd/regress/lib/libcrypto/x509/rfc3779/
H A Drfc3779.c994 int inherit; member
1022 .inherit = 0,
1028 .inherit = 0,
1034 .inherit = 0,
1040 .inherit = 1,
1064 .inherit = 0,
1070 .inherit = 0,
1076 .inherit = 0,
1099 .inherit = 0,
1105 .inherit = 0,
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmkmap-symver.awk61 inherit[$2] = $3;
95 if (inherit[lib])
96 output(inherit[lib]);
116 if (inherit[l] == lib)
117 inherit[l] = inherit[lib];
119 else if (inherit[lib])
120 printf("} %s;\n", inherit[lib]);
H A Dlibgcc-std.ver183 %inherit GCC_3.3 GCC_3.0
192 %inherit GCC_3.3.1 GCC_3.3
198 %inherit GCC_3.3.2 GCC_3.3.1
202 %inherit GCC_3.3.4 GCC_3.3.2
/openbsd/gnu/gcc/gcc/
H A Dmkmap-symver.awk67 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[lib]);
H A Dlibgcc-std.ver179 %inherit GCC_3.3 GCC_3.0
188 %inherit GCC_3.3.1 GCC_3.3
194 %inherit GCC_3.3.2 GCC_3.3.1
197 %inherit GCC_3.3.4 GCC_3.3.2
203 %inherit GCC_3.4 GCC_3.3.4
220 %inherit GCC_3.4.2 GCC_3.4
227 %inherit GCC_3.4.4 GCC_3.4.2
237 %inherit GCC_4.0.0 GCC_3.4.4
256 %inherit GCC_4.1.0 GCC_4.0.0
260 %inherit GCC_4.2.0 GCC_4.1.0
/openbsd/lib/librthread/
H A Drthread_sched.c102 pthread_attr_getinheritsched(const pthread_attr_t *attrp, int *inherit) in pthread_attr_getinheritsched() argument
104 *inherit = (*attrp)->sched_inherit; in pthread_attr_getinheritsched()
110 pthread_attr_setinheritsched(pthread_attr_t *attrp, int inherit) in pthread_attr_setinheritsched() argument
112 if (inherit != PTHREAD_INHERIT_SCHED && in pthread_attr_setinheritsched()
113 inherit != PTHREAD_EXPLICIT_SCHED) in pthread_attr_setinheritsched()
115 (*attrp)->sched_inherit = inherit; in pthread_attr_setinheritsched()
/openbsd/usr.bin/ktrace/
H A Dktrace.c64 int append, ch, fd, inherit, ops, pidset, trpoints; in main() local
73 append = ops = pidset = inherit = pid = 0; in main()
88 inherit = 1; in main()
131 inherit = 1; in main()
158 if (inherit) in main()
197 if (setenv("LD_TRACE_PLT", inherit ? "i" : "", 1) < 0) in main()
/openbsd/usr.bin/mandoc/
H A Dmandoc.css30 border-color: inherit; }
37 color: inherit;
38 font: inherit;
197 font-family: inherit; }
200 font-family: inherit; }
203 font-family: inherit; }
209 font-family: inherit; }
221 font-family: inherit; }
225 font-family: inherit; }
230 font-family: inherit; }
[all …]
/openbsd/gnu/llvm/llvm/docs/_ocamldoc/
H A Dstyle.css9 font-weight: inherit; font-style:inherit; font-family:inherit;
10 line-height: inherit; vertical-align: baseline; text-align:inherit;
11 color:inherit; background: transparent; }
26 pre code { font-size : inherit; }
/openbsd/libexec/ld.so/
H A Dtrace.c45 int inherit; in _dl_trace_setup() local
64 inherit = *var != '\0'; in _dl_trace_setup()
65 if (!inherit) in _dl_trace_setup()
77 if (!inherit) in _dl_trace_setup()
/openbsd/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DTarget.td19 // Definitions that inherit from LLT define types that will be used in the
29 // Definitions that inherit from this may also inherit from
52 // Definitions that inherit from this may also inherit from GISDNodeXFormEquiv
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dlibgcc-sparc-glibc.ver12 %inherit GCC_3.0 GLIBC_VER
47 %inherit GCC_LDBL_3.0 GCC_3.0
54 %inherit GCC_LDBL_4.0.0 GCC_4.0.0
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlibgcc-std.ver179 %inherit GCC_3.3 GCC_3.0
188 %inherit GCC_3.3.1 GCC_3.3
194 %inherit GCC_3.3.2 GCC_3.3.1
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dlibgcc-alpha-ldbl.ver18 %inherit GCC_LDBL_3.0 GCC_3.0
25 %inherit GCC_LDBL_4.0.0 GCC_4.0.0
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DStack.pm26 $hub->inherit($self->[-1], %params);
86 $hub->inherit($self->[-1]) if @$self;
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/
H A DSubtest.pm13 sub inherit { subroutine
17 $self->SUPER::inherit($from);
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Dlibgcc-glibc.ver12 %inherit GCC_3.0 GLIBC_2.0
30 %inherit GCC_3.0 GLIBC_2.2
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DTCPSocket.cpp271 auto inherit = this->m_child_processes_inherit; in Accept() local
272 auto io_sp = IOObjectSP(new TCPSocket(socket.first, false, inherit)); in Accept()
274 io_sp, [fd, inherit, &sock, &AcceptAddr, &error, in Accept()
277 sock = AcceptSocket(fd, &AcceptAddr.sockaddr(), &sa_len, inherit, in Accept()
/openbsd/gnu/gcc/gcc/config/s390/
H A Dlibgcc-glibc.ver12 %inherit GCC_3.0 GLIBC_2.0
30 %inherit GCC_3.0 GLIBC_2.2
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dnto-procfs.c969 struct inheritance inherit; in procfs_create_inferior() local
1041 memset (&inherit, 0, sizeof (inherit)); in procfs_create_inferior()
1045 inherit.nd = nto_node(); in procfs_create_inferior()
1046 inherit.flags |= SPAWN_SETND; in procfs_create_inferior()
1047 inherit.flags &= ~SPAWN_EXEC; in procfs_create_inferior()
1049 inherit.flags |= SPAWN_SETGROUP | SPAWN_HOLD; in procfs_create_inferior()
1050 inherit.pgroup = SPAWN_NEWPGROUP; in procfs_create_inferior()
1051 pid = spawnp (argv[0], 3, fds, &inherit, argv, in procfs_create_inferior()
/openbsd/gnu/llvm/lld/docs/llvm-theme/
H A Dtheme.conf2 inherit = basic
/openbsd/gnu/llvm/llvm/docs/_themes/llvm-theme/
H A Dtheme.conf2 inherit = basic
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
H A Drun_subtest_inherit.t8 # Test a subtest that should inherit the trace from the tool that calls it
28 # Test a subtest that should NOT inherit the trace from the tool that calls it
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DHub.pm16 sub inherit { subroutine

1234567