Home
last modified time | relevance | path

Searched refs:cport (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/dports/textproc/uim-gtk/uim-d1ac9d9/sigscheme/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
H A Dmodule-srfi6.c91 ScmCharPort *cport; in scm_p_srfi6_open_input_string() local
100 cport = scm_make_char_port(bport); in scm_p_srfi6_open_input_string()
101 return MAKE_PORT(cport, SCM_PORTFLAG_INPUT); in scm_p_srfi6_open_input_string()
108 ScmCharPort *cport; in scm_p_srfi6_open_output_string() local
112 cport = scm_make_char_port(bport); in scm_p_srfi6_open_output_string()
113 return MAKE_PORT(cport, SCM_PORTFLAG_OUTPUT); in scm_p_srfi6_open_output_string()
119 ScmBaseCharPort *cport; in scm_p_srfi6_get_output_string() local
131 cport = SCM_CHARPORT_DYNAMIC_CAST(ScmBaseCharPort, SCM_PORT_IMPL(port)); in scm_p_srfi6_get_output_string()
133 str = ScmOutputStrPort_str(cport->bport); in scm_p_srfi6_get_output_string()
137 size = ScmOutputStrPort_c_strlen(cport->bport) + sizeof(""); in scm_p_srfi6_get_output_string()
/dports/textproc/uim-m17nlib/sigscheme-beb8fbd/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
/dports/textproc/uim-qt5/sigscheme-beb8fbd/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
H A Dmodule-srfi6.c91 ScmCharPort *cport; in scm_p_srfi6_open_input_string() local
100 cport = scm_make_char_port(bport); in scm_p_srfi6_open_input_string()
101 return MAKE_PORT(cport, SCM_PORTFLAG_INPUT); in scm_p_srfi6_open_input_string()
108 ScmCharPort *cport; in scm_p_srfi6_open_output_string() local
112 cport = scm_make_char_port(bport); in scm_p_srfi6_open_output_string()
113 return MAKE_PORT(cport, SCM_PORTFLAG_OUTPUT); in scm_p_srfi6_open_output_string()
119 ScmBaseCharPort *cport; in scm_p_srfi6_get_output_string() local
131 cport = SCM_CHARPORT_DYNAMIC_CAST(ScmBaseCharPort, SCM_PORT_IMPL(port)); in scm_p_srfi6_get_output_string()
133 str = ScmOutputStrPort_str(cport->bport); in scm_p_srfi6_get_output_string()
137 size = ScmOutputStrPort_c_strlen(cport->bport) + sizeof(""); in scm_p_srfi6_get_output_string()
/dports/textproc/uim-qt5/uim-d1ac9d9/sigscheme/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
H A Dmodule-srfi6.c91 ScmCharPort *cport; in scm_p_srfi6_open_input_string() local
100 cport = scm_make_char_port(bport); in scm_p_srfi6_open_input_string()
101 return MAKE_PORT(cport, SCM_PORTFLAG_INPUT); in scm_p_srfi6_open_input_string()
108 ScmCharPort *cport; in scm_p_srfi6_open_output_string() local
112 cport = scm_make_char_port(bport); in scm_p_srfi6_open_output_string()
113 return MAKE_PORT(cport, SCM_PORTFLAG_OUTPUT); in scm_p_srfi6_open_output_string()
119 ScmBaseCharPort *cport; in scm_p_srfi6_get_output_string() local
131 cport = SCM_CHARPORT_DYNAMIC_CAST(ScmBaseCharPort, SCM_PORT_IMPL(port)); in scm_p_srfi6_get_output_string()
133 str = ScmOutputStrPort_str(cport->bport); in scm_p_srfi6_get_output_string()
137 size = ScmOutputStrPort_c_strlen(cport->bport) + sizeof(""); in scm_p_srfi6_get_output_string()
/dports/textproc/uim-gtk3/sigscheme-beb8fbd/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
/dports/textproc/uim-m17nlib/uim-d1ac9d9/sigscheme/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
/dports/textproc/uim-gtk3/uim-d1ac9d9/sigscheme/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
/dports/textproc/uim-gtk/sigscheme-beb8fbd/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
/dports/japanese/uim-anthy/sigscheme-beb8fbd/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
/dports/japanese/uim-anthy/uim-d1ac9d9/sigscheme/src/
H A Dscmport.h102 #define SCM_CHARPORT_CLOSE(cport) ((*(cport)->vptr->close)(cport)) argument
103 #define SCM_CHARPORT_CODEC(cport) ((*(cport)->vptr->codec)(cport)) argument
108 (SCM_CHARCODEC_CCS(SCM_CHARPORT_CODEC(cport)))
110 #define SCM_CHARPORT_ENCODING(cport) ("ISO-8859-1")
113 #define SCM_CHARPORT_INSPECT(cport) ((*(cport)->vptr->inspect)(cport)) argument
114 #define SCM_CHARPORT_GET_CHAR(cport) ((*(cport)->vptr->get_char)(cport)) argument
115 #define SCM_CHARPORT_PEEK_CHAR(cport) ((*(cport)->vptr->peek_char)(cport)) argument
116 #define SCM_CHARPORT_CHAR_READYP(cport) ((*(cport)->vptr->char_readyp)(cport)) argument
118 ((*(cport)->vptr->puts)((cport), (str)))
120 ((*(cport)->vptr->put_char)((cport), (ch)))
[all …]
/dports/x11-drivers/xf86-video-chips/xf86-video-chips-1.4.0/util/
H A DmRegs.c12 char c, cport; in main() local
41 cport = 'F'; in main()
46 cport = 'C'; in main()
51 cport = 'X'; in main()
56 cport = 'G'; in main()
61 cport = 'A'; in main()
66 cport = 'S'; in main()
90 if ((cport != 'Z') && (cport != 'Y')) index = inb(port); in main()
102 if ((cport != 'Z') && (cport != 'Y')) outb(port,value&0xFF); in main()
104 if ((cport != 'Z') && (cport != 'Y')) in main()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Dconference.c1565 (int)cport->name.slen, cport->name.ptr, in read_port()
1581 (int)cport->name.slen, cport->name.ptr, in read_port()
1615 f.buf = cport->rx_buf + cport->rx_buf_count; in read_port()
1754 if (cport->port && cport->port->put_frame) { in write_port()
1793 cport->last_mix_adj = cport->mix_adj; in write_port()
1852 (int)cport->name.slen, cport->name.ptr, in write_port()
1863 cport->tx_buf + cport->tx_buf_count ); in write_port()
1903 (int)cport->name.slen, cport->name.ptr, in write_port()
1923 (int)cport->name.slen, cport->name.ptr, in write_port()
1931 cport->tx_buf_count -= cport->samples_per_frame; in write_port()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/async_ports_SUITE_data/
H A DMakefile.src6 PROGS = cport@exe@
11 cport@exe@: cport@obj@
12 $(LD) $(CROSSLDFLAGS) -o cport cport@obj@ @LIBS@
14 cport@obj@: cport.c
15 $(CC) -c -o cport@obj@ $(CFLAGS) cport.c
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/async_ports_SUITE_data/
H A DMakefile.src6 PROGS = cport@exe@
11 cport@exe@: cport@obj@
12 $(LD) $(CROSSLDFLAGS) -o cport cport@obj@ @LIBS@
14 cport@obj@: cport.c
15 $(CC) -c -o cport@obj@ $(CFLAGS) cport.c
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/async_ports_SUITE_data/
H A DMakefile.src6 PROGS = cport@exe@
11 cport@exe@: cport@obj@
12 $(LD) $(CROSSLDFLAGS) -o cport cport@obj@ @LIBS@
14 cport@obj@: cport.c
15 $(CC) -c -o cport@obj@ $(CFLAGS) cport.c
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/async_ports_SUITE_data/
H A DMakefile.src6 PROGS = cport@exe@
11 cport@exe@: cport@obj@
12 $(LD) $(CROSSLDFLAGS) -o cport cport@obj@ @LIBS@
14 cport@obj@: cport.c
15 $(CC) -c -o cport@obj@ $(CFLAGS) cport.c
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/async_ports_SUITE_data/
H A DMakefile.src6 PROGS = cport@exe@
11 cport@exe@: cport@obj@
12 $(LD) $(CROSSLDFLAGS) -o cport cport@obj@ @LIBS@
14 cport@obj@: cport.c
15 $(CC) -c -o cport@obj@ $(CFLAGS) cport.c
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/async_ports_SUITE_data/
H A DMakefile.src6 PROGS = cport@exe@
11 cport@exe@: cport@obj@
12 $(LD) $(CROSSLDFLAGS) -o cport cport@obj@ @LIBS@
14 cport@obj@: cport.c
15 $(CC) -c -o cport@obj@ $(CFLAGS) cport.c
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/async_ports_SUITE_data/
H A DMakefile.src6 PROGS = cport@exe@
11 cport@exe@: cport@obj@
12 $(LD) $(CROSSLDFLAGS) -o cport cport@obj@ @LIBS@
14 cport@obj@: cport.c
15 $(CC) -c -o cport@obj@ $(CFLAGS) cport.c
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema.c201 struct opa_vnic_ctrl_port *cport = port->cport; in vema_add_vport() local
208 adapter->cport = cport; in vema_add_vport()
310 struct opa_vnic_ctrl_port *cport = port->cport; in vema_set_veswport_info() local
700 struct opa_vnic_vema_port *port = (void *)cport + sizeof(*cport); in vema_get_port()
727 struct opa_vnic_ctrl_port *cport = adapter->cport; in opa_vnic_vema_send_trap() local
739 if (!cport) in opa_vnic_vema_send_trap()
741 ibp = cport->ibdev; in opa_vnic_vema_send_trap()
858 struct opa_vnic_ctrl_port *cport = port->cport; in opa_vnic_event() local
938 port->cport = cport; in vema_register()
1001 if (!cport) in opa_vnic_vema_add_one()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema.c201 struct opa_vnic_ctrl_port *cport = port->cport; in vema_add_vport() local
208 adapter->cport = cport; in vema_add_vport()
310 struct opa_vnic_ctrl_port *cport = port->cport; in vema_set_veswport_info() local
700 struct opa_vnic_vema_port *port = (void *)cport + sizeof(*cport); in vema_get_port()
727 struct opa_vnic_ctrl_port *cport = adapter->cport; in opa_vnic_vema_send_trap() local
739 if (!cport) in opa_vnic_vema_send_trap()
741 ibp = cport->ibdev; in opa_vnic_vema_send_trap()
858 struct opa_vnic_ctrl_port *cport = port->cport; in opa_vnic_event() local
938 port->cport = cport; in vema_register()
1001 if (!cport) in opa_vnic_vema_add_one()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema.c201 struct opa_vnic_ctrl_port *cport = port->cport; in vema_add_vport() local
208 adapter->cport = cport; in vema_add_vport()
310 struct opa_vnic_ctrl_port *cport = port->cport; in vema_set_veswport_info() local
700 struct opa_vnic_vema_port *port = (void *)cport + sizeof(*cport); in vema_get_port()
727 struct opa_vnic_ctrl_port *cport = adapter->cport; in opa_vnic_vema_send_trap() local
739 if (!cport) in opa_vnic_vema_send_trap()
741 ibp = cport->ibdev; in opa_vnic_vema_send_trap()
858 struct opa_vnic_ctrl_port *cport = port->cport; in opa_vnic_event() local
938 port->cport = cport; in vema_register()
1001 if (!cport) in opa_vnic_vema_add_one()
[all …]

12345678910>>...22