chmod             209 examples/libsmbclient/smbwrapper/wrapper.c         GETSYM(chmod, "chmod");
chmod             940 examples/libsmbclient/smbwrapper/wrapper.c         return (* smbw_libc.chmod)((char *) name, mode);
chmod             110 examples/libsmbclient/smbwrapper/wrapper.h         int (* chmod)(char *name, mode_t mode);
chmod             277 lib/zlib/contrib/untgz/untgz.c       chmod(item->fname,item->mode);
chmod             518 lib/zlib/examples/gun.c     (void)chmod(to, was.st_mode & 07777);
chmod              83 source3/groupdb/mapping_ldb.c 	if (chmod(db_path, 0600) != 0) {
chmod            2788 source3/include/libsmbclient.h         smbc_chmod_fn                   chmod DEPRECATED_SMBC_INTERFACE;
chmod             363 source3/include/vfs.h 		int (*chmod)(struct vfs_handle_struct *handle, const char *path, mode_t mode);
chmod             544 source3/include/vfs.h 		struct vfs_handle_struct *chmod;
chmod              68 source3/include/vfs_macros.h #define SMB_VFS_CHMOD(conn, path, mode) ((conn)->vfs.ops.chmod((conn)->vfs.handles.chmod, (path), (mode)))
chmod             202 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_CHMOD(conn, path, mode) ((conn)->vfs_opaque.ops.chmod((conn)->vfs_opaque.handles.chmod, (path), (mode)))
chmod             337 source3/include/vfs_macros.h #define SMB_VFS_NEXT_CHMOD(handle, path, mode) ((handle)->vfs_next.ops.chmod((handle)->vfs_next.handles.chmod, (path), (mode)))
chmod            1212 source3/lib/dbwrap_ctdb.c 		chmod(db_path, mode);
chmod             111 source3/lib/fault.c 	if (chmod(tmp_corepath, 0700) == -1)
chmod             127 source3/lib/fault.c 	if (chmod(tmp_corepath, 0700) == -1)
chmod             831 source3/libsmb/libsmb_setget.c         return c->chmod;
chmod             837 source3/libsmb/libsmb_setget.c         c->chmod = fn;
chmod             521 source3/modules/vfs_default.c 	if (chmod (dest, source_stats.st_mode & 07777))
chmod             681 source3/modules/vfs_default.c 	result = chmod(path, mode);
chmod             338 source3/modules/vfs_netatalk.c 	chmod(adbl_path, ADOUBLEMODE);
chmod             421 source3/nmbd/nmbd_serverlistdb.c 	chmod(fnamenew,0644);
chmod            2391 source3/nmbd/nmbd_winsserver.c 	chmod(fnamenew,0644);
chmod             321 source3/passdb/pdb_smbpasswd.c 	if(chmod(pfile, S_IRUSR|S_IWUSR) == -1) {
chmod             774 source3/passdb/pdb_smbpasswd.c 	chmod(pfile, 0600);
chmod             403 source3/printing/tests/vlp.c 	chmod(printdb_path, 0666);
chmod              77 source3/smbd/close.c 	if (chmod(fsp->fsp_name,0755) == -1) {
chmod             196 source3/utils/smbget.c 		if(chmod(relname, remotestat.st_mode) < 0) {
chmod             476 source3/web/swat.c 		chmod(get_dyn_CONFIGFILE(), S_IWUSR | S_IRUSR | S_IRGRP | S_IROTH);
chmod             859 source4/ntvfs/posix/pvfs_setfileinfo.c 		if (chmod(name->full_name, mode) == -1) {