Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsutil.c1314 #define cacheid(E) static uid_t i; static int s; if (!s){ s=1; i=(E); } return i macro
1317 uid_t ruid() { cacheid(getuid()); } in ruid()
1320 uid_t euid() { cacheid(geteuid()); } in euid()