Searched refs:pathdup (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Ddelmap.c73 (void) pathdup(NULL);
139 ept->path = pathdup(ept->path);
141 ept->ainfo.local = pathdup(ept->ainfo.local);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c83 (void) pathdup((char *)0);
117 ept->ainfo.local = pathdup(source);
172 *server_path = pathdup(ept->path);
180 *server_local = pathdup(ept->ainfo.local);
H A Dpathdup.c133 pathdup(char *s) function
H A DMakefile32 ocfile.o pathdup.o pkgdbmerg.o procmap.o \
H A Dpkgobjmap.c87 (void) pathdup((char *)0);
122 ept->ainfo.local = pathdup(source);
177 *server_path = pathdup(ept->path);
185 *server_local = pathdup(ept->ainfo.local);
250 ext->cf_ent.path = pathdup(path);
259 ext->cf_ent.ainfo.local = pathdup(local);
H A Dfixpath.c230 * pathdup() and pathalloc() memory fragmentation is reduced. Also, the
231 * memory allocated by pathdup() and pathalloc() gets freed at the end
266 npath = pathdup(path);
274 npath = pathdup(get_inst_root());
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.c205 ext->server_local = pathdup(pt+1);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dquit.c378 (void) pathdup(NULL);
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c62 static char *pathdup(const char *path, int *l_errnop);
290 pathdup(const char *path, int *l_errnop) function
339 if ((hba_phys = pathdup(ap_id, &l_errno)) == NULL) {
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h529 char *pathdup(const char *path, int *l_errnop);
H A Dcfga_utils.c368 pathdup(const char *path, int *l_errnop) function
417 if ((xport_phys = pathdup(ap_id, &l_errno)) == NULL) {
H A Dcfga_list.c511 if ((xport_phys = pathdup(ap_id, &l_errno)) == NULL) {
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h201 extern char *pathdup __P((char *s));

Completed in 66 milliseconds