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               975 lib/utilunix.c                         char *enc;
enc               977 lib/utilunix.c                         enc = vfs_get_encoding (s, -1);
enc               979 lib/utilunix.c                         if (is_supported_encoding (enc))
enc               985 lib/utilunix.c                         g_free (enc);
enc              1010 lib/utilunix.c                     char *enc;
enc              1013 lib/utilunix.c                     enc = vfs_get_encoding (s, -1);
enc              1014 lib/utilunix.c                     ok = is_supported_encoding (enc);
enc              1015 lib/utilunix.c                     g_free (enc);