Home
last modified time | relevance | path

Searched refs:IPstr (Results 1 – 13 of 13) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dcam_sbig.cpp212 wxString IPstr = wxGetTextFromUser(_("IP address"), _("Enter IP address"), in SelectInterfaceAndDevice() local
214 Debug.Write(wxString::Format("SBIG: selected ipaddr %s\n", IPstr)); in SelectInterfaceAndDevice()
215 if (IPstr.length() == 0) in SelectInterfaceAndDevice()
217 pConfig->Profile.SetString("/camera/sbig/ipaddr", IPstr); in SelectInterfaceAndDevice()
218 wxString tmpstr = IPstr.BeforeFirst('.'); in SelectInterfaceAndDevice()
222 IPstr = IPstr.AfterFirst('.'); in SelectInterfaceAndDevice()
223 tmpstr = IPstr.BeforeFirst('.'); in SelectInterfaceAndDevice()
226 IPstr = IPstr.AfterFirst('.'); in SelectInterfaceAndDevice()
227 tmpstr = IPstr.BeforeFirst('.'); in SelectInterfaceAndDevice()
230 IPstr = IPstr.AfterFirst('.'); in SelectInterfaceAndDevice()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_acceptor.erl161 IPstr = if is_tuple(Address) -> inet:ntoa(Address);
164 Str = try io_lib:format('~s:~p',[IPstr,Port])
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_acceptor.erl160 IPstr = if is_tuple(Address) -> inet:ntoa(Address);
163 Str = try io_lib:format('~s:~p',[IPstr,Port])
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_acceptor.erl205 IPstr = if is_tuple(Address) -> inet:ntoa(Address);
208 Str = try io_lib:format('~s:~p',[IPstr,Port])
/dports/net/xisp/xisp-2.7p4/
H A Drcio.c84 static char IPstr[16]; in IP2str() local
86 sprintf(IPstr, "%u.%u.%u.%u", in IP2str()
88 return IPstr; in IP2str()
H A Dxisprccv.c1343 static char IPstr[16]; in IP2str() local
1345 sprintf(IPstr, "%u.%u.%u.%u", in IP2str()
1347 return IPstr; in IP2str()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/test/
H A Dssh_compat_SUITE.erl814 IPstr = hd(string:tokens(IPstr0, "\n")),
815 {ok,IP} = inet:parse_address(IPstr),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_compat_SUITE.erl820 IPstr = hd(string:tokens(IPstr0, "\n")),
821 {ok,IP} = inet:parse_address(IPstr),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/test/
H A Dssh_compat_SUITE.erl802 IPstr = hd(string:tokens(IPstr0, "\n")),
803 {ok,IP} = inet:parse_address(IPstr),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/test/
H A Dssh_compat_SUITE.erl804 IPstr = hd(string:tokens(IPstr0, "\n")),
805 {ok,IP} = inet:parse_address(IPstr),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_compat_SUITE.erl820 IPstr = hd(string:tokens(IPstr0, "\n")),
821 {ok,IP} = inet:parse_address(IPstr),
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_compat_SUITE.erl820 IPstr = hd(string:tokens(IPstr0, "\n")),
821 {ok,IP} = inet:parse_address(IPstr),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_compat_SUITE.erl820 IPstr = hd(string:tokens(IPstr0, "\n")),
821 {ok,IP} = inet:parse_address(IPstr),