Home
last modified time | relevance | path

Searched refs:ocode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c244 output_code(struct archive_write_filter *f, int ocode) in output_code() argument
249 clear_flg = ocode == CLEAR; in output_code()
256 state->bit_buf |= (ocode << bit_offset) & 0xff; in output_code()
260 ocode >>= 8 - bit_offset; in output_code()
263 output_byte(f, ocode & 0xff); in output_code()
264 ocode >>= 8; in output_code()
269 state->bit_buf = ocode & rmask[bits]; in output_code()
/freebsd/usr.bin/compress/
H A Dzopen.c365 output(struct s_zstate *zs, code_int ocode) in output() argument
374 if (ocode >= 0) { in output()
382 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()
385 ocode >>= 8 - r_off; in output()
388 *bp++ = ocode; in output()
389 ocode >>= 8; in output()
394 *bp = ocode; in output()
/freebsd/contrib/tnftp/src/
H A Dutil.c702 int overbose, ocode, r; in remotemodtime() local
706 ocode = code; in remotemodtime()
782 code = ocode; in remotemodtime()
819 int overbose, ocode; in updateremotecwd() local
824 ocode = code; in updateremotecwd()
849 code = ocode; in updateremotecwd()