Searched defs:PutNativeEOL (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/tools/unzip/unix/
H A Dunxcfg.h15 # define PutNativeEOL *q++ = native(LF); macro
/haiku/src/bin/unzip/
H A Dunzpriv.h284 # define PutNativeEOL {*q++ = native(CR); *q++ = native(LF);} macro
308 # define PutNativeEOL *q++ = native(LF); macro
352 # define PutNativeEOL *q++ = native(LF); macro
430 # define PutNativeEOL {*q++ = native(CR); *q++ = native(LF);} macro
456 # define PutNativeEOL *q++ = native(LF); macro
482 # define PutNativeEOL *q++ = native(LF); macro
505 # define PutNativeEOL *q++ = native(LF); macro
605 # define PutNativeEOL *q++ = native(LF); macro

Completed in 41 milliseconds