Searched refs:arg (Results 1 - 25 of 8328) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_028.c9 defined(int arg) argument
11 return arg;
15 defined(int arg) argument
18 return arg;
H A Dmsg_113.c10 example(register int arg) argument
12 /* expect+1: error: cannot take address of register 'arg' [113] */
13 return &arg;
H A Dmsg_109.c10 example(int arg) argument
14 return arg + (void)4;
H A Dmsg_182.c9 return_discarding_volatile(volatile void *arg) argument
12 return arg;
16 init_discarding_volatile(volatile void *arg) argument
20 void *array[] = { arg };
H A Dmsg_061.c8 /* expect+1: error: void parameter 'arg' cannot have name [61] */
9 void example(void arg);
H A Dmsg_268.c9 example(int arg) argument
12 inline int local = arg;
H A Dmsg_094.c10 global_example(int arg) argument
15 return arg;
H A Dmsg_158.c11 example(int arg) argument
17 twice_arg = 2 * arg;
22 conditionally_used(int arg) argument
26 if (arg > 0)
27 twice_arg = 2 * arg;
28 if (arg > 0)
33 conditionally_unused(int arg) argument
37 if (arg > 0)
38 twice_arg = 2 * arg;
44 if (arg <
[all...]
H A Dexpr_promote_trad.c35 caller(arg)
36 struct arithmetic_types *arg;
40 arg->plain_char, /* gets promoted to 'int' */
41 arg->unsigned_char, /* gets promoted to 'unsigned int' */
42 arg->signed_short, /* gets promoted to 'int' */
43 arg->unsigned_short, /* gets promoted to 'unsigned int' */
44 arg->signed_int,
45 arg->unsigned_int,
46 arg->signed_long,
47 arg
[all...]
H A Dmsg_328.c15 union target arg = { 123 }; local
17 arg = (union target)3;
18 arg.b++;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgnu-ifunc-final.c19 final (int arg) argument
21 return arg + 1;
H A Dfilesym.c19 filesym (int arg) argument
21 return arg;
H A Dsolib1.c5 solib_main (int arg) argument
7 return arg*arg; /* HERE */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dfission-multi-cu1.c19 func (int arg) argument
21 return arg + 1;
H A Dfission-base.c19 func (int arg) argument
21 return arg + 1;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgnu-ifunc-final.c19 final (int arg) argument
21 return arg + 1;
H A Dfilesym.c19 filesym (int arg) argument
21 return arg;
H A Dsolib1.c5 solib_main (int arg) argument
7 int ans = arg*arg; /* HERE */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A D3explicit.c19 myfunction4 (int arg) argument
21 return arg + 2;
25 myfunction3 (int arg) argument
27 return myfunction4 (arg);
H A Dexplicit2.c18 extern int myfunction3 (int arg);
21 myfunction2 (int arg) argument
23 return myfunction3 (arg);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A D3explicit.c19 myfunction4 (int arg) argument
21 return arg + 2;
25 myfunction3 (int arg) argument
27 return myfunction4 (arg);
H A Dexplicit2.c18 extern int myfunction3 (int arg);
21 myfunction2 (int arg) argument
23 return myfunction3 (arg);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dfission-base.c19 func (int arg) argument
21 return arg + 1;
/netbsd-current/tests/usr.bin/indent/
H A Dopt_ta.c11 example(void *arg) argument
13 int mult = (unknown_type_name) * arg;
15 int cast = (unknown_type_name_t) * arg;
21 example(void *arg) argument
23 int mult = (unknown_type_name) * arg;
25 int cast = (unknown_type_name_t)*arg;
/netbsd-current/sys/lib/libsa/
H A Dexit.c34 exit(int arg) argument

Completed in 301 milliseconds

1234567891011>>