Searched refs:lchown (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dchown.c52 #pragma weak _lchown = lchown
54 lchown(const char *name, uid_t uid, gid_t gid) function
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c97 __STDPP__directive pragma pp:hide lchown
99 #define lchown ______lchown
111 __STDPP__directive pragma pp:nohide lchown
113 #undef lchown
134 #define OPT_LCHOWN (1<<3) /* lchown */
141 extern int lchown(const char*, uid_t, gid_t);
150 lchown(const char* path, uid_t uid, gid_t gid) function
437 op = "lchown";
438 chownf = lchown;
/illumos-gate/usr/src/ucbcmd/chown/
H A Dchown.c147 if (lchown(argv[c], uid, gid)) {
206 if (lchown(dp->d_name, uid, gid) < 0 &&
/illumos-gate/usr/src/uts/common/syscall/
H A Dchown.c89 lchown(char *path, uid_t uid, gid_t gid) function
/illumos-gate/usr/src/man/man2/
H A DMakefile213 lchown.2 \
289 lchown.2 := LINKSRC = chown.2
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h404 #define chown lchown
H A Dtape.c830 if (lchown(rname, uid, gid) < 0 && !complained_lchown) {
/illumos-gate/usr/src/cmd/chgrp/
H A Dchgrp.c125 #define LCHOWN(f, u, g) if (lchown(f, u, g) < 0) { \
/illumos-gate/usr/src/cmd/chown/
H A Dchown.c118 #define LCHOWN(f, u, g) if (lchown(f, u, g) < 0) { \
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c156 } else if (lchown(dir, ROOT_UID, ROOT_GID) < 0) {
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dinit.c444 if (lchown(path, uid, gid) < 0) {
/illumos-gate/usr/src/boot/include/
H A Dunistd.h418 int lchown(const char *, uid_t, gid_t);
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c203 int lchown(char *, uid_t, gid_t);
595 /* 130 */ SYSENT_CI("lchown", lchown, 3),
956 /* 130 */ SYSENT_CI("lchown", lchown, 3),
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c859 printf("lchown %s daemon:daemon\n", path);
860 if (lchown(path, daemon_uid, daemon_gid) < 0) {
/illumos-gate/usr/src/head/
H A Dunistd.h404 extern int lchown(const char *, uid_t, gid_t);
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c653 if (lchown(fname, uid, gid) == -1) {
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c696 m = lchown(target, UID(s1), GID(s1));
782 m = lchown(target, UID(s1), GID(s1));
/illumos-gate/usr/src/cmd/filesync/
H A Daction.c306 rc = opt_notouch ? 0 : lchown(dst, sp->f_uid, sp->f_gid);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c2116 erc = lchown(name, uid, gid);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4301 if (lchown(Fullnam_p, (int)Rpw_p->pw_uid,
4307 } else if ((lchown(Fullnam_p, (int)G_p->g_uid,
9700 return (lchown(name, owner, group));
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c5893 (void) lchown(newfile, stat->st_uid, stat->st_gid);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8542 return (lchown(name, owner, group));

Completed in 417 milliseconds