Searched refs:unreachable (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dsanity_test.c54 enum type { inv, pre, post, unreachable }; enumerator in enum:type
97 case unreachable:
161 case unreachable:
228 ATF_TC(unreachable); variable
229 ATF_TC_HEAD(unreachable, tc)
233 ATF_TC_BODY(unreachable, tc)
237 do_test(unreachable, false);
238 do_test(unreachable, true);
250 ATF_TP_ADD_TC(tp, unreachable);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_op.tcl26 unreachable unrealizable
193 drop unreachable $container
235 proc ::pt::peg::op::drop::unreachable {container} {
237 set unreachable [struct::set difference \
241 if {![llength $unreachable]} return
243 $container remove {*}$unreachable
283 # Symbol may be unreachable, i.e. have no callers.
H A Dpt_parse_peg_c.tcl4881 ASSERT (0,"Reached unreachable location");
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_text.tcl122 return -code error {Reached the unreachable}
H A Dexport_wiki.tcl149 return -code error {Reached the unreachable}
H A Dexport_html.tcl238 return -code error {Reached the unreachable}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport_text.tcl129 return -code error {Reached the unreachable}
H A Dexport_wiki.tcl131 return -code error {Reached the unreachable}
H A Dexport_html.tcl220 return -code error {Reached the unreachable}
/macosx-10.9.5/network_cmds-433/traceroute.tproj/
H A Dtraceroute.c70 * unreachable" (which means we got to "host") or hit a max (which
137 * sends an unreachable message using whatever ttl remains in the
173 * network or protocol unreachable, respectively), !S or !F (source
176 * almost all the probes result in some kind of unreachable, traceroute
987 int unreachable = 0; local
1078 ++unreachable;
1083 ++unreachable;
1093 ++unreachable;
1098 ++unreachable;
1103 ++unreachable;
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/macosx-10.9.5/network_cmds-433/traceroute6.tproj/
H A Dtraceroute6.c91 * unreachable" (which means we got to "host") or hit a max (which
158 * sends an unreachable message using whatever ttl remains in the
194 * network or protocol unreachable, respectively), !S or !F (source
197 * almost all the probes result in some kind of unreachable, traceroute
891 int unreachable = 0; local
914 ++unreachable;
918 ++unreachable;
922 ++unreachable;
926 ++unreachable;
945 (unreachable >
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsocket_wrapper.c778 int unreachable,
808 if (unreachable) {
846 if (unreachable) {
847 packet->ip.p.icmp.type = 0x03; /* destination unreachable */
848 packet->ip.p.icmp.code = 0x01; /* host unreachable */
940 int unreachable = 0; local
1000 unreachable = 1;
1137 unreachable = 1;
1196 tcp_seq, tcp_ack, tcp_ctl, unreachable,
769 swrap_packet_init(struct timeval *tval, const struct sockaddr_in *src_addr, const struct sockaddr_in *dest_addr, int socket_type, const unsigned char *payload, size_t payload_len, unsigned long tcp_seq, unsigned long tcp_ack, unsigned char tcp_ctl, int unreachable, size_t *_packet_len) argument
/macosx-10.9.5/llvmCore-3425.0.33/utils/vim/
H A Dllvm.vim37 syn keyword llvmStatement ret br indirectbr switch invoke unwind unreachable
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c1000 int unreachable = 0; local
1098 !(unreachable = !arp_llreach_reachable(llinfo))) {
1103 } else if (unreachable) {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dzone.c452 struct dns_unreachable unreachable[UNREACH_CHACHE_SIZE]; member in struct:dns_zonemgr
9551 "unreachable (cached)",
9736 "(source %s) is unreachable (cached)",
12187 "master %s (source %s) is unreachable (cached)",
12585 memset(zmgr->unreachable, 0, sizeof(zmgr->unreachable));
13277 if (zmgr->unreachable[i].expire >= seconds &&
13278 isc_sockaddr_equal(&zmgr->unreachable[i].remote, remote) &&
13279 isc_sockaddr_equal(&zmgr->unreachable[i].local, local)) {
13283 zmgr->unreachable[
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Droute.c918 goto unreachable;
926 goto unreachable;
967 unreachable:
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsplint.vim171 syn keyword splintFlag contained unreachable unrecog unrecogcomments unrecogdirective unrecogflagcomments
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLLexer.cpp634 INSTKEYWORD(unreachable, Unreachable);
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex1199 D & Mark this server as unreachable ({\bf deny}).\\
/macosx-10.9.5/ruby-104/ruby/
H A Dvm.inc1587 /* unreachable */
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.mli1820 [unreachable]

Completed in 606 milliseconds