Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libcmd/common/features/
H A Dsymlink12 lib lchown note{ lchown implemented }end execute{
18 lchown("No-FiLe", 0, 0);
/titanic_41/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
141 extern int lchown(const char*, uid_t, gid_t);
150 lchown(const char* path, uid_t uid, gid_t gid) in lchown() function
438 chownf = lchown; in b_chgrp()
H A DRELEASE139 05-03-24 features/symlink: verify { lchmod lchown } implementations
265 97-11-11 chown,chgrp: proper interpretation of -h,-l for lchown()
292 add chown|chgrp -P for systems with lchown(2)
/titanic_41/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
/titanic_41/usr/src/ucbcmd/chown/
H A Dchown.c147 if (lchown(argv[c], uid, gid)) { in main()
206 if (lchown(dp->d_name, uid, gid) < 0 && in chownr()
/titanic_41/usr/src/lib/libcmd/amd64/src/lib/libcmd/FEATURE/
H A Dsymlink7 #define _lib_lchown 1 /* lchown implemented */
/titanic_41/usr/src/lib/libcmd/sparc/src/lib/libcmd/FEATURE/
H A Dsymlink7 #define _lib_lchown 1 /* lchown implemented */
/titanic_41/usr/src/lib/libcmd/sparcv9/src/lib/libcmd/FEATURE/
H A Dsymlink7 #define _lib_lchown 1 /* lchown implemented */
/titanic_41/usr/src/lib/libcmd/i386/src/lib/libcmd/FEATURE/
H A Dsymlink7 #define _lib_lchown 1 /* lchown implemented */
/titanic_41/usr/src/uts/common/syscall/
H A Dchown.c89 lchown(char *path, uid_t uid, gid_t gid) in lchown() function
/titanic_41/usr/src/man/man2/
H A DMakefile213 lchown.2 \
289 lchown.2 := LINKSRC = chown.2
/titanic_41/usr/src/uts/intel/os/
H A Dname_to_sysnum124 lchown 130
/titanic_41/usr/src/uts/sparc/os/
H A Dname_to_sysnum122 lchown 130
/titanic_41/usr/src/lib/libsys/i386/
H A Dlibsys.list59 f 1 lchown
/titanic_41/usr/src/lib/libsys/sparc/
H A Dlibsys.list59 f 1 lchown
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A Dunistd_h.cfg109 func | lchown |\
/titanic_41/usr/src/cmd/chgrp/
H A Dchgrp.c125 #define LCHOWN(f, u, g) if (lchown(f, u, g) < 0) { \
/titanic_41/usr/src/cmd/chown/
H A Dchown.c118 #define LCHOWN(f, u, g) if (lchown(f, u, g) < 0) { \
/titanic_41/usr/src/cmd/backup/restore/
H A Drestore.h404 #define chown lchown
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c202 int lchown(char *, uid_t, gid_t);
594 /* 130 */ SYSENT_CI("lchown", lchown, 3),
955 /* 130 */ SYSENT_CI("lchown", lchown, 3),
/titanic_41/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c156 } else if (lchown(dir, ROOT_UID, ROOT_GID) < 0) { in create_dir()
/titanic_41/usr/src/lib/libsys/common/
H A Dmapfile-vers192 lchown;
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Dinit.c446 if (lchown(path, uid, gid) < 0) { in create_directory()
/titanic_41/usr/src/head/
H A Dunistd.h410 extern int lchown(const char *, uid_t, gid_t);
/titanic_41/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c860 if (lchown(path, daemon_uid, daemon_gid) < 0) { in nftw_owner()

12