Searched refs:geteuid (Results 126 - 150 of 220) sorted by relevance

123456789

/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Ddcigettext.c405 # define geteuid() getuid()
415 if (getuid () != geteuid () || getgid () != getegid ()) \
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Ddcigettext.c403 # define geteuid() getuid()
413 if (getuid () != geteuid () || getgid () != getegid ()) \
/netbsd-current/libexec/ftpd/
H A Dcmds.c605 if (fe->stat->st_uid == geteuid()) {
651 if (pdir->st_uid == geteuid())
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Ddcigettext.c403 # define geteuid() getuid()
413 if (getuid () != geteuid () || getgid () != getegid ()) \
/netbsd-current/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c1119 if (geteuid() == 0 && getuid() != 0) {
1147 if (strcmp(dir, DEF_CONFIG_DIR) != 0 && geteuid() != 0)
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dinterp.c83 # define geteuid() 0 macro
1089 unsigned int euid = geteuid (), uid = getuid ();
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_netbsd.c556 SYS(geteuid);
557 emul_write_status(processor, (int)geteuid(), 0);
1112 /* 25 */ { do_geteuid, "geteuid" },
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_netbsd.c545 SYS(geteuid);
546 emul_write_status(processor, (int)geteuid(), 0);
1100 /* 25 */ { do_geteuid, "geteuid" },
/netbsd-current/lib/libc/rpc/
H A Drpcb_clnt.c570 (void) snprintf(uidbuf, sizeof uidbuf, "%d", geteuid());
612 (void) snprintf(uidbuf, sizeof uidbuf, "%d", geteuid());
/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c334 if (geteuid() != 0) {
/netbsd-current/usr.bin/login/
H A Dlogin.c498 saved_uid = geteuid();
/netbsd-current/external/bsd/cron/dist/
H A Dcrontab.c95 euid = geteuid();
/netbsd-current/bin/ksh/
H A Dmain.c264 ksheuid = geteuid();
/netbsd-current/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c106 warn_fchown = geteuid() == 0;
/netbsd-current/games/warp/
H A Dscore.c42 if (filestat.st_gid != getegid() && geteuid() != 0) {
/netbsd-current/games/larn/
H A Dmain.c239 userid = geteuid(); /* obtain the user's effective id number */
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dinit.c772 if ( geteuid() != getuid() )
/netbsd-current/usr.sbin/rpcbind/
H A Drpcbind.c185 if (geteuid()) /* This command allowed only to root */
/netbsd-current/sbin/routed/
H A Dmain.c245 if (geteuid() != 0) {
/netbsd-current/tests/net/inpcb/
H A Dinpcb_bind.c442 if (geteuid() == 0)
/netbsd-current/usr.sbin/puffs/mount_sysctlfs/
H A Dsysctlfs.c348 fileuid = geteuid();
/netbsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c156 euid = geteuid(); /* these shouldn't be different */
/netbsd-current/bin/pax/
H A Dfile_subs.c879 if (geteuid() == 0)
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dcontrol.c420 chown(sa.sun_path, geteuid(), ctx->control_group) == -1) ||
/netbsd-current/external/ibm-public/postfix/dist/src/postmap/
H A Dpostmap.c437 && (st.st_uid != geteuid() || st.st_gid != getegid()))

Completed in 426 milliseconds

123456789