Searched refs:pByte (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/os2/OS2/Process/ |
| D | Process.xs | 543 char *pByte = 0, *s = buf, c; in ClipbrdData_set() local 555 if (CheckOSError(DosAllocSharedMem((PPVOID)&pByte, 0, len + nls + 1, in ClipbrdData_set() 560 memcpy(pByte, buf, len + 1); in ClipbrdData_set() 562 char *t = pByte, *e = buf + len; in ClipbrdData_set() 566 if (c == '\n' && (t == pByte + 1 || t[-2] != '\r')) in ClipbrdData_set() 571 if (!SetClipbrdData(hab, (ULONG)pByte, fmt, rgfFmtInfo)) { in ClipbrdData_set() 572 DosFreeMem((PPVOID)&pByte); in ClipbrdData_set()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYUtils.c | 7479 char *pByte = 0, *s1 = s, c, *t; in put_clip() local 7487 if (DosAllocSharedMem((PPVOID) & pByte, 0, sz + nl, in put_clip() 7492 memcpy(pByte, s, sz); in put_clip() 7494 t = pByte; in put_clip() 7496 if (c == '\n' && (t == pByte + 1 || t[-2] != '\r')) in put_clip() 7506 if (WinSetClipbrdData(hab, (ULONG) pByte, CF_TEXT, CFI_POINTER)) in put_clip() 7513 DosFreeMem((PPVOID) & pByte); in put_clip()
|