Searched refs:some (Results 1 - 25 of 131) sorted by relevance

123456

/freebsd-13-stable/contrib/netbsd-tests/rump/kernspace/
H A Dlockme.c51 struct somemem *some; local
87 some = kmem_alloc(sizeof(*some), KM_SLEEP);
88 mutex_init(&some->mutexetum, MUTEX_DEFAULT, IPL_NONE);
89 kmem_free(some, sizeof(*some));
/freebsd-13-stable/usr.sbin/fmtree/test/
H A Dtest05.sh9 mkdir -p ${TMP}/mr ${TMP}/mr/optional-dir ${TMP}/mr/some-dir
10 touch ${TMP}/mr/optional-file ${TMP}/mr/some-file
/freebsd-13-stable/crypto/heimdal/
H A Dkrb5.conf22 computer = computer.some.other.domain
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-dot-parsedir.exp2 make: "<normalized>" line 34: The location can be faked in some cases.
H A Dvarname-dot-parsefile.exp2 make: "<normalized>" line 29: The location can be faked in some cases.
H A Ddollar.exp41 For some reason, multiple dollars are folded into one.
47 For some reason, multiple dollars are folded into one.
H A Ddollar.mk73 $C 'For some reason, multiple dollars are folded into one.'
78 $C 'For some reason, multiple dollars are folded into one.'
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dcommands_map_test.cpp84 ATF_TEST_CASE_WITHOUT_HEAD(some); variable
85 ATF_TEST_CASE_BODY(some)
137 ATF_ADD_TEST_CASE(tcs, some);
/freebsd-13-stable/contrib/lutok/
H A Dstack_cleaner_test.cpp46 ATF_TEST_CASE_WITHOUT_HEAD(some); variable
47 ATF_TEST_CASE_BODY(some)
105 ATF_ADD_TEST_CASE(tcs, some);
/freebsd-13-stable/share/mk/
H A Dlocal.sys.env.mk6 # some things we do only once
11 # some handy macros
13 # some useful modifiers
H A Ddirdeps-targets.mk50 # some .TARGETS need filtering
61 # some things we know we want to ignore
139 # some targets what to tweak options we might want to process now
144 # some targets are very expensive to compute dirdeps for
H A Dlocal.sys.mk57 # we can afford to use cookies to prevent some targets
82 # some targets need to be .PHONY - but not in meta mode
H A Dmeta.sys.mk122 # we can afford to use cookies to prevent some targets
128 # some targets involve old pre-built targets
164 # some targets need to be .PHONY in non-meta mode
H A Dauto.obj.mk20 # A race condition in some versions of mkdir, means that it can bail
35 # if MKOBJDIRS is set to auto (and NOOBJ isn't defined) do some magic...
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/mkdep/
H A Dt_mkdep.sh40 atf_check mkdep -f sample.d -P some/path/ sample.c
41 atf_check -o ignore grep '^some/path/sample.o:' sample.d
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dupnp_xml.c183 * s: might be some other namespace name followed by colon
184 * u: might be some other namespace name followed by colon
/freebsd-13-stable/contrib/bearssl/mk/
H A DmkT0.cmd6 rem (some of the code uses features not available in the language version
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps-targets.mk50 # some .TARGETS need filtering
61 # some things we know we want to ignore
139 # some targets want to tweak options we might want to process now
144 # some targets are very expensive to compute dirdeps for
H A Dlinks.mk16 # some platforms need something special
H A Dmeta.sys.mk121 # we can afford to use cookies to prevent some targets
127 # some targets involve old pre-built targets
163 # some targets need to be .PHONY in non-meta mode
H A Dauto.obj.mk19 # A race condition in some versions of mkdir, means that it can bail
34 # if MKOBJDIRS is set to auto (and NOOBJ isn't defined) do some magic...
H A Ddirdeps-options.mk41 # In some cases the value of MK_FOO might depend on TARGET_SPEC
55 # some options can depend on TARGET_SPEC!
H A Dsys.mk32 # some things we do only once
71 # some options we need to know early
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc75 // If this is darwin, it has some funky issues, try to solve them here. Some
/freebsd-13-stable/sys/conf/
H A Dsysent.mk26 # even though it is not an explicit input to makesyscalls.lua. For some

Completed in 214 milliseconds

123456