VFS_ENCODING_PREFIX 919 lib/utilunix.c const size_t enc_prefix_len = strlen (VFS_ENCODING_PREFIX); VFS_ENCODING_PREFIX 989 lib/utilunix.c if (strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0) VFS_ENCODING_PREFIX 1024 lib/utilunix.c else if (strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0) VFS_ENCODING_PREFIX 1080 lib/utilunix.c if (g_str_has_prefix (p, VFS_ENCODING_PREFIX)) VFS_ENCODING_PREFIX 1082 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 408 lib/vfs/path.c path_is_absolute = path_is_absolute || g_str_has_prefix (path, VFS_ENCODING_PREFIX); VFS_ENCODING_PREFIX 516 lib/vfs/path.c g_string_append (ret_tokens, VFS_ENCODING_PREFIX); VFS_ENCODING_PREFIX 631 lib/vfs/path.c g_string_append (buffer, VFS_ENCODING_PREFIX); VFS_ENCODING_PREFIX 1020 lib/vfs/path.c semi = g_strrstr_len (path, len, VFS_ENCODING_PREFIX); VFS_ENCODING_PREFIX 1028 lib/vfs/path.c semi += strlen (VFS_ENCODING_PREFIX); // skip "#enc:" VFS_ENCODING_PREFIX 131 lib/vfs/vfs.c semi = g_strrstr_len (path, sz, 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" },