Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs560 char *pByte = 0, *s, c; in ClipbrdData_set() local
574 if (CheckOSError(DosAllocSharedMem((PPVOID)&pByte, 0, len + nls + 1, in ClipbrdData_set()
579 memcpy(pByte, buf, len + 1); in ClipbrdData_set()
581 char *t = pByte, *e = buf + len; in ClipbrdData_set()
585 if (c == '\n' && (t == pByte + 1 || t[-2] != '\r')) in ClipbrdData_set()
589 handle = (ULONG)pByte; in ClipbrdData_set()
596 DosFreeMem((PPVOID)&pByte); in ClipbrdData_set()