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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-var-list-children-invalid-grandchild.c 18 struct inner struct
25 struct inner *inner; member in struct:outer
30 struct inner inner; local
34 inner.a = 42;
35 outer.inner = &inner;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-var-list-children-invalid-grandchild.c 18 struct inner struct
25 struct inner *inner; member in struct:outer
30 struct inner inner; local
34 inner.a = 42;
35 outer.inner = &inner;
  /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;
  /src/tests/usr.bin/indent/
opt_bacc.c 94 #if inner
111 #ifdef inner
112 int inner; variable
122 #ifdef inner
123 int inner; variable
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/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
mips_pro.c 4 inner (int z) function
13 return inner (5);
15 return inner (6);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
mips_pro.c 4 inner (int z) function
13 return inner (5);
15 return inner (6);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
ovsrch2.cc 26 A::B::inner::foo (void) const
ovsrch3.cc 26 A::B::inner::foo (int a_param) const
36 A::B::inner::hibob (int a_param) const
ovsrch4.cc 26 A::B::inner::foo (char *a_param) const
36 A::B::inner::hibob (char *a_param) const
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
ovsrch2.cc 26 A::B::inner::foo (void) const
ovsrch3.cc 26 A::B::inner::foo (int a_param) const
36 A::B::inner::hibob (int a_param) const
ovsrch4.cc 26 A::B::inner::foo (char *a_param) const
36 A::B::inner::hibob (char *a_param) const
  /src/external/mpl/dhcp/dist/dhcpctl/
callback.c 56 omapi_object_t *inner; local
63 for (inner = h; inner -> inner; inner = inner -> inner)
65 omapi_object_reference (&inner -> inner,
68 inner, MDL)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-record-btrace.c 25 inner (void) function
32 inner ();
py-record-full.c 25 inner (void) function
32 inner ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-record-btrace.c 25 inner (void) function
32 inner ();
py-record-full.c 25 inner (void) function
32 inner ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
scopes.c 31 const char *inner = "inner block"; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-size-overlap.c 34 even for the rest, after the global `inner' ends. */
44 SYMBOL (inner) ":\n"
46 " .size " SYMBOL (inner) ", .-" SYMBOL (inner) "\n"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-size-overlap.c 34 even for the rest, after the global `inner' ends. */
44 SYMBOL (inner) ":\n"
46 " .size " SYMBOL (inner) ", .-" SYMBOL (inner) "\n"
  /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:
  /src/external/mpl/bind/dist/lib/ns/
sortlist.c 46 dns_acl_t *inner = e->nestedacl; local
48 if (inner->length == 0) {
50 } else if (inner->length > 2) {
52 } else if (inner->elements[0].negative) {
55 try_elt = &inner->elements[0];
56 if (inner->length == 2) {
57 order_elt = &inner->elements[1];
82 dns_acl_t *inner = NULL; local
83 dns_acl_attach(order_elt->nestedacl, &inner);
84 *argp = inner;
90 dns_acl_t *inner = rcu_dereference(env->localhost); local
101 dns_acl_t *inner = rcu_dereference(env->localhost); local
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>