HomeSort by: relevance | last modified time | path
    Searched refs:both (Results 1 - 25 of 155) sorted by relevancy

1 2 3 4 5 6 7

  /src/tests/usr.bin/xlint/lint1/
msg_289.c 10 both(void) function in typeref:typename:void
msg_245.c 27 example(tag_and_typedef_typedef both,
32 sink_bool(&both == &only_tag);
34 sink_bool(&both == &only_typedef);
36 sink_bool(&both == &unnamed);
msg_135.c 93 * C99 6.7.2.1p14 and C23 6.7.2.1p18 both state that a "pointer to a union
101 union both { union in function:cast_to_union
104 } *both; local in function:cast_to_union
106 both = (union both *)&align_4;
107 both = (union both *)&align_8;
108 return both->p_align_8;
  /src/lib/libwrap/
eval.c 113 static char both[2 * STRING_LENGTH]; local in function:eval_client
121 (void)snprintf(both, sizeof both, "%s@%s", request->user, hostinfo);
122 return (both);
133 static char both[2 * STRING_LENGTH]; local in function:eval_server
138 (void)snprintf(both, sizeof both, "%s@%s", daemon, host);
139 return (both);
  /src/usr.bin/make/unit-tests/
cond-cmp-string.exp 5 make: cond-cmp-string.mk:118: Comparison with "<" requires both operands "string" and "string" to be numeric
6 make: cond-cmp-string.mk:126: Comparison with "<=" requires both operands "string" and "string" to be numeric
7 make: cond-cmp-string.mk:134: Comparison with ">" requires both operands "string" and "string" to be numeric
8 make: cond-cmp-string.mk:142: Comparison with ">=" requires both operands "string" and "string" to be numeric
cond-cmp-numeric.exp 2 make: cond-cmp-numeric.mk:15: Comparison with ">" requires both operands "INF" and "1e100" to be numeric
4 make: cond-cmp-numeric.mk:21: Comparison with ">" requires both operands "NaN" and "NaN" to be numeric
12 make: cond-cmp-numeric.mk:54: Comparison with "<" requires both operands "123 " and "124" to be numeric
shell-ksh.mk 20 # This command is both printed and executed.
26 # This command is both printed and executed.
29 # This command is both printed and executed.
cond-cmp-numeric.mk 14 # expect+1: Comparison with ">" requires both operands "INF" and "1e100" to be numeric
20 # expect+1: Comparison with ">" requires both operands "NaN" and "NaN" to be numeric
25 # Since NaN is not parsed as a number, both operands are interpreted
53 # expect+1: Comparison with "<" requires both operands "123 " and "124" to be numeric
cond-op-parentheses.exp 1 make: cond-op-parentheses.mk:22: Comparison with ">" requires both operands "3" and "(2" to be numeric
cond-short.exp 10 make: cond-short.mk:231: Comparison with "<" requires both operands "" and "42" to be numeric
cond-cmp-numeric-ne.mk 5 # When both sides are equal, the != operator always yields false.
40 # Numeric comparison works by parsing both sides
directive-ifmake.exp 4 make: directive-ifmake.mk:44: ok: both mentioned
shell-csh.mk 23 # This command is both printed and executed.
29 # This command is both printed and executed.
32 # This command is both printed and executed.
suff-main.mk 18 # Declaring both '.1' and '.2' as suffixes turns the '.1.2' target into an
suff-transform-select.mk 6 # If issue10.e is wanted and both issue10.d and issue10.f are available,
cond-cmp-numeric-ge.mk 5 # When both sides are equal, the >= operator always yields true.
65 # Numeric comparison works by parsing both sides
cond-cmp-numeric-gt.mk 5 # When both sides are equal, the > operator always yields false.
64 # Numeric comparison works by parsing both sides
cond-cmp-numeric-le.mk 5 # When both sides are equal, the <= operator always yields true.
65 # Numeric comparison works by parsing both sides
cond-cmp-numeric-lt.mk 5 # When both sides are equal, the < operator always yields false.
64 # Numeric comparison works by parsing both sides
varmod-undefined.mk 34 # as delimiter, which confuses both editors and humans because the opening
51 # In both contexts, \n is an escaped letter n, not a newline; that's what
54 # Whitespace at the edges is preserved, on both sides of the comparison.
opt-no-action.mk 16 # Both of these commands are printed, but only the '+' command is run.
21 # Both of these commands are printed, but only the '+' command is run.
26 # None of these commands is printed, but both are run, because this target
32 # Both of these commands are printed, but only the '+' command is run.
  /src/tests/fs/ffs/
t_getquota.sh 34 test_case get_${e}_${v}_"both" get_quota \
35 "get quota with both enabled" -b ${e} ${v} "both"
55 both)
104 both)
t_quotalimit.sh 71 both)
118 both)
165 both)
212 both)
259 both)
311 both)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_mul_impl.inc 56 // one or both of a or b is denormal, the other (if applicable) is a
57 // normal number. Renormalize one or both of a and b, and set scale to
  /src/common/lib/libc/arch/sparc/string/
bzero.S 70 ! Optimize a common case: addr and len are both multiples of 8.
84 ! Optimize a common case: addr and len are both multiples of 8.
101 * multiple of 8, or both. We will have to align the address

Completed in 17 milliseconds

1 2 3 4 5 6 7