Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/antiword/
H A Dsaveas.c221 int *piPath; in bDraw2File() local
293 piPath = xmalloc(iSize); in bDraw2File()
294 memcpy(piPath, pcTmp, iSize); in bDraw2File()
295 piPath[ 2] += iYadd; in bDraw2File()
296 piPath[ 5] += iYadd; in bDraw2File()
297 piPath[ 8] += iYadd; in bDraw2File()
298 piPath[11] += iYadd; in bDraw2File()
300 bSuccess = bWrite2File(piPath, in bDraw2File()
304 piPath = xfree(piPath); in bDraw2File()
/dports/textproc/antiword/antiword-0.37/
H A Dsaveas.c221 int *piPath; in bDraw2File() local
293 piPath = xmalloc(iSize); in bDraw2File()
294 memcpy(piPath, pcTmp, iSize); in bDraw2File()
295 piPath[ 2] += iYadd; in bDraw2File()
296 piPath[ 5] += iYadd; in bDraw2File()
297 piPath[ 8] += iYadd; in bDraw2File()
298 piPath[11] += iYadd; in bDraw2File()
300 bSuccess = bWrite2File(piPath, in bDraw2File()
304 piPath = xfree(piPath); in bDraw2File()