NetworkManager/src/initrd
Thomas Haller c69d703017 all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()
In all the cases, we don't want to perform locale dependent comparison.

  $ sed -i 's/\<strcasecmp\>/g_ascii_\0/g' $(git grep -w -l strcasecmp -- ':(exclude)shared/systemd/' )
2020-02-11 15:23:06 +01:00
..
tests initrd/cmdline: minor style cleanups 2020-01-14 16:43:26 +01:00
meson.build meson: Improve nm-initrd-generator target 2019-10-01 09:49:33 +02:00
nm-initrd-generator.c libnm/keyfile: build keyfile code as separate GPL licensed internal library 2020-01-07 13:17:47 +01:00
nm-initrd-generator.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nmi-cmdline-reader.c all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp() 2020-02-11 15:23:06 +01:00
nmi-dt-reader.c initrd: don't use inet_aton() to parse IPv4 address 2019-12-05 13:12:04 +01:00
nmi-ibft-reader.c all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid() 2020-01-28 11:17:41 +01:00