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