Home
last modified time | relevance | path

Searched refs:gotnet (Results 1 – 6 of 6) sorted by relevance

/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Du_ftn.c53 bool gotnet = 0; in ftn_addrparse_fido() local
80 if( !gotnet && isdigit(*s) ) in ftn_addrparse_fido()
82 gotnet = 1; in ftn_addrparse_fido()
86 else if( !gotnet && wildcard && *s == '*' ) in ftn_addrparse_fido()
88 gotnet = 1; in ftn_addrparse_fido()
116 if( gotzone && !gotnet ) { badaddr = 1; break; } in ftn_addrparse_fido()
201 bool gotnet = 0; in ftn_addrparse_inet() local
227 if( !gotnet && !gotzone && !gotnode && isdigit(*s) ) in ftn_addrparse_inet()
237 if( gotnode && !gotzone && !gotnet && isdigit(*s) ) in ftn_addrparse_inet()
239 gotnet = 1; in ftn_addrparse_inet()
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgftnaddr.cpp156 bool gotnet = false; in set() local
193 gotnet = ftn_getaddrpart(net, str); in set()
197 if(not gotnet) in set() local
198 gotnet = ftn_getaddrpart(net, str); in set()
214 if(not (gotzone or gotnet or gotnode or gotpoint)) in set()
232 if(not (gotzone or gotnet or gotnode or gotpoint)) in set()
235 if(gotzone and not gotnet) in set() local
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dsockettest.c176 g_autofree char *gotnet = NULL; in testMaskNetwork() local
187 if (!(gotnet = virSocketAddrFormat(&network))) in testMaskNetwork()
190 if (STRNEQ(networkstr, gotnet)) { in testMaskNetwork()
191 fprintf(stderr, "Expected %s, got %s\n", networkstr, gotnet); in testMaskNetwork()
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgenode.cpp616 bool gotnet = false; in DoKey() local
624 gotnet = true; in DoKey()
635 if(gotzone or gotnet or gotnode or gotpoint) { in DoKey()
638 if(not gotnet) in DoKey() local
910 bool gotnet = false; in Lookup() local
918 gotnet = true; in Lookup()
929 if(gotzone or gotnet or gotnode or gotpoint) { in Lookup()
933 if(not gotnet) in Lookup() local
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucns.c1094 int gotnet = 0; /* Flag for net ready to read */ in conect() local
1526 gotnet = ttpeek(); /* Something sitting in ckutio buf */ in conect()
1527 debug(F101,"CONNECT ttpeek","",gotnet); in conect()
1542 if (!(ibc || gotnet > 0)) in conect()
1545 if (ibc || gotnet > 0) { in conect()
1666 gotnet = 1; /* Net is ready */ in conect()
1688 gotnet = 1; /* Net is ready (don't set if pty) */ in conect()
1917 while (gotnet > 0 || ibc > 0) { in conect()
1918 gotnet = 0; in conect()
/dports/math/gretl/gretl-2021d/gui/
H A Dsettings.c2408 int gotnet = 0; in maybe_get_network_settings() local
2441 gotnet = 0; in maybe_get_network_settings()
2450 gotvar = gotnet = 1; in maybe_get_network_settings()
2460 return gotnet; in maybe_get_network_settings()