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

123

/freebsd-12-stable/contrib/llvm-project/lld/docs/llvm-theme/
H A Dtheme.conf2 inherit = basic
/freebsd-12-stable/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-12-stable/tests/sys/cddl/zfs/tests/inheritance/
H A Dinheritance_test.sh39 . $(atf_get_srcdir)/inherit.kshlib
40 . $(atf_get_srcdir)/inherit.cfg
H A DMakefile52 ${PACKAGE}FILES+= inherit.kshlib
58 ${PACKAGE}FILES+= inherit.cfg
/freebsd-12-stable/usr.bin/protect/
H A Dprotect.c77 bool descend, inherit, idset; local
82 descend = inherit = idset = false;
92 inherit = true;
113 if (inherit)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.h120 revision), that path may inherit mergeinfo from its nearest parent
143 svn_mergeinfo_inheritance_t inherit,
165 svn_mergeinfo_inheritance_t inherit,
198 svn_mergeinfo_inheritance_t inherit,
217 svn_mergeinfo_inheritance_t inherit,
256 svn_mergeinfo_inheritance_t inherit,
285 svn_mergeinfo_inheritance_t inherit,
/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_002_pos.ksh99 # Define inherit flag
132 # Define the nodes which will be affected by inherit.
134 typeset inherit=$1
143 # isinherit: indicate if the current target is in the inherit list.
144 # step: indicate if the ACE be split during inherit.
189 # inherit all inheritable ACL entries without any
199 # only inherit inheritable ACE that specify "deny" permissions
202 # will not inherit any ACL entries
205 case $inherit in
243 # then clear all inherit flag
[all...]
H A Dzfs_acl_chmod_inherit_003_pos.ksh99 # Define inherit flag
133 # Define the nodes which will be affected by inherit.
135 typeset inherit=$1
144 # isinherit: indicate if the current target is in the inherit list.
145 # step: indicate if the ACE be split during inherit.
190 # inherit all inheritable ACL entries without any
200 # only inherit inheritable ACE that specify "deny" permissions
203 # will not inherit any ACL entries
206 case $inherit in
254 # then clear all inherit flag
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_inherit/
H A Dzfs_inherit_001_neg.ksh41 # 'zfs inherit' should return an error when attempting to inherit
46 # 2. For each property in the array, execute 'zfs inherit'
74 log_assert "'zfs inherit' should return an error when attempting to inherit" \
83 log_mustnot $ZFS inherit ${prop[i]} $obj
95 log_pass "'zfs inherit' failed as expected when attempting to inherit" \
H A Dzfs_inherit_003_pos.ksh42 # 'zfs inherit' should return an error with bad parameters in one command.
45 # 1. Set an array of bad options and invlid properties to 'zfs inherit'
46 # 2. Execute 'zfs inherit' with bad options and passing invlid properties
71 log_assert "'zfs inherit' should inherit user property."
92 log_must $ZFS inherit $prop_name $ds@$TESTSNAP
104 log_pass "'zfs inherit' inherit user property."
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmergeinfo.c60 svn_mergeinfo_inheritance_t inherit;
157 svn_inheritance_to_word(mergeinfo_ctx->inherit),
192 svn_mergeinfo_inheritance_t inherit,
214 mergeinfo_ctx->inherit = inherit;
59 svn_mergeinfo_inheritance_t inherit; member in struct:mergeinfo_context_t
187 svn_ra_serf__get_mergeinfo(svn_ra_session_t *ra_session, svn_mergeinfo_catalog_t *catalog, const apr_array_header_t *paths, svn_revnum_t revision, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, apr_pool_t *pool) argument
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_share/
H A Dzfs_share_003_pos.ksh72 log_must $ZFS inherit -r sharenfs ${fs[((i + 1))]}
/freebsd-12-stable/usr.bin/ktrace/
H A Dktrace.c75 int append, ch, fd, inherit, ops, trpoints; local
80 append = ops = inherit = 0;
105 inherit = 1;
133 if (inherit)
/freebsd-12-stable/tests/sys/cddl/zfs/tests/grow_pool/
H A Dgrow_pool_001_pos.ksh86 log_must $ZFS inherit compression $TESTPOOL/$TESTFS
/freebsd-12-stable/tests/sys/cddl/zfs/tests/grow_replicas/
H A Dgrow_replicas_001_pos.ksh95 log_must $ZFS inherit compression $TESTPOOL/$TESTFS
/freebsd-12-stable/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_011_pos.ksh41 # Changes made by 'zfs inherit' can be properly received.
69 log_assert "Verify changes made by 'zfs inherit' can be properly received."
85 $ZFS inherit $prop $ds
87 log_fail "$ZFS inherit $prop $ds"
93 $ZFS inherit $prop $POOL/$FS/vol
95 log_fail "$ZFS inherit $prop $POOL/$FS/vol"
137 log_pass "Changes made by 'zfs inherit' can be properly received."
H A Drsend_012_pos.ksh79 typeset props=$($ZFS inherit 2>&1 | \
119 log_must $ZFS inherit $prop $POOL
120 log_must $ZFS inherit $prop $POOL2
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_lwproc.c112 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);
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_fs_private.h187 * See svn_fs_get_mergeinfo3() but for the meanings of @a inherit and
194 svn_mergeinfo_inheritance_t inherit,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Ddeprecated.c157 svn_mergeinfo_inheritance_t inherit,
164 SVN_ERR(svn_fs_get_mergeinfo3(root, paths, inherit,
178 svn_mergeinfo_inheritance_t inherit,
183 inherit,
153 svn_fs_get_mergeinfo2(svn_mergeinfo_catalog_t *catalog, svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
174 svn_fs_get_mergeinfo(svn_mergeinfo_catalog_t *catalog, svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, apr_pool_t *pool) argument
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dzfs_set_common.kshlib108 $ZFS inherit $prop $dt
109 (($? != 0)) && log_must $ZFS inherit $prop $dt
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp256 auto inherit = this->m_child_processes_inherit; local
257 auto io_sp = IOObjectSP(new TCPSocket(socket.first, false, inherit));
259 io_sp, [fd, inherit, &sock, &AcceptAddr, &error,
262 sock = AcceptSocket(fd, &AcceptAddr.sockaddr(), &sa_len, inherit,
/freebsd-12-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h121 apr_int32_t inherit; member in struct:apr_socket_t
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c1068 TC_FORK_STREAMS(capture, CAPTURE, inherit, INHERIT);
1074 TC_FORK_STREAMS(connect, CONNECT, inherit, INHERIT);
1080 TC_FORK_STREAMS(default, DEFAULT, inherit, INHERIT);
1083 TC_FORK_STREAMS(inherit, INHERIT, capture, CAPTURE);
1084 TC_FORK_STREAMS(inherit, INHERIT, connect, CONNECT);
1085 TC_FORK_STREAMS(inherit, INHERIT, default, DEFAULT);
1086 TC_FORK_STREAMS(inherit, INHERIT, inherit, INHERIT);
1087 TC_FORK_STREAMS(inherit, INHERIT, redirect_fd, REDIRECT_FD);
1088 TC_FORK_STREAMS(inherit, INHERI
[all...]
/freebsd-12-stable/contrib/apr/network_io/unix/
H A Dsockets.c198 (*new)->inherit = 0;
382 (*new)->inherit = 0;
544 (*apr_sock)->inherit = 0;
570 APR_IMPLEMENT_INHERIT_SET(socket, inherit, pool, socket_cleanup)
572 APR_IMPLEMENT_INHERIT_UNSET(socket, inherit, pool, socket_cleanup)

Completed in 3025 milliseconds

123