Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/base/
H A Dlib_mouse.c129 #define DosWrite(hfile, pbuffer, cbwrite, pcbactual) \ macro
245 DosWrite(sp->_emxmouse_wfd, buf, 6, &ignore); in write_event()
312 DosWrite(2, err, strlen(err), &rc); in mouse_server()
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c3649 DosWrite(2, msg1, strlen(msg1), &rc); in early_error()
3650 DosWrite(2, msg2, strlen(msg2), &rc); in early_error()
3651 DosWrite(2, msg3, strlen(msg3), &rc); in early_error()
4737 DosWrite(2, buf, strlen(buf), &out); in force_init_emx_runtime()
4751 DosWrite(2, buf, strlen(buf), &out); in force_init_emx_runtime()
4849 DosWrite(2, buf, strlen(buf), &out); in check_emx_runtime()
4998 DosWrite(2, buf, strlen(buf), &rc); in Perl_OS2_init3()