Searched refs:getuid (Results 51 - 75 of 122) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/applets/
H A Dapplets.c144 ruid = getuid();
334 USE_FEATURE_SUID(ruid = getuid();)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dsec_ctx.c204 if (getuid() == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw_stat.c50 st->st_uid = getuid();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py120 self.require(os.getuid() == 0,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/printing/
H A Dvlp.c238 if (!(pw = getpwuid(getuid()))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/contrib/pppgetpass/
H A Dpppgetpass.vt.c32 uid=getuid();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c418 if (check_prot && seteuid(getuid()) == -1) {
485 pw = getpwuid(getuid());
1103 uid = getuid();
1532 if (!privileged_option && seteuid(getuid()) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount.c217 if (getuid())
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dafs.c249 ct.ViceId = getuid();
H A Dsysquotas_linux.c466 id.uid = getuid();
520 id.uid = getuid();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dgen_uuid.c80 srand((getpid() << 16) ^ getuid() ^ tv.tv_sec ^ tv.tv_usec);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/loginutils/
H A Dpasswd.c145 myuid = getuid();
H A Dlogin.c246 amroot = (getuid() == 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c133 uid = (*user) ? get_ug_id(user, xuname2uid) : getuid();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/
H A Dvol_id.c239 if (getuid() == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudevmonitor.c179 if (getuid() != 0 && kernel) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dquota.c471 if ( seteuid( getuid() ) == 0 ) {
487 if ( seteuid( getuid() ) == 0 ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/afppasswd/
H A Dafppasswd.c270 flags = ((uid = getuid()) == 0) ? OPT_ISROOT : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dmain.c249 if (!getuid()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddnsmasq.c196 if (getuid() == 0 || geteuid() == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd.c120 sys_chown( dname, getuid(), getgid() );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c208 if ((getuid() == 0) && !(option_mask32 & OPT_u)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Darping.c242 xsetuid(getuid());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c449 # define getuid() 0
455 # define geteuid() getuid()
465 if (getuid () != geteuid () || getgid () != getegid ()) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Doptions.c348 seteuid(getuid());
412 pw = getpwuid(getuid());
1429 seteuid(getuid());

Completed in 280 milliseconds

12345