Home
last modified time | relevance | path

Searched refs:func_p (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-elf/
H A Dpr26391a.c1 typedef void (*func_p) (void); typedef
3 extern func_p bar1_p (void);
4 extern func_p bar2_p (void);
5 extern func_p bar3_p (void);
10 func_p f; in main()
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-elf/
H A Dpr26391a.c1 typedef void (*func_p) (void); typedef
3 extern func_p bar1_p (void);
4 extern func_p bar2_p (void);
5 extern func_p bar3_p (void);
10 func_p f; in main()
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-elf/
H A Dpr26391a.c1 typedef void (*func_p) (void); typedef
3 extern func_p bar1_p (void);
4 extern func_p bar2_p (void);
5 extern func_p bar3_p (void);
10 func_p f; in main()
/dports/devel/libspice-server/spice-0.15.0/server/tests/
H A Dtest-stat.c42 test_func_t **func_p; in main() local
44 for (func_p = test_funcs; *func_p; ++func_p) { in main()
45 (*func_p)(); in main()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-x86-64/
H A Dno-plt-extern1.S15 .globl func_p
17 .type func_p, @object
18 func_p: label
21 .size func_p, 8
25 .size func_p, 4
H A Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-x86-64/
H A Dno-plt-extern1.S15 .globl func_p
17 .type func_p, @object
18 func_p: label
21 .size func_p, 8
25 .size func_p, 4
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-x86-64/
H A Dno-plt-extern1.S15 .globl func_p
17 .type func_p, @object
18 func_p: label
21 .size func_p, 8
25 .size func_p, 4
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-x86-64/
H A Dno-plt-extern1.S15 .globl func_p
17 .type func_p, @object
18 func_p: label
21 .size func_p, 8
25 .size func_p, 4
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-x86-64/
H A Dno-plt-extern1.S15 .globl func_p
17 .type func_p, @object
18 func_p: label
21 .size func_p, 8
25 .size func_p, 4
/dports/devel/aegis/aegis-4.25.D510/libaegis/sub/functor/
H A Dglue.h42 typedef wstring (*func_p)(sub_context_ty *scp, const wstring_list &arg); typedef
57 sub_functor_glue(const nstring &name, func_p what, bool resub);
69 static pointer create(const nstring &name, func_p what);
83 static pointer create(const nstring &name, func_p what, bool resub);
118 func_p what;
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-ifunc/
H A Dpr23169b.c3 extern int (*func_p) (void);
11 if (func_p != &func || func_p () != 0xbadbeef) in bar()
18 func_p = &func; in main()
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-ifunc/
H A Dpr23169b.c3 extern int (*func_p) (void);
11 if (func_p != &func || func_p () != 0xbadbeef) in bar()
18 func_p = &func; in main()
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-ifunc/
H A Dpr23169b.c3 extern int (*func_p) (void);
11 if (func_p != &func || func_p () != 0xbadbeef) in bar()
18 func_p = &func; in main()
/dports/lang/php73/php-7.3.33/ext/gd/
H A Dgd_ctx.c80 …oid _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) in _php_image_output_ctx() argument
185 (*func_p)(im, ctx, q); in _php_image_output_ctx()
191 (*func_p)(im, ctx, q); in _php_image_output_ctx()
194 (*func_p)(im, ctx, q, f); in _php_image_output_ctx()
205 (*func_p)(im, file ? file : "", q, ctx); in _php_image_output_ctx()
207 (*func_p)(im, q, ctx); in _php_image_output_ctx()
211 (*func_p)(im, ctx, (int) compressed); in _php_image_output_ctx()
214 (*func_p)(im, ctx); in _php_image_output_ctx()
/dports/lang/php74/php-7.4.27/ext/gd/
H A Dgd_ctx.c80 …oid _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) in _php_image_output_ctx() argument
180 (*func_p)(im, ctx, q); in _php_image_output_ctx()
186 (*func_p)(im, ctx, q); in _php_image_output_ctx()
189 (*func_p)(im, ctx, q, f); in _php_image_output_ctx()
200 (*func_p)(im, file ? file : "", q, ctx); in _php_image_output_ctx()
202 (*func_p)(im, q, ctx); in _php_image_output_ctx()
206 (*func_p)(im, ctx, (int) compressed); in _php_image_output_ctx()
209 (*func_p)(im, ctx); in _php_image_output_ctx()
/dports/www/mod_php73/php-7.3.33/ext/gd/
H A Dgd_ctx.c80 …oid _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) in _php_image_output_ctx() argument
185 (*func_p)(im, ctx, q); in _php_image_output_ctx()
191 (*func_p)(im, ctx, q); in _php_image_output_ctx()
194 (*func_p)(im, ctx, q, f); in _php_image_output_ctx()
205 (*func_p)(im, file ? file : "", q, ctx); in _php_image_output_ctx()
207 (*func_p)(im, q, ctx); in _php_image_output_ctx()
211 (*func_p)(im, ctx, (int) compressed); in _php_image_output_ctx()
214 (*func_p)(im, ctx); in _php_image_output_ctx()
/dports/graphics/php73-gd/php-7.3.33/ext/gd/
H A Dgd_ctx.c80 …oid _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) in _php_image_output_ctx() argument
185 (*func_p)(im, ctx, q); in _php_image_output_ctx()
191 (*func_p)(im, ctx, q); in _php_image_output_ctx()
194 (*func_p)(im, ctx, q, f); in _php_image_output_ctx()
205 (*func_p)(im, file ? file : "", q, ctx); in _php_image_output_ctx()
207 (*func_p)(im, q, ctx); in _php_image_output_ctx()
211 (*func_p)(im, ctx, (int) compressed); in _php_image_output_ctx()
214 (*func_p)(im, ctx); in _php_image_output_ctx()
/dports/graphics/php74-gd/php-7.4.27/ext/gd/
H A Dgd_ctx.c80 …oid _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) in _php_image_output_ctx() argument
180 (*func_p)(im, ctx, q); in _php_image_output_ctx()
186 (*func_p)(im, ctx, q); in _php_image_output_ctx()
189 (*func_p)(im, ctx, q, f); in _php_image_output_ctx()
200 (*func_p)(im, file ? file : "", q, ctx); in _php_image_output_ctx()
202 (*func_p)(im, q, ctx); in _php_image_output_ctx()
206 (*func_p)(im, ctx, (int) compressed); in _php_image_output_ctx()
209 (*func_p)(im, ctx); in _php_image_output_ctx()
/dports/www/mod_php74/php-7.4.27/ext/gd/
H A Dgd_ctx.c80 …oid _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) in _php_image_output_ctx() argument
180 (*func_p)(im, ctx, q); in _php_image_output_ctx()
186 (*func_p)(im, ctx, q); in _php_image_output_ctx()
189 (*func_p)(im, ctx, q, f); in _php_image_output_ctx()
200 (*func_p)(im, file ? file : "", q, ctx); in _php_image_output_ctx()
202 (*func_p)(im, q, ctx); in _php_image_output_ctx()
206 (*func_p)(im, ctx, (int) compressed); in _php_image_output_ctx()
209 (*func_p)(im, ctx); in _php_image_output_ctx()
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-i386/
H A Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-i386/
H A Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-i386/
H A Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-i386/
H A Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-i386/
H A Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;

1234567891011