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

/haiku/src/system/libroot/posix/sys/
H A Dchmod.c18 chmod(const char *path, mode_t mode) function
/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c24 if (chmod("__file", 0644) != 0)
25 printf("chmod fails: %s\n", strerror(errno));
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h23 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat25
82 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat22
133 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat2
181 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat1
H A Dfuse.h143 int (*chmod) (const char *, mode_t); member in struct:fuse_operations
/haiku/headers/posix/sys/
H A Dstat.h112 extern int chmod(const char *path, mode_t mode);
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c323 chmod(pathname, (mode_t)perm);
/haiku/src/build/libroot/
H A Dfs_darwin.cpp149 // call chmod() ignoring fd
157 return chmod(path, mode);
177 status = chmod(fullPath, mode);
H A Dfs.cpp965 if (chmod(realPath.c_str(), st->st_mode) < 0)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp208 if (fs->ops.chmod == NULL)
210 return fs->ops.chmod(path, mode);
H A DFUSEFileSystem.cpp545 fFS->ops.chmod != NULL || fFS->ops.chown != NULL
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh118 chmod a=r $file
/haiku/src/bin/network/telnetd/
H A Dsys_term.c437 chmod(line, 0600);
989 (void) chmod(li, 0600);
1377 (void)chmod(line, 0666);
1380 (void)chmod(line, 0666);
/haiku/src/bin/unzip/
H A Dbeos.c467 if (chmod(G.filename, (0xffff & G.pInfo->file_attr) | 0700))
468 perror("chmod (directory attributes) error");
874 if (chmod(G.filename, 0xffff & G.pInfo->file_attr))
875 perror("chmod (file attributes) error");
975 if (chmod(d->fn, 0xffff & d->perms)) {
978 /* perror("chmod (file attributes) error"); */
H A Dfileio.c334 chmod(G.filename, S_IREAD | S_IWRITE);
341 chmod(G.filename, 0);
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp413 || chmod(path, S_IRUSR | S_IWUSR | S_IWGRP) != 0) {
/haiku/src/tools/fs_shell/
H A Dfuse.cpp272 PRINTD("##chmod\n");
417 fuseOps->chmod = fuse_chmod;
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp1035 chmod(testFile4, 0755);
1037 chmod(testFile4, 0644);
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y762 else if (chmod($8, $6) < 0)
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1324 #define chmod fssh_chmod macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1523 void chmod() {} function
H A Dlibroot_stubs_legacy.c1454 void chmod() {} function
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp718 if (chmod(path.GetPath(), request->nodeInfo.st.st_mode) < 0)

Completed in 317 milliseconds