Searched refs:fchown (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Duser_syms.c69 EXPORT_SYMBOL_PROTO(fchown); variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c55 fchown(new_fd, sb.st_uid, sb.st_gid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/lbl/
H A Dos-sunos4.h67 int fchown(int, int, int);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-sunos4.h67 int fchown(int, int, int);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlogger.c281 ret = fchown(fileno(logfile), runas_uid, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_user.c215 if (fchown(fd, attrs->ia_uid, -1))
223 if (fchown(fd, -1, attrs->ia_gid))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/contrib/pppgetpass/
H A Dpppgetpass.vt.c85 chowned=fchown(openvt, uid, gid);
88 syslog(LOG_ERR, "fchown(%s): %m", openvtname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.h114 int (* fchown)(int fd, uid_t owner, gid_t group); member in struct:SMBW_libc
H A Dwrapper.c212 GETSYM(fchown, "fchown");
966 int fchown(int fd, uid_t owner, gid_t group) function
968 check_init("fchown");
975 return (* smbw_libc.fchown)(fd, owner, group);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/contrib/pppgetpass/
H A Dpppgetpass.vt.c85 chowned=fchown(openvt, uid, gid);
88 syslog(LOG_ERR, "fchown(%s): %m", openvtname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dvfs.h286 int (*fchown)(struct vfs_handle_struct *handle, struct files_struct *fsp, int fd, uid_t uid, gid_t gid); member in struct:vfs_ops::vfs_fn_pointers
410 struct vfs_handle_struct *fchown; member in struct:vfs_ops::vfs_handles_pointers
H A Dvfs_macros.h67 #define SMB_VFS_FCHOWN(fsp, fd, uid, gid) ((fsp)->conn->vfs.ops.fchown((fsp)->conn->vfs.handles.fchown, (fsp), (fd), (uid), (gid)))
183 #define SMB_VFS_OPAQUE_FCHOWN(fsp, fd, uid, gid) ((fsp)->conn->vfs_opaque.ops.fchown((fsp)->conn->vfs_opaque.handles.fchown, (fsp), (fd), (uid), (gid)))
300 #define SMB_VFS_NEXT_FCHOWN(handle, fsp, fd, uid, gid) ((handle)->vfs_next.ops.fchown((handle)->vfs_next.handles.fchown, (fsp), (fd), (uid), (gid)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dfile_io.c63 // If fchown() fails setting the owner, we warn about it only if
166 // isn't already us, fchown() probably doesn't succeed. We warn
167 // about failing fchown() only if we are root.
168 if (fchown(pair->dest_fd, pair->src_st.st_uid, -1) && warn_fchown)
174 if (fchown(pair->dest_fd, -1, pair->src_st.st_gid)) {
471 // for them, but calls fchown() after fchmod(),
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dfile_io.c63 // If fchown() fails setting the owner, we warn about it only if
166 // isn't already us, fchown() probably doesn't succeed. We warn
167 // about failing fchown() only if we are root.
168 if (fchown(pair->dest_fd, pair->src_st.st_uid, -1) && warn_fchown)
174 if (fchown(pair->dest_fd, -1, pair->src_st.st_gid)) {
471 // for them, but calls fchown() after fchmod(),
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dlogin.c409 fchown(0, pw->pw_uid, pw->pw_gid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsyscall_table.S171 ENTRY_SAME(fchown) /* 95 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystbl.h101 SYSCALL_SPU(fchown)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_default.c392 if ((fchown(ofd, source_stats.st_uid, source_stats.st_gid) == -1) && (errno != EPERM))
399 * fchown turns off set[ug]id bits for non-root,
587 result = fchown(fd, uid, gid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlna.c459 if (fchown(fileno(pidfile), uid, -1) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dopen.c608 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c871 if (fdval ? fchown(fd, fs->st_uid, fs->st_gid) :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c623 if (fchown(fd, pwent->pw_uid, -1) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c1352 fchown(sfd, uid, -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzip2.c1073 (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c1216 if (fchown(fileno(G.outfile), (uid_t)z_uidgid[0], (gid_t)z_uidgid[1]))

Completed in 247 milliseconds

12