Home
last modified time | relevance | path

Searched refs:f_mode (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/cmd/filesync/
H A Daction.c158 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 Dacls.c179 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 Danal.c475 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 Deval.c672 ip->f_mode = sp->st_mode & S_IAMB; in note_info()
717 np->f_mode = ip->f_mode; in do_update()
H A Ddatabase.h129 int f_mode; /* protection */ member
H A Drecon.c633 same_mode = (sp->f_mode == dp->f_mode); in samestuff()
H A Dbase.c468 ip->f_mode = l; in read_baseline()
841 noblanks(fp->f_name), ip->f_mode); in bw_file()
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk2.c612 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 Dawk.h263 ushort_t f_mode; /* Open mode: WRITE, APPEND, PIPE */ member
H A Dawk1.c258 fp->f_mode = 0; in awkvarinit()
/titanic_41/usr/src/cmd/auditreduce/
H A Doption.c710 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_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c139 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_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c260 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 Dsmb_oplock.c231 smb_vop_other_opens(node->vp, ofile->f_mode)) { in smb_oplock_acquire()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1218 int f_mode; member