Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c246 output_code(struct archive_write_filter *f, int ocode) in output_code() argument
251 clear_flg = ocode == CLEAR; in output_code()
258 state->bit_buf |= (ocode << bit_offset) & 0xff; in output_code()
262 ocode >>= 8 - bit_offset; in output_code()
265 output_byte(f, ocode & 0xff); in output_code()
266 ocode >>= 8; in output_code()
271 state->bit_buf = ocode & rmask[bits]; in output_code()
/freebsd-13.1/usr.bin/compress/
H A Dzopen.c370 output(struct s_zstate *zs, code_int ocode) in output() argument
379 if (ocode >= 0) { in output()
387 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()
390 ocode >>= 8 - r_off; in output()
393 *bp++ = ocode; in output()
394 ocode >>= 8; in output()
399 *bp = ocode; in output()
/freebsd-13.1/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()