VFS_ENCODING_PREFIX  903 lib/utilunix.c         const size_t enc_prefix_len = strlen (VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  973 lib/utilunix.c                     if (strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0)
VFS_ENCODING_PREFIX 1008 lib/utilunix.c                 else if (strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0)
VFS_ENCODING_PREFIX 1064 lib/utilunix.c     if (g_str_has_prefix (p, VFS_ENCODING_PREFIX))
VFS_ENCODING_PREFIX 1066 lib/utilunix.c         p += strlen (VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  153 lib/vfs/path.c         if (g_str_has_prefix (path, VFS_ENCODING_PREFIX))
VFS_ENCODING_PREFIX  410 lib/vfs/path.c     path_is_absolute = path_is_absolute || g_str_has_prefix (path, VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  518 lib/vfs/path.c         g_string_append (ret_tokens, VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  633 lib/vfs/path.c                 g_string_append (buffer, VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX 1022 lib/vfs/path.c     semi = g_strrstr_len (path, len, VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX 1030 lib/vfs/path.c         semi += strlen (VFS_ENCODING_PREFIX);  // skip "#enc:"
VFS_ENCODING_PREFIX  129 lib/vfs/vfs.c      semi = g_strrstr_len (path, size, VFS_ENCODING_PREFIX);
VFS_ENCODING_PREFIX  146 lib/vfs/vfs.c          semi += strlen (VFS_ENCODING_PREFIX);  // skip "#enc:"
VFS_ENCODING_PREFIX   71 tests/lib/mc_realpath.c     { "/" VFS_ENCODING_PREFIX "UTF-8/", "/" },
VFS_ENCODING_PREFIX   72 tests/lib/mc_realpath.c     { "/" VFS_ENCODING_PREFIX "UTF-8/usr/bin", "/usr/bin" },
VFS_ENCODING_PREFIX   76 tests/lib/mc_realpath.c     { VFS_ENCODING_PREFIX "UTF-8/", "/" },
VFS_ENCODING_PREFIX   77 tests/lib/mc_realpath.c     { VFS_ENCODING_PREFIX "UTF-8/usr/bin", "/usr/bin" },