Searched refs:MODE_SRC (Results 1 – 4 of 4) 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 | pkginstall.h | 40 #define MODE_SRC 0x0002 /* set mode to mode of source file */ macro
|
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() 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 | cppath.c | 142 } else if (a_ctrl & MODE_SRC) { in cppath()
|