Searched refs:a_ctrl (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | cppath.c | 68 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); 90 cppath(int a_ctrl, char *a_srcPath, char *a_dstPath, mode_t a_mode) in cppath() argument 102 echoDebug(DBG_CPPATH_ENTRY, a_ctrl, a_mode, a_srcPath, a_dstPath); in cppath() 134 if (a_ctrl & MODE_SET) { in cppath() 142 } else if (a_ctrl & MODE_SRC) { in cppath() 153 dstFd = write_file(&linknam, a_ctrl, a_mode, a_dstPath); in cppath() 233 create_path(int a_ctrl, char *a_file) in create_path() argument 266 if (a_ctrl & DIR_DISPLAY) { in create_path() 296 write_file(char **r_linknam, int a_ctrl, mode_t a_mode, char *a_file) in write_file() argument [all …]
|