Searched refs:PutNativeEOL (Results 1 - 3 of 3) sorted by relevance

/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
H A Dfileio.c909 /* 3: ready to PutNativeEOL */
927 PutNativeEOL
955 PutNativeEOL
961 PutNativeEOL

Completed in 65 milliseconds