str2              159 include/portability.h g_strcmp0(const char *str1, const char *str2)
str2              162 include/portability.h         return -(str1 != str2);
str2              163 include/portability.h     if (!str2)
str2              164 include/portability.h         return str1 != str2;
str2              165 include/portability.h     return strcmp(str1, str2);