Searched refs:lchown (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunistd.in.h189 <http://www.opengroup.org/susv3xsh/lchown.html>. */
190 # define lchown rpl_lchown macro
191 extern int lchown (char const *file, uid_t owner, gid_t group);
194 # undef lchown macro
195 # define lchown(f,u,g) \ macro
196 (GL_LINK_WARNING ("lchown is unportable to pre-POSIX.1-2001 " \
197 "systems - use gnulib module lchown for portability"), \
198 lchown (f, u, g))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunistd.in.h189 <http://www.opengroup.org/susv3xsh/lchown.html>. */
190 # define lchown rpl_lchown macro
191 extern int lchown (char const *file, uid_t owner, gid_t group);
194 # undef lchown macro
195 # define lchown(f,u,g) \ macro
196 (GL_LINK_WARNING ("lchown is unportable to pre-POSIX.1-2001 " \
197 "systems - use gnulib module lchown for portability"), \
198 lchown (f, u, g))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunistd.in.h189 <http://www.opengroup.org/susv3xsh/lchown.html>. */
190 # define lchown rpl_lchown macro
191 extern int lchown (char const *file, uid_t owner, gid_t group);
194 # undef lchown macro
195 # define lchown(f,u,g) \ macro
196 (GL_LINK_WARNING ("lchown is unportable to pre-POSIX.1-2001 " \
197 "systems - use gnulib module lchown for portability"), \
198 lchown (f, u, g))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dinstall.c161 && lchown(arg, uid, gid) == -1
204 && lchown(dest, uid, gid) == -1
H A Dchown.c81 chown_func = lchown;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_extract_all.c115 lchown(file_header->name, file_header->uid, file_header->gid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dplatform.h253 /* Don't use lchown with glibc older than 2.1.x ... uClibc lacks it */
255 # define lchown chown macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dunix.c190 return lchown(path, owner, group);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dunix.c488 if ( lchown( path->u_name, uid, gid ) < 0 && errno != EPERM ) {
528 if ( lchown( dirp->d_name, uid, gid ) < 0 && errno != EPERM ) {
544 if ( gid && gid != st.st_gid && lchown( ".", uid, gid ) < 0 && errno != EPERM ) {
H A Dfiledir.c101 if (lchown(upath, sb.st_uid, sb.st_gid) < 0)
115 else if (lchown(adpath, sb.st_uid, sb.st_gid) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcopy_file.c327 if (lchown(dest, source_stat.st_uid, source_stat.st_gid) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S75 ENTRY_SAME(lchown)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystbl.h22 SYSCALL_SPU(lchown)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c1572 if ((lchown(ea_path(&ea, NULL, 0), uid, gid)) != 0) {
1589 if ((lchown(eaname, uid, gid)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dunsquashfs.c642 if(lchown(pathname, uid_value, guid_value) == -1)
800 if(lchown(pathname, uid_value, guid_value) == -1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_cp.c872 (islink ? lchown(to.p_path, fs->st_uid, fs->st_gid) :
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c872 (islink ? lchown(to.p_path, fs->st_uid, fs->st_gid) :
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_open.c1026 use fstat and fchown or lchown with linux?
1039 ret = lchown( path, id, stbuf->st_gid );

Completed in 192 milliseconds