Searched refs:chown (Results 26 - 41 of 41) sorted by relevance

12

/haiku-fatelf/src/bin/unzip/
H A Dbeos.c913 if (chown(G.filename, (uid_t)z_uidgid[0], (gid_t)z_uidgid[1]))
960 chown(d->fn, (uid_t)d->uidgid[0], (gid_t)d->uidgid[1]))
/haiku-fatelf/src/bin/coreutils/src/
H A Dcp.c39 # define lchown(name, uid, gid) chown (name, uid, gid)
304 chown turns off set[ug]id bits for non-root,
H A Dinstall.c67 # define lchown(name, uid, gid) chown (name, uid, gid)
792 /* chown must precede chmod because on some systems,
793 chown clears the set[ug]id bits for non-superusers,
795 On System V, users can give away files with chown and then not
798 We don't normally ignore errors from chown because the idea of
H A Dcopy.c80 # define lchown(name, uid, gid) chown (name, uid, gid)
2244 chown turns off set[ug]id bits for non-root,
2268 /* Avoid calling chown if we know it's not necessary. */
2439 /* Return true if it's OK for chown to fail, where errno is
2440 the error number that chown failed with and X is the copying
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dmpw.c485 chown () function
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Drlfe.c235 /* chown/chmod the corresponding pty, if possible.
252 chown(name, getuid(), gid);
/haiku-fatelf/src/bin/network/atftpd/
H A Dtftpd.c292 chown(pidfile, user->pw_uid, group->gr_gid);
/haiku-fatelf/src/libs/libtelnet/
H A Dkerberos5.c554 chown (ccname + 5, pwd->pw_uid, -1);
/haiku-fatelf/src/build/libroot/
H A Dfs.cpp949 if (chown(realPath.c_str(), st->st_uid, (gid_t)-1) < 0)
954 if (chown(realPath.c_str(), (uid_t)-1, st->st_gid) < 0)
/haiku-fatelf/src/bin/compress/
H A Dcompress.c1561 chown(ofname, statbuf.st_uid, statbuf.st_gid); /* Copy ownership */
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c1639 chown(ofname, ifstat->st_uid, ifstat->st_gid); /* Copy ownership */
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Drpc_workers.c879 chown(path, uid, gid);
882 // chown(path, uid, -1);
885 // chown(path, -1, gid);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libcoreutils --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=gnulib-tests --aux-dir=build-aux --with-tests --avoid=canonicalize-lgpl --avoid=dummy --no-libtool --macro-prefix=gl acl alloca announce-gen areadlink-with-size argmatch argv-iter assert atexit autobuild backupfile base64 c-strcase c-strtod c-strtold calloc canon-host canonicalize chown cloexec closein closeout config-h configmake crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 cycle-check d-ino d-type diacrit dirfd dirname do-release-commit-and-tag dup2 environ error euidaccess exclude exitfail faccessat fchdir fcntl fcntl-safer fdl file-type fileblocks filemode filenamecat filevercmp fnmatch-gnu fopen-safer fprintftime freopen freopen-safer fseeko fsusage fsync ftello ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt-gnu getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload group-member hard-locale hash hash-pjw host-os human idcache ignore-value inttostr inttypes isapipe isblank lchmod lchown lib-ignore linebuffer link link-follow linkat long-options lstat maintainer-makefile malloc manywarnings mbrtowc mbsalign mbswidth memcasecmp memchr memcmp memcmp2 memcpy memmove mempcpy memrchr memset mgetgroups mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist mpsort nproc obstack pathmax perl physmem posix-shell posixtm posixver priv-set progname propername putenv quote quotearg raise randint randperm readlink readtokens readtokens0 readutmp realloc regex remove rename rmdir root-dev-ino rpmatch safe-read same save-cwd savedir savewd selinux-at settime sig2str sigaction ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy stpncpy strcspn strdup-posix strftime strpbrk strsignal strtod strtoimax strtol strtoumax symlink sys_stat timespec tzset uname unicodeio unistd-safer unlink-busy unlocked-io unsetenv update-copyright uptime useless-if-before-free userspec utimecmp utimens vasprintf-posix vc-list-files verify verror version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xfreopen xgetcwd xgethostname xmemcoll xnanosleep xprintf xprintf-posix xreadlink xstrtod xstrtoimax xstrtol xstrtold xstrtoumax yesno
299 ## begin gnulib module chown
302 EXTRA_DIST += chown.c fchown-stub.c
304 EXTRA_libcoreutils_a_SOURCES += chown.c fchown-stub.c
306 ## end gnulib module chown
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty.cpp1720 if (chown(path, getuid(), getgid()) != 0
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dbeserved_server.c2454 chown(path, uid, gid);
2457 // chown(path, uid, -1);
2460 // chown(path, -1, gid);
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure3194 as_fn_append ac_func_list " chown"
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working chown" >&5
7422 $as_echo_n "checking for working chown... " >&6; }
7437 char *f = "conftest.chown";
7444 if (chown (f, (uid_t) -1, (gid_t) -1) == -1)
7463 rm -f conftest.chown
7475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether chown dereferences symlinks" >&5
7476 $as_echo_n "checking whether chown dereferences symlinks... " >&6; }
7502 i.e., where chown must fail with ENOENT. */
7503 exit ( ! (chown (dangling_symlin
[all...]

Completed in 384 milliseconds

12