Home
last modified time | relevance | path

Searched refs:och (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_lex.c150 return (&och); in po_getc()
161 och.len = 0; in po_getc()
162 och.eof = 1; in po_getc()
182 och.len = 1; in po_getc()
183 och.eof = 0; in po_getc()
189 och.len = 1; in po_getc()
190 och.eof = 0; in po_getc()
195 och.len = get_mb(&och.buf[0], (unsigned char)c); in po_getc()
196 och.eof = 0; in po_getc()
230 och.len = 1; in expand_es()
[all …]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c625 sctp_chunk_hdr_t *och; in sctp_input_asconf_ack() local
680 och = (sctp_chunk_hdr_t *)sctp->sctp_cxmit_list->b_rptr; in sctp_input_asconf_ack()
682 plen = ntohs(och->sch_len) - sizeof (*och) - sizeof (*idp); in sctp_input_asconf_ack()
683 idp = (uint32_t *)(och + 1); in sctp_input_asconf_ack()