dtc/libfdt
David Gibson c8b38f65fd libfdt: Remove leading underscores from identifiers
In a lot of places libfdt uses a leading _ character to mark an identifier
as "internal" (not part of the published libfdt API).  This is a bad idea,
because identifiers with a leading _ are generally reserved by the C
library or system.  It's particularly dangerous for libfdt, because it's
designed to be able to be integrated into lots of different environments.

In some cases the leading _ has no purpose, so we simply drop it.  In most
cases we move it to the end, as our new convention for marking internal
identifiers.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-10-26 09:25:14 +02:00
..
fdt.c libfdt: Remove leading underscores from identifiers 2017-10-26 09:25:14 +02:00
fdt.h libfdt: Remove leading underscores from identifiers 2017-10-26 09:25:14 +02:00
fdt_addresses.c libfdt: Add helpers to read #address-cells and #size-cells 2014-05-12 16:01:09 +10:00
fdt_empty_tree.c Fix a few whitespace and style nits 2017-04-09 20:56:37 +10:00
fdt_overlay.c fdt: Allow stacked overlays phandle references 2017-08-09 17:18:47 +10:00
fdt_ro.c libfdt: Remove leading underscores from identifiers 2017-10-26 09:25:14 +02:00
fdt_rw.c libfdt: Remove leading underscores from identifiers 2017-10-26 09:25:14 +02:00
fdt_strerror.c libfdt: add missing errors to fdt_strerror() 2016-11-04 07:17:20 +11:00
fdt_sw.c libfdt: Remove leading underscores from identifiers 2017-10-26 09:25:14 +02:00
fdt_wip.c libfdt: Remove leading underscores from identifiers 2017-10-26 09:25:14 +02:00
libfdt.h libfdt: Remove leading underscores from identifiers 2017-10-26 09:25:14 +02:00
libfdt_env.h libfdt: Remove leading underscores from identifiers 2017-10-26 09:25:14 +02:00
libfdt_internal.h libfdt: Remove leading underscores from identifiers 2017-10-26 09:25:14 +02:00
Makefile.libfdt libfdt: Add overlay application function 2016-10-06 19:22:41 +11:00
TODO dtc: Update TODO files 2007-12-19 08:20:26 -06:00
version.lds libfdt: add stringlist functions to linker script 2017-10-05 17:33:54 +11:00