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

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_062.c 10 /* expect+3: warning: function definition for 'inner' with identifier list is obsolete in C23 [384] */
12 /* expect+1: warning: dubious static function 'inner' at block level [93] */
13 static int inner(a);
gcc_statement_expression.c 10 // Ensure that the inner types are accessible from outside the block.
11 // Depending on the memory management strategy, the inner types might be freed
18 struct inner {
20 } inner;
23 }).inner.member;
decl_enum.c 42 enum inner {
51 * enum constant would become the value of the last seen inner enum
init_c99.c 518 union inner { union in struct:outer
658 * from non-constant expressions of the inner struct type.
688 struct Inner1 inner; member in struct:init_nested_struct::Outer3Inner1
710 struct Inner2 inner; member in struct:init_nested_struct::Outer3Inner2
  /src/tests/usr.bin/indent/
opt_bacc.c 94 #if inner
111 #ifdef inner
112 int inner; variable in typeref:typename:int
122 #ifdef inner
123 int inner; variable in typeref:typename:int
lsym_case_label.c 19 void function(void){switch(expr){case 1:;case 2:break;default:switch(inner){case 4:break;}}}
31 switch (inner) {
  /src/sys/netinet/
ip_ecn.c 65 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner)
67 if (!outer || !inner)
70 *outer = *inner;
84 * modify inner ECN (TOS) field on egress operation (tunnel decapsulation).
87 ip_ecn_egress(int mode, const u_int8_t *outer, u_int8_t *inner)
89 if (!outer || !inner)
95 *inner |= IPTOS_ECN_CE;
105 ip6_ecn_ingress(int mode, u_int32_t *outer, const u_int32_t *inner)
109 if (!outer || !inner)
113 inner8 = (ntohl(*inner) >> 20) & 0xff
    [all...]
  /src/usr.bin/make/unit-tests/
opt-debug-for.exp 5 . for inner in 1 2
6 VAR.${:Ua}${inner}= value
9 For: loop body with inner = 1:
11 For: loop body with inner = 2:
14 . for inner in 1 2
15 VAR.${:Ub}${inner}= value
18 For: loop body with inner = 1:
20 For: loop body with inner = 2:
opt-debug-for.mk 20 . for inner in 1 2
21 VAR.${outer}${inner}= value
directive-for-break.mk 24 . for inner in i1 i2 i3
25 . if ${outer} == o2 && ${inner} == i2
28 COMBINED+= ${outer}-${inner}
cond-op-and.mk 27 # When an outer condition makes the inner '&&' condition irrelevant, neither
32 # Test combinations of outer '||' with inner '&&', to ensure that the operands
33 # of the inner '&&' are only evaluated if necessary.
cond-op-or.mk 27 # When an outer condition makes the inner '||' condition irrelevant, neither
32 # Test combinations of outer '&&' with inner '||', to ensure that the operands
33 # of the inner '||' are only evaluated if necessary.
varmod-remember.mk 69 # the value of the temporary variable '_' from the inner expression leaks into
72 INNER= ${inner:L:_:@i@$i inner_='$_'@}
73 OUTER= ${outer:L:_:@o@$o ${INNER} outer_='$_'@}
74 .if ${OUTER} != "outer inner inner_='inner' outer_='inner'"
directive-for-lines.mk 23 .for inner in 1 2
directive-for-escape.mk 173 # expect+2: inner inner inner inner inner
174 .for i in inner
178 .for i in inner
181 # expect+2: inner}
182 .for i in inner
186 .for i in inner
    [all...]
directive-for.exp 32 for inner in i
36 For: loop body with inner = i:
directive-for-empty.mk 89 # . include "inner.mk"
90 # inner.mk: . info $i # (undefined)
91 # . for i in inner
92 # . info $i # inner
111 # variable 'i'. When the inner .for loop ends, the inner 'i' needs to be
directive-for-escape.exp 77 For: loop body with i = inner:
79 make: directive-for-escape.mk:175: inner inner inner inner inner
81 For: loop body with i = inner:
85 For: loop body with i = inner:
87 make: directive-for-escape.mk:183: inner}
89 For: loop body with i = inner
    [all...]
directive-for.mk 112 # expands it. The inner loop then only sees the expression ${:Uouter} and
115 . for i in inner
273 # When make scanned the outer .for loop, it did not recognize the inner .for
277 # When make scanned the inner .for loop, it did not recognize the inner
284 for inner in i
  /src/tests/net/if_gif/
t_gif.sh 145 inner=${1}
155 if [ ${inner} = "ipv6" ]; then
182 inner=${1}
189 if [ ${inner} = "ipv6" ]; then
218 inner=${4}
226 if [ ${inner} = "ipv6" ]; then
240 inner=${1}
249 if [ ${inner} = "ipv6" ]; then
265 setup_if_gif $SOCK1 ${addr} ${remote} ${inner} \
268 if [ $inner = "ipv6" ]; the
    [all...]
  /src/tests/net/if_ipsec/
t_ipsec.sh 153 local inner=${1}
163 if [ ${inner} = "ipv6" ]; then
190 local inner=${1}
197 if [ ${inner} = "ipv6" ]; then
240 local inner=${4}
248 if [ ${inner} = "ipv6" ]; then
316 local inner=${1}
327 if [ ${inner} = "ipv6" ]; then
343 setup_if_ipsec $SOCK1 ${addr} ${remote} ${inner} \
346 if [ $inner = "ipv6" -a $outer = "ipv4" ]; the
    [all...]
  /src/tests/net/if_wg/
t_basic.sh 245 local inner=$1
250 name="wg_basic_${inner}_over_${outer}"
251 fulldesc="Test wg(4) with ${inner} over ${outer}"
253 eval inner=\$$inner
263 test_common basic $outer $inner
275 local inner=$1
280 name="wg_payload_sizes_${inner}_over_${outer}"
281 fulldesc="Test wg(4) with ${inner} over ${outer} with various payload sizes"
283 eval inner=\$$inne
    [all...]
t_tunnel.sh 297 local inner=$1
302 name="wg_tunnel_${inner}_over_${outer}"
303 fulldesc="Test wg(4) with ${inner} over ${outer}"
305 eval inner=\$$inner
315 wg_tunnel_common $outer $inner
  /src/usr.sbin/sysinst/
target.c 168 struct disk_partitions *parts, *inner; local in function:target_already_root
195 inner = pm->parts->pscheme->secondary_partitions(parts,
197 if (inner != NULL)
198 parts = inner;
  /src/sys/kern/
kern_runq.c 516 /* In the inner loop scroll through all CPUs in package. */
818 struct cpu_info *ci, *inner, *outer, *first, *tci, *mci; local in function:sched_idle
878 /* In the inner loop scroll through all CPUs in package. */
879 inner = outer;
882 tspc = &inner->ci_schedstate;
883 if (ci == inner || ci == mci ||
888 spc_dlock(ci, inner);
889 l = sched_catchlwp(inner);
895 } while (inner = inner->ci_sibling[CPUREL_PACKAGE]
    [all...]

Completed in 19 milliseconds

1 2