Searched refs:installed (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-13-stable/contrib/kyua/utils/
H A Dsanity.cpp96 /// The handler is installed with SA_RESETHAND, so this is safe to do. We
178 /// ensure that a signal handler for fatal crash signals is installed.
186 static bool installed = false; local
187 PRE(!installed);
193 installed = true;
/freebsd-13-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd14 rem Check Wget installed
16 if /I "%wget%"=="" echo Wget not found. If installed, add path to PATH environment variable. & exit 1
H A Dwarmup.cmd14 rem Check dig installed
16 if /I "%dig%"=="" echo Dig not found. If installed, add path to PATH environment variable. & exit 1
H A Dunbound_cache.cmd15 rem Check Unbound installed
/freebsd-13-stable/contrib/apr-util/
H A Dapu-config.in53 --bindir print location where binaries are installed
55 --includedir print location where headers are installed
86 if test "$location" = "installed"; then
130 if test "$location" = "installed"; then
142 if test "$location" = "installed"; then
163 if test "$location" = "installed"; then
172 # installed and the LA_FILE does not exist, assume to use -L/-l
173 # (the LA_FILE may not have been installed). If we're building ourselves,
177 elif test "$location" = "installed"; then
/freebsd-13-stable/share/mk/
H A Dsuite.test.mk19 # If 'yes', a Kyuafile exists in the source tree and is installed into
23 # programs built by the Makefile and is installed into TESTSDIR. This is the
26 # If 'no', no Kyuafile is installed.
95 echo "kyua binary not installed at expected location (${.TARGET})"; \
H A Dgoogletest.test.mk24 # Test programs registered in this manner are set to be installed into TESTSDIR
H A Dsrc.lua.mk15 # installed to, along with the name of the internal command. The default
H A Dbsd.doc.mk12 # DESTDIR Change the tree where the documents get installed. [not set]
23 # compressed when they are installed. [not set]
H A Dbsd.info.mk12 # DESTDIR Change the tree where the info files gets installed. [not set]
57 # compressed when they are installed. [not set]
H A Dbsd.test.mk36 # installed under /usr/tests/ and that Kyua won't be able to run them.
48 # installed and thus won't cause false negatives.
H A Dplain.test.mk18 # Test programs registered in this manner are set to be installed into TESTSDIR
H A Dbsd.own.mk9 # DESTDIR Change the tree where the file gets installed. [not set]
12 # gets installed (see /usr/src/release/Makefile). [not set]
282 # Pointer to the top directory into which tests are installed. Should not be
H A Datf.test.mk18 # Test programs registered in this manner are set to be installed into TESTSDIR
H A Dtap.test.mk20 # Test programs registered in this manner are set to be installed into TESTSDIR
H A Dbsd.man.mk9 # DESTDIR Change the tree where the man pages gets installed. [not set]
22 # MAN The manual pages to be installed. For sections see
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL18 installed properly. We do not claim to know them all, but experience
26 You MUST have at least Perl version 5.10.0 installed. This minimum
73 these modules aren't already installed on the system.
103 Note that this runs all the tests that the module to be installed
/freebsd-13-stable/contrib/apr/
H A Dapr-config.in58 --bindir print location where binaries are installed
59 --includedir print location where headers are installed
94 if test "$location" = "installed"; then
123 if test "$location" = "installed"; then
155 if test "$location" = "installed"; then
169 if test "$location" = "installed"; then
184 if test "$location" = "installed"; then
194 # installed and the LA_FILE does not exist, assume to use -L/-l
195 # (the LA_FILE may not have been installed). If we're building ourselves,
199 elif test "$location" = "installed"; the
[all...]
/freebsd-13-stable/share/examples/ipfw/
H A Dchange_rules.sh149 The new rules are now installed. The previous rules have been preserved in
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DDebugLib.h427 Macro that calls DebugAssert() if a protocol is already installed in the
456 _ASSERT (Guid already installed in database); \
460 _ASSERT (Guid already installed on Handle); \
/freebsd-13-stable/contrib/byacc/
H A Dvmsbuild.com2 $! VMS build-script for BYACC. Requires installed C compiler
/freebsd-13-stable/sys/conf/
H A Ddtb.build.mk24 # these DTS are vendored and should be installed into their vendored directory.
H A Dkern.post.mk54 # installed in different directories. Setting it to "" restores the historical
61 # Default prefix used for modules installed from ports
66 # Default to installing all modules installed by ports unless overridden
110 # installed files
/freebsd-13-stable/sys/netinet6/
H A Dnd6_rtr.c703 new->installed = 1;
746 dr->installed = 0;
769 if (dr->installed) {
986 if (dr->installed && dr->ifp->if_fib == fibnum) {
996 "one router is installed\n");
1003 * Otherwise, if we have an installed router, check if the selected
1004 * (reachable) router should really be preferred to the installed one.
1042 * than the installed one, remove the installed router and
1086 * router is still installed i
[all...]
/freebsd-13-stable/lib/geom/part/
H A Dgeom_part.c1157 int installed, fd; local
1159 installed = 0;
1186 installed++;
1191 if (installed == 0)

Completed in 124 milliseconds

123