Searched refs:cppath (Results 1 – 6 of 6) sorted by relevance
/titanic_50/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 | 292 if (cppath(MODE_SRC, srcp, scrpt_dst, 0644)) { in instvol() 423 if (cppath(MODE_SRC, srcp, scrpt_dst, 0644)) { in instvol() 543 n = cppath(MODE_SET|DIR_DISPLAY, srcp, in instvol() 1405 if (cppath(MODE_SRC, ept->path, scrpt_dst, 0644)) { in endofclass() 1523 if (cppath(MODE_SRC, ept->path, scrpt_dst, 0644)) { in fix_attributes()
|
H A D | pkginstall.h | 57 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
|
/titanic_50/ |
H A D | .gitignore | 2792 usr/src/cmd/svr4pkg/pkginstall/cppath.i
|