VFS_ENCODING_PREFIX  858 lib/utilunix.c         const size_t enc_prefix_len = strlen (VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  930 lib/utilunix.c                     if ((strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0)
VFS_ENCODING_PREFIX  957 lib/utilunix.c                 else if ((strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0)
VFS_ENCODING_PREFIX 1005 lib/utilunix.c     if (g_str_has_prefix (p, VFS_ENCODING_PREFIX))
VFS_ENCODING_PREFIX 1007 lib/utilunix.c         p += strlen (VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  154 lib/vfs/path.c         if (g_str_has_prefix (path, VFS_ENCODING_PREFIX))
VFS_ENCODING_PREFIX  200 lib/vfs/path.c     semi = g_strrstr_len (path, len, VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  208 lib/vfs/path.c         semi += strlen (VFS_ENCODING_PREFIX);   /* skip "#enc:" */
VFS_ENCODING_PREFIX  562 lib/vfs/path.c         g_string_append (ret_tokens, VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  681 lib/vfs/path.c                 g_string_append (buffer, VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  133 lib/vfs/vfs.c      semi = g_strrstr_len (path, size, VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  150 lib/vfs/vfs.c          semi += strlen (VFS_ENCODING_PREFIX);   /* skip "#enc:" */
VFS_ENCODING_PREFIX   72 tests/lib/mc_realpath.c     { "/" VFS_ENCODING_PREFIX "UTF-8/", "/" },
VFS_ENCODING_PREFIX   74 tests/lib/mc_realpath.c     { "/" VFS_ENCODING_PREFIX "UTF-8/usr/bin", "/usr/bin" },
VFS_ENCODING_PREFIX   77 tests/lib/mc_realpath.c     { VFS_ENCODING_PREFIX "UTF-8/", "/" },
VFS_ENCODING_PREFIX   79 tests/lib/mc_realpath.c     { VFS_ENCODING_PREFIX "UTF-8/usr/bin", "/usr/bin" }