Home
last modified time | relevance | path

Searched refs:issetuid (Results 1 – 4 of 4) sorted by relevance

/original-bsd/games/sail/
H A Dmain.c29 issetuid = getuid() != geteuid();
H A Ddr_main.c24 if (issetuid) in dr_main()
H A Dextern.h30 char issetuid; /* running setuid */ variable
H A Dsync.c72 int omask = umask(issetuid ? 077 : 011); in sync_open()