_open             348 util.c             if ((fd = _open(s, O_CREAT|O_EXCL, 0666)) >= 0) {
_open            1714 win32/win32.c      fd = _open("NUL", O_RDONLY);
_open            4071 win32/win32.c  	return _open(file, oflag, pmode);