Searched refs:will (Results 1 - 25 of 248) sorted by relevance

12345678910

/freebsd-current/contrib/bmake/unit-tests/
H A Dexport-all.mk13 # this will cause trouble (recursing if we let it)
15 # this will be ok
H A Dvar-op-assign.exp1 this will be evaluated later
H A Ddotwait.mk21 # then the target names will differ only in an alphabetic component
24 # then the target names will differ in numeric components, such that
31 # be made in parallel will thus print the same strings, so that the
H A Dvarmod-order-shuffle.mk18 # randomized orderings will be the same. The test framework doesn't
20 # 3 :Ox tests will incorrectly fail with probability 2.756E-7, which
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dbasic.t18 We will put value of \$v (which is "abc") here -> {\$v}
19 We will evaluate 1+1 here -> {1 + 1}
46 We will put value of \$v (which is "abc") here -> abc
47 We will evaluate 1+1 here -> 2
51 We will put value of \$v (which is "abc") here -> ABC
52 We will evaluate 1+1 here -> 2
86 'We will put value of $v (which is "abc") here -> {$v}', "\n",
87 'We will evaluate 1+1 here -> {1+1}', "\n"
/freebsd-current/release/packages/
H A Dgenerate-ucl.lua7 in the <sourceucl>) will be expanded to <variablevalue>.
9 The undefined variables will reamin unmofifier "${variablename}"
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh51 * Use two enablings of the same probe, so that cpu 0 will always
91 # dtrace outputs a blank line at the end, which will sort to the beginning,
/freebsd-current/share/mk/
H A Dlocal.meta.sys.env.mk9 # silent will hide command output if a .meta file is created.
H A Dauto.obj.mk5 # This file is provided in the hope that it will
23 # If we get to the end of the loop, a plain mkdir will issue an error.
35 # This will automatically create objdirs as needed.
56 # This will actually make it...
/freebsd-current/contrib/wpa/src/wps/
H A Dupnp_xml.c52 * entire tree hierarchy, because the plain labels we are looking for will be
76 * as &lt; and &gt; so they will not trouble us.
185 * actionName will be replaced according to action requested
186 * schema following actionName will be WFA scheme instead
187 * argumentName will be actual argument name
188 * (in arg value) will be actual argument value
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A Dfallback.pm32 that later "use" or "require" statements will find modules which are not
50 If you try to add a file to @INC as follows, you will be warned, and the file
51 will be ignored:
57 All these sub-directories will be appended to @INC.
/freebsd-current/contrib/bmake/mk/
H A Dsys.debug.mk7 # This file is provided in the hope that it will
20 # will apply DEBUG_MAKE_FLAGS now.
H A Dauto.dep.mk8 # This file is provided in the hope that it will
22 # set MKDEP_MK=auto.dep.mk and dep.mk will include us
31 # dep.mk will handle that itself.
65 # this what bmake > 20100401 will look for
H A Dsrctop.mk7 # This file is provided in the hope that it will
19 # if using mk(1) SB will be set.
46 # directory will hang. So avoid looking above /a/b
H A Dhost.libnames.mk5 # This file is provided in the hope that it will
H A Dlibnames.mk7 # This file is provided in the hope that it will
H A Dauto.obj.mk7 # This file is provided in the hope that it will
25 # If we get to the end of the loop, a plain mkdir will issue an error.
37 # This will automatically create objdirs as needed.
58 # This will actually make it...
H A Dsys.clean-env.mk7 # This file is provided in the hope that it will
23 # The actuall list of variables from the environment that will be
59 # This is the actual list that we will save
112 # otherwise the environment will be ruined when we evaluate them below.
/freebsd-current/crypto/openssh/
H A DMakefile.in428 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
433 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
443 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm74 C<Text::Template::Preprocessor> will use this subroutine to preprocess
77 The preprocessor subroutine will be called repeatedly, once for each
78 program fragment. The program fragment will be in C<$_>. The
80 C<Text::Template::Preprocess> will then execute contents of C<$_> and
117 Then use C<PREPROCESSOR =E<gt> \&quote_scripts>. This will transform
/freebsd-current/share/examples/ipfw/
H A Dchange_rules.sh32 # Invoke this script to edit ${firewall_script}. It will call ${EDITOR},
43 # the previous ones will be copied to ${firewall_script}.{date}. Mail
44 # will also be sent to root with a unified diff of the rule change.
124 The rules will be changed now. If the message 'Type y to keep the new
126 seconds, the original rules will be restored.
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_memintrinsics.inc108 // On OS X, calling internal_memcpy here will cause memory corruptions,
H A Dsanitizer_malloc_mac.inc40 // Used to track changes to the allocator that will affect
64 new_zone->zone_name = NULL; // The name will be changed anyway.
66 // Library functions that need to modify the zone will set PROT_WRITE on it.
256 // A no-op -- we will not be destroyed!
/freebsd-current/crypto/openssl/
H A Dconfig.com9 $ ! Very simple for the moment, it will take the following arguments:
44 Any other text will be passed to the Configure perl script.
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc22 // type (e.g. float -> double), then this routine will not do what you want it
47 // Any reasonable optimizer will fold and propagate all of these.

Completed in 139 milliseconds

12345678910