Searched refs:SKIP (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/unzip/
H A Dlist.c364 QCOND? DISPL_8 : SKIP)) != 0)
H A Dextract.c418 uO.N_flag ? FILENOTE : SKIP)) != PK_COOL)
420 if ((error = do_string(__G__ G.crec.file_comment_length, SKIP))
H A Dunzpriv.h1249 #define SKIP 0 /* skip header block */ macro
2173 #define SKIP_(length) if(length&&((error=do_string(__G__ length,SKIP))!=0))\
2183 * if (length && ((error = do_string(length, SKIP)) != 0)) {
H A Dfileio.c1943 major options are allowed: SKIP, wherein the string is skipped (pretty
2155 * through to the SKIP routine.
2158 length = block_len; /* SKIP the excess bytes... */
2167 case SKIP:
2205 if ((length -= block_len) > 0) /* treat remainder as in case SKIP: */

Completed in 154 milliseconds