Searched refs:f_mode (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/cmd/filesync/ |
H A D | action.c | 158 do_chmod = (sp->f_mode != dp->f_mode); in do_like() 212 fprintf(stdout, "chmod %o %s\n", sp->f_mode, in do_like() 221 rc = opt_notouch ? 0 : chmod(dst, sp->f_mode); in do_like() 225 sp->f_mode, rc, errno); in do_like() 229 dp->f_mode = sp->f_mode; in do_like() 230 ip->f_mode = sp->f_mode; in do_like() 438 mode = sp->f_mode; /* modes for the new file */ in do_copy() 453 (dp->f_mode & 0200)) { in do_copy() 461 if (dp->f_mode != mode) in do_copy() 517 dp->f_mode = 0; in do_copy() [all …]
|
H A D | acls.c | 179 acls[0].a_perm = (fp->f_mode >> 6) & 7; in set_acls() 183 acls[1].a_perm = (fp->f_mode >> 3) & 7; in set_acls() 187 acls[2].a_perm = (fp->f_mode >> 6) & 7; in set_acls() 191 acls[3].a_perm = fp->f_mode & 7; in set_acls()
|
H A D | anal.c | 475 if (np->f_mode != rp->f_mode) in check_changes() 695 if (tgtp->f_mode == 0) in find_link() 760 if (chgp->f_mode != 0) in find_link() 795 if (fcp->f_mode != basp->f_mode) in find_link() 853 if (lip->f_mode == 0) in has_other_links() 931 lp->f_info[which].f_mode = fp->f_info[which].f_mode; in link_update()
|
H A D | eval.c | 672 ip->f_mode = sp->st_mode & S_IAMB; in note_info() 717 np->f_mode = ip->f_mode; in do_update()
|
H A D | database.h | 129 int f_mode; /* protection */ member
|
H A D | recon.c | 633 same_mode = (sp->f_mode == dp->f_mode); in samestuff()
|
H A D | base.c | 468 ip->f_mode = l; in read_baseline() 841 noblanks(fp->f_name), ip->f_mode); in bw_file()
|
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk2.c | 612 if (op->f_mode == type && strcmp(op->f_name, cp) == 0) in openfile() 655 op->f_mode = type; in openfile() 669 if (op->f_mode == PIPE || op->f_mode == PIPESYM) in awkclose()
|
H A D | awk.h | 263 ushort_t f_mode; /* Open mode: WRITE, APPEND, PIPE */ member
|
H A D | awk1.c | 258 fp->f_mode = 0; in awkvarinit()
|
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | option.c | 710 int f_mode = FM_ALLDIR; in process_fileopt() local 749 f_mode = FM_ALLFILE; /* all files here */ in process_fileopt() 755 f_mode = FM_ALLFILE; in process_fileopt() 761 if (f_mode == FM_ALLFILE) { in process_fileopt()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 139 char *f_mode; member 796 for (pf = formats; pf->f_mode != NULL; pf++) in tftp() 797 if (strcasecmp(pf->f_mode, mode) == 0) in tftp() 799 if (pf->f_mode == NULL) { in tftp()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_ofile.c | 260 of->f_mode = in smb_ofile_open() 262 if (smb_fsop_open(node, of->f_mode, of->f_cr) != 0) { in smb_ofile_open() 377 (void) smb_fsop_close(of->f_node, of->f_mode, in smb_ofile_close()
|
H A D | smb_oplock.c | 231 smb_vop_other_opens(node->vp, ofile->f_mode)) { in smb_oplock_acquire()
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1218 int f_mode; member
|