Searched refs:qstrdup (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dqstrdup.c44 qstrdup(char *s) function
H A Dfindscripts.c122 cl_Classes[i]->inst_script = qstrdup(path);
128 cl_Classes[i]->inst_script = qstrdup(path);
153 qstrdup(path);
169 cl_Classes[i]->rem_script = qstrdup(path);
175 cl_Classes[i]->rem_script = qstrdup(path);
H A DMakefile34 qreason.o qstrdup.o setadmin.o setlist.o \
H A Ddockdeps.c359 alist[found] = qstrdup(pt+1);
365 vlist[found] = qstrdup(pt);
H A Dsetlist.c194 list_ptr = qstrdup(slist);
H A Dfixpath.c689 return (qstrdup(path_buf));
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c152 rdonly[nrdonly++] = qstrdup(envparam[i]);
154 if (putenv(qstrdup(envparam[i]))) { /* bugid 1090920 */
469 srchp[nfp][n++] = qstrdup(pt);
497 rootp[nfp][n++] = qstrdup(pt);
570 /* free any previous memory from qstrdup */
577 d_own[nfp] = qstrdup(owner);
578 d_grp[nfp] = qstrdup(group);
716 proto[nfp] = qstrdup(file);
717 dname[nfp] = qstrdup(file);
723 dname[nfp] = qstrdup(dnam
[all...]
H A Dsplpkgmap.c485 dirlist[i] = qstrdup(path);
600 cl[nclass].name = qstrdup(aclass);
H A Dmain.c521 cl_sets(qstrdup(pt));
540 pt = qstrdup(pt);
830 ckmissing(qstrdup(path), 'd');
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dcheck.c95 rstates = qstrdup(pt);
H A Dmain.c783 cl_sets(qstrdup(value));
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c406 tmpdir = spooldir = qstrdup(tmpnam(NULL));
577 pathlist[npaths] = qstrdup(pathname);
H A Dcheckmap.c164 cl_sets(qstrdup(cl));
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c327 istates = qstrdup(pt);
H A Dmain.c1964 putparam("INSTDATE", qstrdup(cbuf));
2421 (void) setlist(&pclass, qstrdup(oldValue));
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h228 extern char *qstrdup __P((char *s));

Completed in 65 milliseconds