/freebsd/contrib/bmake/unit-tests/ |
H A D | impsrc.mk | 25 # Therefore $< is available here. 29 # therefore it is available as $<. 33 # Therefore POSIX does not specify that $< be available here. 39 # Therefore $< is not available here.
|
H A D | var-op-default.mk | 6 # The variable VAR is not defined yet. Therefore it gets the default value 13 # At this point, the variable 'VAR' is already defined. The '?=' therefore 21 # An empty variable is defined, therefore the '?=' operator does nothing. 44 # it expands the variable name exactly once. Therefore both 'VAR.param'
|
H A D | varmod-assign.mk | 14 # operator '?=' only has an effect for the first time, therefore the variable 22 # operator '=' overwrites the previous value, therefore the variable LAST ends 30 # operator '+=' appends 3 times to the variable, therefore the variable 49 # Tests for nested assignments, which are hard to read and therefore seldom 52 # The condition "1" is true, therefore THEN1 gets assigned a value, 58 # The condition "0" is false, therefore ELSE2 gets assigned a value, 88 # name. The name of the expression is "VAR", therefore assigning to
|
H A D | var-op-assign.mk | 42 # This alone would not produce any side-effects, therefore the variable has 58 # The following line therefore generates a parse error. 93 # Therefore, just output an info message.
|
H A D | varname.mk | 16 # braces and parentheses equally, therefore the first closing brace already 34 # as an escape character, therefore the parentheses still count to the nesting 35 # level, which at the end of the line is still 3. Therefore this is not a
|
H A D | directive-for-errors.mk | 16 # A slash is not whitespace, therefore this is not parsed as a .for loop. 61 # among the variables, therefore the loop is not expanded at all, it is 86 # XXX: As of 2020-12-31, Var_Subst doesn't report any errors, therefore
|
H A D | suff-incomplete.mk | 13 # This rule has no commands and no dependencies, therefore it is incomplete 19 # This rule has a dependency, therefore it is a complete transformation.
|
H A D | directive-ifdef.mk | 8 # There is no variable named 'UNDEF', therefore the condition evaluates to 38 # they evaluate to true if they are not empty, therefore this particular
|
H A D | varmod-sysv.mk | 26 # The modifier ':from=to' is therefore often combined with the modifier ':M'. 32 # word. In this case, the "from" string is empty, therefore it always 118 # interpreted) as 'anchor at the end'. Therefore the modifier was equivalent 119 # to ':e=x', which doesn't match the string "value$". Therefore the whole 196 # the whole word is too short. Therefore it doesn't match.
|
H A D | gnode-submake.mk | 23 # The command contains the word "make", therefore it is considered a 34 # The command refers to MAKE, but not in its pure form. Therefore it
|
H A D | varmod-path.mk | 6 # The phony target does not have a corresponding path, therefore ... oops, 14 # The enoent target does not exist, therefore the plain name of the target
|
H A D | varname-dollar.mk | 14 # At this point, the variable '$' is not defined. Therefore the second line 25 # At this point, the variable '$' is defined, therefore its value is printed
|
H A D | directive-elif.mk | 46 # This misspelling is in an active branch and is therefore detected. 51 # Therefore the branch continues here, even though the '.elsif' condition 60 # The misspelling is in an active branch and is therefore detected.
|
H A D | recursive.mk | 8 # whether there are unclosed variables. The variable value is therefore 34 # therefore that's acceptable. In most practical cases, the missing
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_session_id_context.pod | 29 application), which might lead to malfunctions. Therefore, each application 32 any kind of binary data with a given length, it is therefore possible 38 SSL_set_session_id_context() functions are therefore only useful on the
|
H A D | DSA_get0_pqg.pod | 47 point directly to the internal representations of the values and therefore 53 and therefore the values that have been passed in should not be freed directly 68 object, and therefore they should not be freed directly after this function has 89 in the call and may therefore I<not> be passed to DSA_set0_key(). If
|
H A D | DH_get0_pqg.pod | 52 point directly to the internal representations of the values and therefore 60 and therefore the values that have been passed in should not be freed directly 80 of the key values to the DH object, and therefore they should not be freed 112 in the call and may therefore I<not> be passed to DH_set0_key(). If
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | DSA_get0_pqg.3 | 22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, 184 point directly to the internal representations of the values and therefore 190 and therefore the values that have been passed in should not be freed directly 205 object, and therefore they should not be freed directly after this function has 225 in the call and may therefore \fInot\fR be passed to \fBDSA_set0_key()\fR. If
|
H A D | SSL_CTX_set_session_id_context.3 | 22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, 163 application), which might lead to malfunctions. Therefore, each application 166 any kind of binary data with a given length, it is therefore possible 172 \&\fBSSL_set_session_id_context()\fR functions are therefore only useful on the
|
H A D | DH_get0_pqg.3 | 22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, 189 point directly to the internal representations of the values and therefore 197 and therefore the values that have been passed in should not be freed directly 217 of the key values to the \s-1DH\s0 object, and therefore they should not be freed 248 in the call and may therefore \fInot\fR be passed to \fBDH_set0_key()\fR. If
|
/freebsd/contrib/googletest/docs/ |
H A D | faq.md | 58 are using) or with a new version of GoogleTest. Therefore it's best to follow 70 and `ASSERT_XX()` macros. Therefore we only do it where it's most needed 78 several times. Therefore we implemented it. 94 easily combined. Therefore we want to invest more in the matchers than in the 140 methods, the parent process will think the calls have never occurred. Therefore, 278 program from the beginning in the child process. Therefore make sure your 313 virtual method might operate on uninitialized data. Therefore, if you need 317 `ASSERT_xx` macros. Therefore, if the set-up operation could cause a fatal 325 enabled in the compiler. Therefore you should prefer `TearDown()` if you 330 failures from a subroutine to its caller. Therefore, you shouldn't use [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6qdl-dhcom-drc02.dtsi | 15 * Tx and Rx are routed to the DHCOM UART1 rts/cts pins. Therefore the micro SD 73 * DHCOM UART1 rts/cts pins. Therefore this UART have to use DHCOM GPIOs 119 * Therefore, they have been removed from the list below.
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | e820.c | 170 * E820 table should always be sorted in ascending order. Therefore, in e820_add_entry() 204 * this address is not allocatable. Therefore, do some checks. If the in e820_add_entry() 316 * E820 table should be always sorted in ascending order. Therefore, in e820_add_memory_hole() 390 * Therefore, search for another block in that case. in e820_alloc_highest() 424 * Therefore, search for another block in that case. in e820_alloc_lowest() 452 * Allocate any address. Therefore, ignore the address parameter in e820_alloc()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 55 Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they sha… 79 Therefore the LORD God sent him forth from the garden of Eden, to till the ground from whence he wa… 95 And the LORD said unto him, Therefore whosoever slayeth Cain, vengeance shall be taken on him seven… 276 Therefore is the name of it called Babel; because the LORD did there confound the language of all t… 311 Therefore it shall come to pass, when the Egyptians shall see thee, that they shall say, This is hi… 318 Why saidst thou, She is my sister? so I might have taken her to me to wife: now therefore behold th… 407 And God said unto Abraham, Thou shalt keep my covenant therefore, thou, and thy seed after thee in … 430 … of bread, and comfort ye your hearts; after that ye shall pass on: for therefore are ye come to y… 437 Therefore Sarah laughed within herself, saying, After I am waxed old shall I have pleasure, my lord… 466 …ye to them as is good in your eyes: only unto these men do nothing; for therefore came they under … [all …]
|
/freebsd/share/man/man9/ |
H A D | osd.9 | 148 The function may sleep and therefore cannot be called from a non-sleepable 176 The function may sleep and therefore cannot be called from a non-sleepable 275 The function may sleep and therefore cannot be called from a non-sleepable 400 in read mode, therefore making it safe to use in the majority of contexts within
|