Home
last modified time | relevance | path

Searched refs:chown (Results 1 – 25 of 67) sorted by relevance

123

/dragonfly/usr.sbin/chown/
H A DMakefile5 PROG= chown
7 MAN= chgrp.1 chown.8
8 LINKS= ${BINDIR}/chown /usr/bin/chgrp
/dragonfly/usr.bin/dsynth/
H A Dmktemplate.sh40 chown root:mail $template/var/mail
44 chown root:games $template/var/games
48 chown daemon:wheel $template/var/msgs
/dragonfly/lib/libc/sys/
H A DMakefile.inc66 chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 closefrom.2 \
116 MLINKS+=chown.2 fchown.2 \
117 chown.2 fchownat.2 \
118 chown.2 lchown.2
/dragonfly/usr.sbin/pw/
H A Dcpdir.c62 chown(dir, uid, gid); in copymkdir()
114 chown(dst, uid, gid); in copymkdir()
H A Dpw_user.c181 chown(dbuf, 0, 0); in pw_user()
198 chown(dbuf, 0, 0); in pw_user()
208 chown(dbuf, 0, 0); in pw_user()
748 chown(line, pwd->pw_uid, pwd->pw_gid); in pw_user()
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dunistd.h761 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
775 # undef chown
776 # define chown rpl_chown
778 _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)
780 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid));
783 _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)
786 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid));
788 _GL_CXXALIASWARN (chown);
790 # undef chown
792 _GL_WARN_ON_USE (chown, "chown fails to follow symlinks on some systems and "
/dragonfly/crypto/openssh/
H A Dsshpty.c90 if (chown(tty, (uid_t) 0, (gid_t) 0) == -1) in pty_release()
194 if (chown(tty, pw->pw_uid, gid) == -1) { in pty_setowner()
/dragonfly/etc/rc.d/
H A Dttys26 chown root:wheel /dev/tty[pqrsPQRS]*
H A Dvirecover23 chown root:wheel /var/tmp/vi.recover
/dragonfly/etc/periodic/weekly/
H A D310.locate22 chown nobody $locdb || rc=3
/dragonfly/usr.bin/crunch/examples/
H A Dfixit.conf24 progs badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
/dragonfly/contrib/bmake/
H A Dinstall-sh99 -o) owner="${CHOWN:-chown} $2 "; shift;;
143 # all this just for chown!
H A Dos.sh93 CHOWN=`Which chown /usr/etc:/usr/bin`
/dragonfly/test/stress/stress2/misc/
H A Dquota9.sh58 chown $testuser ${mntpoint}/stressX
/dragonfly/libexec/telnetd/
H A Dsys_term.c404 chown(line, 0, 0); in getpty()
956 (void) chown(li, 0, 0); in cleanopen()
1328 (void)chown(line, 0, 0); in cleanup()
1331 (void)chown(line, 0, 0); in cleanup()
/dragonfly/usr.bin/login/
H A Dlogin_fbtab.c137 if (chown(path, uid, gid) && errno != ENOENT) in login_protect()
/dragonfly/share/examples/diskless/
H A Dclone_root119 mkdir -p ${DEST}/$i && chown root:wheel ${DEST}/$i && echo -n "$i "
/dragonfly/usr.sbin/
H A DMakefile22 chown \
/dragonfly/gnu/usr.bin/cvs/cvs/
H A DMakefile41 chown -R nobody ${.OBJDIR}/cvs-sanity
/dragonfly/usr.sbin/cron/crontab/
H A Dcrontab.c328 if (chown(Filename, getuid(), getgid()) < 0) {
563 if (chown(tn, ROOT_UID, -1) < OK)
/dragonfly/contrib/binutils-2.34/binutils/
H A Drename.c188 if (chown (to, s.st_uid, s.st_gid) >= 0) in smart_rename()
/dragonfly/contrib/binutils-2.27/binutils/
H A Drename.c188 if (chown (to, s.st_uid, s.st_gid) >= 0) in smart_rename()
/dragonfly/contrib/bmake/mk/
H A Dman.mk75 MAN_CHOWN ?= chown
/dragonfly/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c291 if (chown(sd, pp->daemon_user, gr->gr_gid) < 0) { in make_spool_dir()
/dragonfly/sbin/jscan/
H A Ddump_mirror.c427 chown(jattr->pathref, jattr->uid, -1); in dump_mirror_rebuild_redo()
429 chown(jattr->pathref, -1, jattr->gid); in dump_mirror_rebuild_redo()

123