Home
last modified time | relevance | path

Searched refs:ROOTID (Results 1 – 11 of 11) sorted by relevance

/dports/mail/mailagent/mailagent-9a14a15/agent/filter/
H A Dparser.c320 int flag = (0 == strcasecmp(execsafe, "ON") || ROOTID == geteuid()) ?
404 geteuid() == ROOTID /* Running as superuser */
/dports/news/trn4/trn-4.0-test77/
H A Dcommon.h189 #ifndef ROOTID
190 # define ROOTID 0 /* uid of superuser */ macro
H A Drespond.c539 && myuid != ROOTID))) { in cancel_article()
613 && myuid != ROOTID))) { in supersede_article()
H A Dutil.c344 if (euid == ROOTID)
H A Dconfig_h.SH293 /* ROOTID:
/dports/news/trn/trn-3.6/
H A Dcommon.h236 #ifndef ROOTID
237 # define ROOTID 0 /* uid of superuser */ macro
H A Dutil.c219 if (euid == ROOTID)
H A Drespond.c529 myuid != ROOTID ) ) {
595 myuid != ROOTID ) ) {
H A Dconfig.h.SH262 /* ROOTID:
/dports/mail/mailagent/mailagent-9a14a15/
H A Dconfig_h.SH410 /* ROOTID:
/dports/games/ldmud/ldmud-3.3.720/mudlib/
H A Dtelnetneg.c406 if (!previous_object() || getuid(previous_object()) != ROOTID) return 0; in transfer_ts()