Searched defs:a_ctrl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c68 static int write_file(char **r_linknam, int a_ctrl, mode_t a_mode,
70 static int create_path(int a_ctrl, char *a_file);
83 * - a_mode - mode to set a_dstpath to (mode controlled by a_ctrl)
90 cppath(int a_ctrl, char *a_srcPath, char *a_dstPath, mode_t a_mode) argument
102 echoDebug(DBG_CPPATH_ENTRY, a_ctrl, a_mode, a_srcPath, a_dstPath);
134 if (a_ctrl & MODE_SET) {
142 } else if (a_ctrl & MODE_SRC) {
153 dstFd = write_file(&linknam, a_ctrl, a_mode, a_dstPath);
233 create_path(int a_ctrl, char *a_file) argument
266 if (a_ctrl
296 write_file(char **r_linknam, int a_ctrl, mode_t a_mode, char *a_file) argument
[all...]

Completed in 68 milliseconds