mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-15 07:48:11 +02:00
The ctype macros (eg, isalnum(), tolower()) are locale-dependent. Use glib's ASCII-only versions instead. Also, replace isascii() with g_ascii_isprint(), since isascii() accepts control characters, which isn't what the code wanted in any of the places where it was using it. |
||
|---|---|---|
| .. | ||
| tests | ||
| interface_parser.c | ||
| interface_parser.h | ||
| Makefile.am | ||
| nm-ifupdown-connection.c | ||
| nm-ifupdown-connection.h | ||
| parser.c | ||
| parser.h | ||
| plugin.c | ||
| plugin.h | ||