enc 99 lib/strutil/strutil.c str_test_not_convert (const char *enc) enc 101 lib/strutil/strutil.c return g_ascii_strcasecmp (enc, codeset) == 0; enc 991 lib/utilunix.c char *enc; enc 993 lib/utilunix.c enc = vfs_get_encoding (s, -1); enc 995 lib/utilunix.c if (is_supported_encoding (enc)) enc 1001 lib/utilunix.c g_free (enc); enc 1026 lib/utilunix.c char *enc; enc 1029 lib/utilunix.c enc = vfs_get_encoding (s, -1); enc 1030 lib/utilunix.c ok = is_supported_encoding (enc); enc 1031 lib/utilunix.c g_free (enc);