HelenOS sources

WEOF               38 common/stdc/wchar.c 	return (c < 0x80) ? c : WEOF;
WEOF               38 kernel/generic/common/stdc/wchar.c 	return (c < 0x80) ? c : WEOF;
WEOF               61 uspace/lib/bithenge/src/linux/common.h 	return rc == WEOF ? EILSEQ : EOK;
WEOF               38 uspace/lib/c/common/stdc/wchar.c 	return (c < 0x80) ? c : WEOF;
WEOF              742 uspace/lib/c/generic/io/io.c 		return WEOF;
WEOF              747 uspace/lib/c/generic/io/io.c 		return WEOF;
WEOF              759 uspace/lib/c/generic/io/io.c 		return WEOF;
WEOF              764 uspace/lib/c/generic/io/io.c 		return WEOF;
HelenOS homepage, sources at GitHub