str_tokens 1501 lib/vfs/path.c char *str_tokens; str_tokens 1504 lib/vfs/path.c str_tokens = vfs_path_tokens_get (vpath, start_position, length); str_tokens 1505 lib/vfs/path.c if (str_tokens != NULL) str_tokens 1507 lib/vfs/path.c ret_vpath = vfs_path_from_str_flags (str_tokens, VPF_NO_CANON); str_tokens 1508 lib/vfs/path.c g_free (str_tokens);