Searched refs:path_part (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.h55 char *path_part; member in struct:__anon4324
H A Duri.c68 * scheme://[host_part]/[path_part]
122 u->path_part = strdup(path);
150 if ((u->host_part == NULL) && (u->path_part == NULL) &&
235 if (uri->path_part != NULL)
236 free(uri->path_part);
270 if (uri->path_part != NULL)
271 fprintf(fp, "path_part: %s\n", uri->path_part);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Drmtab.c371 goto path_part;
387 path_part:
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c245 path_part(char *hostpath) function
964 strcmp(path_part(vfs->vfs_special),
969 link_name = strdup(path_part(vfs->vfs_special));

Completed in 56 milliseconds