Home
last modified time | relevance | path

Searched refs:MODE_SRC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c470 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 Dpkginstall.h40 #define MODE_SRC 0x0002 /* set mode to mode of source file */ macro
H A Dinstvol.c295 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 Dcppath.c142 } else if (a_ctrl & MODE_SRC) { in cppath()