Home
last modified time | relevance | path

Searched refs:os2cp_croak (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c2670 os2cp_croak(DosCreateEventSem(NULL, /* Unnamed */ in async_mssleep()
2735 os2cp_croak(badrc, e); in async_mssleep()
4064 os2cp_croak(DosQueryNPHState(hpipe, &oflags), "DosQueryNPHState()"); in connectNPipe()
4070 os2cp_croak(DosSetNPHState(hpipe, flags), "DosSetNPHState()"); in connectNPipe()
4075 os2cp_croak(DosSetNPHState(hpipe, oflags), "DosSetNPHState() back"); in connectNPipe()
4133 os2cp_croak(ret, "DosWaitNPipe()"); in XS()
4164 os2cp_croak(DosCallNPipe(pszName, s, l, b, ll, &got, ms), in XS()
4369 os2cp_croak( DosPeekNPipe(hpipe, NULL, 0, &BytesRead, &BytesAvail, in XS()
4393 os2cp_croak( DosQueryNPipeInfo(hpipe, 2, &b.id, sizeof(b.id)), in XS()
4435 os2cp_croak(DosSetNPHState(hpipe, flags), "DosSetNPHState()"); in XS()
[all …]
H A Dos2ish.h807 #define os2cp_croak(rc,msg) (CheckOSError(rc) && (croak_with_os2error(msg),0)) macro
H A DChanges807 os2cp_croak(rc,msg).
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs617 os2cp_croak(rc,"QueryMemoryRegionSize"); in QueryMemoryRegionSize()