- t2ex
- bsd_source/lib/libc/src_bsd/stdio/assert.c - 2.2KB - 54 lines
41: failedexpr, file, line);
42: abort();
43: /* NOTREACHED */
- More results from assert.c
- bsd_source/lib/libc/src_bsd/stdlib/gdtoaimp.h - 21.6KB - 672 lines
189: #include "stdlib.h"
190: #define Bug(x) {fprintf(stderr, "%s\n", x); abort()/*exit(1)*/;}
191: #endif
- bsd_source/t2ex/network/net/src_bsd/net/bpf_filter.c - 21.1KB - 639 lines
159: #else
160: abort();
161: /*NOTREACHED*/
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
1498: default:
1499: abort();
1500: }
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
539: default:
540: abort();
541: }
- More results from gethnamaddr.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getifaddrs.c - 13.7KB - 383 lines
165: #ifndef T2EX
166: abort(); /* this cannot happen */
167: #else
- More results from getifaddrs.c