HelenOS sources

__tmpfile_templ   120 uspace/lib/c/generic/tmpfile.c 	file = __tmpfile_templ(namebuf, true);
__tmpfile_templ   139 uspace/lib/c/generic/tmpfile.c 	rc = __tmpfile_templ(namebuf, false);
__tmpfile_templ    34 uspace/lib/c/include/tmpfile.h extern int __tmpfile_templ(char *, bool);
__tmpfile_templ    34 uspace/lib/posix/include/libc/tmpfile.h extern int __tmpfile_templ(char *, bool);
__tmpfile_templ   435 uspace/lib/posix/src/stdio.c 	rc = __tmpfile_templ(buf, false);
__tmpfile_templ   181 uspace/lib/posix/src/stdlib.c 	file = __tmpfile_templ(tmpl, true);
__tmpfile_templ   217 uspace/lib/posix/src/stdlib.c 	rc = __tmpfile_templ(tmpl, false);
HelenOS homepage, sources at GitHub