Searched refs:a_mode (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dfmkdir.c46 * a_mode - mode(2) bits to set the path to if created
52 fmkdir(char *a_path, int a_mode) argument
60 if (mkdir(a_path, a_mode) != 0) {
H A Dvfpops.c137 * char *a_mode - fopen mode to open the file with
153 vfpOpen(VFP_T **r_vfp, char *a_path, char *a_mode, VFPFLAGS_T a_flags) argument
192 if (a_mode == (char *)NULL) {
200 if ((*a_path == '\0') || (*a_mode == '\0')) {
208 fp = fopen(a_path, a_mode);
381 if (*a_mode == 'w') {
385 if (*a_mode == 'r') {
963 * char *a_mode - fopen mode to open the file with
981 char *a_mode, VFPFLAGS_T a_flags)
996 return (vfpOpen(r_vfp, a_path, a_mode, a_flag
980 vfpCheckpointOpen(VFP_T **a_cpVfp, VFP_T **r_vfp, char *a_path, char *a_mode, VFPFLAGS_T a_flags) argument
[all...]
H A Dpkglib.h460 extern int fmkdir(char *a_path, int a_mode);
552 char *a_mode, VFPFLAGS_T a_flags);
556 extern int vfpOpen(VFP_T **r_vfp, char *a_path, char *a_mode,
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c68 static int write_file(char **r_linknam, int a_ctrl, mode_t a_mode,
78 * |= MODE_SET - mode is a_mode (no mask SET?ID bits)
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);
124 * --> use a_mode (do not mask off any portion)
125 * --> If a_mode is unknown (? in the pkgmap), then the file gets
137 usemode = (a_mode ^ BADMODE) ? a_mode : 0644;
138 if (a_mode !
296 write_file(char **r_linknam, int a_ctrl, mode_t a_mode, char *a_file) argument
[all...]

Completed in 113 milliseconds