enc                94 lib/strutil/strutil.c str_test_not_convert (const char *enc)
enc                96 lib/strutil/strutil.c     return g_ascii_strcasecmp (enc, codeset) == 0;
enc               980 lib/utilunix.c                         char *enc;
enc               982 lib/utilunix.c                         enc = vfs_get_encoding (s, -1);
enc               984 lib/utilunix.c                         if (is_supported_encoding (enc))
enc               990 lib/utilunix.c                         g_free (enc);
enc              1017 lib/utilunix.c                     char *enc;
enc              1020 lib/utilunix.c                     enc = vfs_get_encoding (s, -1);
enc              1021 lib/utilunix.c                     ok = is_supported_encoding (enc);
enc              1022 lib/utilunix.c                     g_free (enc);