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

/haiku/src/bin/unzip/
H A Dbeos.c328 * MPN_INF_SKIP - info "skip entry" (dir doesn't exist)
485 return (error & ~MPN_MASK) | MPN_INF_SKIP;
547 * MPN_INF_SKIP - path doesn't exist, not allowed to create
593 return MPN_INF_SKIP; /* path doesn't exist: nothing to do */
745 return MPN_INF_SKIP;
H A Dprocess.c622 if ((error = checkdir(__G__ uO.exdir, ROOT)) > MPN_INF_SKIP) {
H A Dextract.c1165 } else if (errcode > MPN_INF_SKIP &&
H A Dunzpriv.h1236 #define MPN_INF_SKIP 2<<8 /* info - skipped because nothing to do */ macro

Completed in 52 milliseconds