path_part
goto path_part;
path_part:
strcmp(path_part(vfs->vfs_special),
link_name = strdup(path_part(vfs->vfs_special));
u->path_part = strdup(path);
if ((u->host_part == NULL) && (u->path_part == NULL) &&
if (uri->path_part != NULL)
free(uri->path_part);
if (uri->path_part != NULL)
fprintf(fp, "path_part: %s\n", uri->path_part);
char *path_part;