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

1 2 3 4

  /src/tests/usr.bin/xlint/lint1/
msg_289.c 10 both(void) function
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
104 } *both; local
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
121 (void)snprintf(both, sizeof both, "%s@%s", request->user, hostinfo);
122 return (both);
133 static char both[2 * STRING_LENGTH]; local
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-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
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.
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.
cond-cmp-string.mk 117 # expect+1: Comparison with "<" requires both operands "string" and "string" to be numeric
125 # expect+1: Comparison with "<=" requires both operands "string" and "string" to be numeric
133 # expect+1: Comparison with ">" requires both operands "string" and "string" to be numeric
141 # expect+1: Comparison with ">=" requires both operands "string" and "string" to be numeric
directive-export-impl.mk 30 # The following expression has both flags 'exported' and 'reexport' set.
36 # variables exported. Since this variable has both of the above-mentioned
directive-undef.mk 110 # When an exported variable is undefined, the variable is removed both from
123 # This applies to both variables, even though 'INDIRECT' is not actually
144 .undef ENV_VAR # removes the variable from both the global
varmod-match-escape.mk 20 # And now both cases combined: A single modifier with both an escaped ':'
38 # both patterns would end up as '::'.
  /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)
t_clearquota.sh 34 test_case_root clear_${e}_${v}_"both" clear_quota \
35 "clear quota with both enabled" -b ${e} ${v} "both"
37 "clear quota for new id with both enabled, WAPBL" -bl ${e} ${v} "both"
58 both)
t_setquota.sh 38 test_case_root set_${e}_${v}_"both" set_quota \
39 "set quota with both enabled" -b ${e} ${v} "both"
40 test_case_root set_new_${e}_${v}_"both" set_quota_new \
41 "set quota for new id with both enabled" -b ${e} ${v} "both"
43 "set quota for new id with both enabled, WAPBL" -bl ${e} ${v} "both"
44 test_case_root set_default_${e}_${v}_"both" set_quota_default \
45 "set default quota with both enabled" -b ${e} ${v} "both
    [all...]
  /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
  /src/sys/arch/atari/dev/
hdfd_intr.s 95 andb #0xa0,%d0 | both NE7_NDM and NE7_RQM active?
107 andb #0xa0,%d0 | both NE7_NDM and NE7_RQM active?
  /src/sys/arch/evbarm/gemini/
gemini.h 51 # error can not define both GEMINI_MASTER and GEMINI_SLAVE
129 * to map all of memory, including RAM owned by both core.
  /src/sys/arch/m68k/m68k/
mmu_enable.s 87 movc %d0,%cacr | turn on both caches

Completed in 68 milliseconds

1 2 3 4