Searched refs:between (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-current/contrib/bmake/unit-tests/
H A Dsh-errctl.mk6 # There is a subtle difference between error control and echo control.
H A Dvarmod-order-string.mk14 # and the additional spaces between them are removed.
H A Dvarmod-shell.mk11 # The command to be run is enclosed between exclamation marks.
H A Dmake-exported.mk3 # As of 2020-08-09, the code in Var_Export is shared between the .export
H A Dvarmisc.mk89 # Appending to an empty variable adds a space between the old value
108 # Therefore, there is no need to add a space between the variable name
H A Dcond-token-var.mk5 # Note the fine distinction between a variable and an expression.
H A Dvar-op-sunsh.mk87 # The ':sh' is the only word that may occur between the variable name and
99 # text between the variable name and the assignment operator, it just has to
140 # If there is no space between the variable name and the assignment modifier
H A Dopt-query.mk5 # The -q option only looks at the dependencies between the targets.
H A Ddirective-include-guard.exp58 Parse_PushInput: file variable-undef-between.tmp, line 1
59 Parse_PushInput: file variable-undef-between.tmp, line 1
H A Dvarmod-match-escape.mk84 # Demonstrate an inconsistency between positive and negative character lists
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h59 /// Selects the range between `R1` and `R2.
60 inline RangeSelector between(RangeSelector R1, RangeSelector R2) { function in namespace:clang
86 // source between the call's parentheses).
90 // statements (all source between the braces).
94 // (all source between the braces).
/freebsd-current/share/dtrace/
H A Dtcpstate27 * The tcpstate D script shows TCP sockets transitioning between states.
/freebsd-current/contrib/sendmail/contrib/
H A Dcidrexpand96 # Delimiter between the key and value
242 Use 'regexp' to match the delimiter between key and value,
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc115 // Get the most recent list in case any modules added/removed between calls
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc233 // This is unfortunately ambiguous between old GNU extension
/freebsd-current/contrib/kyua/store/
H A Dschema_v3.sql136 -- At the moment, there are no substantial differences between the
172 -- At the moment, there are no substantial differences between the
193 -- Note that there is a 1:1 relation between test cases and their results.
H A Dschema_v1.sql125 -- charge of finding correlations between test programs and test cases
132 -- At the moment, there are no substantial differences between the
166 -- At the moment, there are no substantial differences between the
179 -- Note that there is a 1:1 relation between test cases and their results.
H A Dschema_v2.sql127 -- charge of finding correlations between test programs and test cases
166 -- At the moment, there are no substantial differences between the
208 -- At the moment, there are no substantial differences between the
229 -- Note that there is a 1:1 relation between test cases and their results.
/freebsd-current/tools/test/stress2/misc/
H A Dsocketpair2.sh104 char buf[PACKETSIZE - 64]; /* allow for some padding between messages. */
/freebsd-current/contrib/bmake/mk/sys/
H A DNetBSD.mk9 # which defined MAKE_VERSION between 20010609 and 20090324
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh80 -i Specify number of minutes between retries
/freebsd-current/lib/libc/amd64/string/
H A Dstrncmp.S53 cmpb (%rsi), %cl # mismatch between strings?
125 xor %edi, %r8d # bits that changed between first and last byte
251 pcmpeqb %xmm2, %xmm0 # Mismatch between chunks?
276 * RSI doesn't end within region 2, then we compare chunk B between the
364 /* a mismatch has been found between RBX and RSI */
381 pcmpeqb %xmm3, %xmm0 # mismatch between chunks?
/freebsd-current/contrib/ofed/libirdma/
H A Dosdep.h157 #define between(a, b, c) (bool)(c-a >= b-a) macro
/freebsd-current/stand/lua/
H A Dpassword.lua59 -- Space between the prompt and any on-screen feedback
/freebsd-current/contrib/bmake/mk/
H A Dldorder.mk36 # define this if we need a barrier between local and external libs

Completed in 173 milliseconds

1234