Home
last modified time | relevance | path

Searched refs:lchown (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/features/
H A Dsymlink13 lib lchown note{ lchown implemented }end execute{
20 lchown("No-FiLe", 0, 0);
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dchgrp.c101 __STDPP__directive pragma pp:hide lchown
103 #define lchown ______lchown
119 __STDPP__directive pragma pp:nohide lchown
121 #undef lchown
156 extern int lchown(const char*, uid_t, gid_t);
411 chownf = lchown; in b_chgrp()
H A DRELEASE11 11-08-16 chgrp.c: change lchmod() ref to lchown()
175 05-03-24 features/symlink: verify { lchmod lchown } implementations
301 97-11-11 chown,chgrp: proper interpretation of -h,-l for lchown()
328 add chown|chgrp -P for systems with lchown(2)
/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) in lchown() function
/illumos-gate/usr/src/ucbcmd/chown/
H A Dchown.c146 if (lchown(argv[c], uid, gid)) { in main()
205 if (lchown(dp->d_name, uid, gid) < 0 && in chownr()
/illumos-gate/usr/src/cmd/ast/libcmd/amd64/FEATURE/
H A Dsymlink5 #define _lib_lchown 1 /* lchown implemented */
/illumos-gate/usr/src/cmd/ast/libcmd/i386/FEATURE/
H A Dsymlink5 #define _lib_lchown 1 /* lchown implemented */
/illumos-gate/usr/src/cmd/ast/libcmd/sparc/FEATURE/
H A Dsymlink5 #define _lib_lchown 1 /* lchown implemented */
/illumos-gate/usr/src/cmd/ast/libcmd/sparcv9/FEATURE/
H A Dsymlink5 #define _lib_lchown 1 /* lchown implemented */
/illumos-gate/usr/src/uts/common/syscall/
H A Dchown.c89 lchown(char *path, uid_t uid, gid_t gid) in lchown() function
/illumos-gate/usr/src/man/man2/
H A DMakefile220 lchown.2 \
297 lchown.2 := LINKSRC = chown.2
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum126 lchown 130
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum124 lchown 130
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h378 #define chown lchown
/illumos-gate/usr/src/cmd/chgrp/
H A Dchgrp.c100 #define LCHOWN(f, u, g) if (lchown(f, u, g) < 0) { \
/illumos-gate/usr/src/cmd/chown/
H A Dchown.c97 #define LCHOWN(f, u, g) if (lchown(f, u, g) < 0) { \
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dunistd_h.cfg114 func | lchown |\
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c204 int lchown(char *, uid_t, gid_t);
593 /* 130 */ SYSENT_CI("lchown", lchown, 3),
954 /* 130 */ SYSENT_CI("lchown", lchown, 3),
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c156 } else if (lchown(dir, ROOT_UID, ROOT_GID) < 0) { in create_dir()
/illumos-gate/usr/src/boot/include/
H A Dunistd.h418 int lchown(const char *, uid_t, gid_t);
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dinit.c436 if (lchown(path, uid, gid) < 0) { in create_directory()
/illumos-gate/usr/src/head/
H A Dunistd.h410 extern int lchown(const char *, uid_t, gid_t);
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c964 if (lchown(path, daemon_uid, daemon_gid) < 0) { in nftw_owner()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg849 @ MSG_SYS_LCHOWN "[ lchown ]" # 130
850 @ MSG_SYS_LCHOWN_ALT "lchown"
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c653 if (lchown(fname, uid, gid) == -1) { in set_values()

12