Home
last modified time | relevance | path

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

/original-bsd/libexec/bugfiler/
H A Dbugfiler.c73 if (!(pwd = getpwnam(BUGS_ID)))
74 error("can't find bugs login.", BUGS_ID);
80 error("can't set id to %s.", BUGS_ID);
H A Dbug.h11 #define BUGS_ID "bugs" macro
H A Dredist.c66 fprintf(pf, "To: %s\n", BUGS_ID); in redist()