Searched refs:cppath (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | merginfo.c | 470 if (cppath(MODE_SRC|DIR_DISPLAY, path, temp, 0644)) { in merginfo() 527 if (cppath(MODE_SRC, path, temp, 0644)) { in merginfo() 555 if (cppath(MODE_SRC, path, temp, 0644)) { in merginfo() 574 if (cppath(MODE_SRC, path, temp, 0644)) { in merginfo()
|
H A D | Makefile | 31 cppath.o \
|
H A D | instvol.c | 295 if (cppath(MODE_SRC, srcp, scrpt_dst, 0644)) { in instvol() 426 if (cppath(MODE_SRC, srcp, scrpt_dst, 0644)) { in instvol() 546 n = cppath(MODE_SET|DIR_DISPLAY, srcp, in instvol() 1408 if (cppath(MODE_SRC, ept->path, scrpt_dst, 0644)) { in endofclass() 1526 if (cppath(MODE_SRC, ept->path, scrpt_dst, 0644)) { in fix_attributes()
|
H A D | pkginstall.h | 61 extern int cppath __P((int ctrl, char *f1, char *f2, mode_t mode));
|
H A D | cppath.c | 90 cppath(int a_ctrl, char *a_srcPath, char *a_dstPath, mode_t a_mode) in cppath() function
|