Searched defs:getuid (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/comp/
H A Domitted.c117 #define sysgetuid getuid
359 * getuid() gets ksh to do the right thing and
403 getuid(void) function
935 base = ((getuid() & 0xffff) << 16) | (time(NiL) & 0xffff);

Completed in 19 milliseconds