Searched refs:cppath (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A DMakefile31 cppath.o \
H A Dpkginstall.h34 /* cppath() variables */
57 extern int cppath __P((int ctrl, char *f1, char *f2, mode_t mode));
H A Dmerginfo.c470 if (cppath(MODE_SRC|DIR_DISPLAY, path, temp, 0644)) {
527 if (cppath(MODE_SRC, path, temp, 0644)) {
555 if (cppath(MODE_SRC, path, temp, 0644)) {
574 if (cppath(MODE_SRC, path, temp, 0644)) {
H A Dinstvol.c292 if (cppath(MODE_SRC, srcp, scrpt_dst, 0644)) {
423 if (cppath(MODE_SRC, srcp, scrpt_dst, 0644)) {
543 n = cppath(MODE_SET|DIR_DISPLAY, srcp,
1405 if (cppath(MODE_SRC, ept->path, scrpt_dst, 0644)) {
1523 if (cppath(MODE_SRC, ept->path, scrpt_dst, 0644)) {
H A Dcppath.c73 * Name: cppath
90 cppath(int a_ctrl, char *a_srcPath, char *a_dstPath, mode_t a_mode) function

Completed in 48 milliseconds