Home
last modified time | relevance | path

Searched refs:is_port (Results 451 – 475 of 1112) sorted by relevance

1...<<11121314151617181920>>...45

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dinet.erl621 getll(Socket) when is_port(Socket) ->
1749 tcp_close(S) when is_port(S) ->
1755 udp_close(S) when is_port(S) ->
1764 tcp_controlling_process(S, NewOwner) when is_port(S), is_pid(NewOwner) ->
1825 udp_controlling_process(S, NewOwner) when is_port(S), is_pid(NewOwner) ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dinet.erl598 getll(Socket) when is_port(Socket) ->
1714 tcp_close(S) when is_port(S) ->
1720 udp_close(S) when is_port(S) ->
1729 tcp_controlling_process(S, NewOwner) when is_port(S), is_pid(NewOwner) ->
1790 udp_controlling_process(S, NewOwner) when is_port(S), is_pid(NewOwner) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dinet.erl598 getll(Socket) when is_port(Socket) ->
1687 tcp_close(S) when is_port(S) ->
1693 udp_close(S) when is_port(S) ->
1702 tcp_controlling_process(S, NewOwner) when is_port(S), is_pid(NewOwner) ->
1763 udp_controlling_process(S, NewOwner) when is_port(S), is_pid(NewOwner) ->
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/script-fu/tinyscheme/
H A Dscheme.c242 INTERFACE INLINE int is_port(pointer p) { return (type(p)==T_PORT); } in is_port() function
1411 } else if(is_port(a)) { in finalize_cell()
2126 } else if (is_port(l)) { in atom2str()
2332 } else if (is_port(a)) { in eqv()
2333 if (is_port(b)) in eqv()
3972 s_retbool(is_port(car(sc->args))); in opexe_3()
4650 {is_port, "port"},
4884 is_port,
5076 if(is_port(sc->inport)) { in scheme_deinit()
5081 if(is_port(sc->save_inport)) { in scheme_deinit()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dinteractive_shell_SUITE.erl801 P when is_port(P) ->
819 {Port,{data,{Tag0,Data}}} when is_port(Port) ->
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/recon/src/
H A Drecon_lib.erl164 term_to_port(Port) when is_port(Port) -> Port;
/dports/comms/gnuradio/gnuradio-3.8.4.0/grc/gui/
H A DDialogs.py248 elif element.is_port:
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/test/
H A Djava_client_erl_server_SUITE.erl267 Port when is_port(Port) ->
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/test/
H A Djava_client_erl_server_SUITE.erl267 Port when is_port(Port) ->
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/test/
H A Djava_client_erl_server_SUITE.erl267 Port when is_port(Port) ->
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/recon/src/
H A Drecon_lib.erl164 term_to_port(Port) when is_port(Port) -> Port;
/dports/lang/erlang/corba-5.0.2/lib/ic/test/
H A Djava_client_erl_server_SUITE.erl267 Port when is_port(Port) ->
/dports/devel/erlang-recon/recon-2.5.2/src/
H A Drecon_lib.erl164 term_to_port(Port) when is_port(Port) -> Port;
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/test/
H A Djava_client_erl_server_SUITE.erl267 Port when is_port(Port) ->
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dscheme.c195 INTERFACE INLINE int is_port(pointer p) { return (type(p)==T_PORT); } in is_port() function
1312 } else if(is_port(a)) { in finalize_cell()
1788 } else if (is_port(l)) { in atom2str()
1955 } else if (is_port(a)) { in eqv()
1956 if (is_port(b)) in eqv()
3347 s_retbool(is_port(car(sc->args))); in opexe_3()
4015 {is_port, "port"},
4263 is_port,
4497 if(is_port(sc->inport)) { in scheme_deinit()
4502 if(is_port(sc->save_inport)) { in scheme_deinit()
[all …]
/dports/security/gnupg/gnupg-2.3.3/tests/gpgscm/
H A Dscheme.c258 INTERFACE INLINE int is_port(pointer p) { return (type(p)==T_PORT); } in is_port() function
1645 else if (is_port(p)) { in mark()
2447 } else if (is_port(l)) { in atom2str()
2656 } else if (is_port(a)) { in eqv()
2657 if (is_port(b)) in eqv()
4715 s_retbool(is_port(car(sc->args))); in Eval_Cycle()
5345 {is_port, "port"},
5541 is_port,
5746 if(is_port(sc->inport)) { in scheme_deinit()
5751 if(is_port(sc->save_inport)) { in scheme_deinit()
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/module/types/
H A Dpattern.ex104 {:is_port, 1} => {[:port], @boolean},
172 :is_port,
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/recon/test/
H A Drecon_SUITE.erl326 lists:all(fun({Port,_Val,List}) -> is_port(Port) andalso is_list(List) end,
/dports/comms/gnuradio/gnuradio-3.8.4.0/grc/core/
H A DFlowGraph.py364 if element.is_port:
/dports/devel/erlang-recon/recon-2.5.2/test/
H A Drecon_SUITE.erl326 lists:all(fun({Port,_Val,List}) -> is_port(Port) andalso is_list(List) end,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/typec/
H A Dclass.c515 bool is_port = is_typec_port(parent); in typec_register_altmode() local
533 if (is_port) { in typec_register_altmode()
549 if (!is_port) in typec_register_altmode()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/typec/
H A Dclass.c515 bool is_port = is_typec_port(parent); in typec_register_altmode() local
533 if (is_port) { in typec_register_altmode()
549 if (!is_port) in typec_register_altmode()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/typec/
H A Dclass.c515 bool is_port = is_typec_port(parent); in typec_register_altmode() local
533 if (is_port) { in typec_register_altmode()
549 if (!is_port) in typec_register_altmode()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/r9c_SUITE_data/src/inets/
H A Dhttpc_manager.erl431 [{'<','$1','$2'},{is_port,'$3'}],
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/r9c_SUITE_data/src/inets/
H A Dhttpc_manager.erl431 [{'<','$1','$2'},{is_port,'$3'}],

1...<<11121314151617181920>>...45