Files
Florian Weimer a025a9deef nss: Clean up function pointer/void * unions
All our targets support casts between function pointers and void *,
so we might as well use them.

This change was largely auto-generated, with the following prompts.

@getXXbyYY_r.c Remove the use of the `fct` union and replace it by
pointer casts.

Apply the same change to ether_* getnetgrent_r getnssent_r netname
publickey .

Do not use explicit `*` in function pointer calls. Replace
`(*((lookup_function) fct))` and similar with `((lookup_function) fct)`.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2025-11-18 08:35:44 +01:00
..
2021-07-09 20:09:14 +02:00
2025-05-16 19:53:09 +02:00
2025-10-21 09:27:05 -03:00
2025-10-29 12:54:01 -03:00
2021-07-09 20:09:14 +02:00
2025-10-30 18:56:58 -07:00