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               981 lib/utilunix.c                         char *enc;
enc               983 lib/utilunix.c                         enc = vfs_get_encoding (s, -1);
enc               985 lib/utilunix.c                         if (is_supported_encoding (enc))
enc               991 lib/utilunix.c                         g_free (enc);
enc              1018 lib/utilunix.c                     char *enc;
enc              1021 lib/utilunix.c                     enc = vfs_get_encoding (s, -1);
enc              1022 lib/utilunix.c                     ok = is_supported_encoding (enc);
enc              1023 lib/utilunix.c                     g_free (enc);