Searched refs:die (Results 151 - 175 of 178) sorted by relevance

12345678

/freebsd-11-stable/crypto/openssl/util/
H A Dbat.sh5 open(IN,"<$infile") || die "unable to open $infile:$!\n";
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Dfiles.t7 [ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 194589"
/freebsd-11-stable/crypto/openssl/apps/
H A Dtsget177 die "$input: fatal error: $error\n";
H A Dapps.c764 goto die;
775 goto die;
783 goto die;
788 die:
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man138 die "Invalid list type <$type>";
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man164 die "Invalid list type <$type>";
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_tcpip.sh129 # make sure clients die after we nuke the server
130 export RUMPHIJACK_RETRYCONNECT='die'
170 export RUMPHIJACK_RETRYCONNECT=die
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp28 void NORETURN die() { __builtin_trap(); } function in namespace:scudo
/freebsd-11-stable/tools/test/netfibs/
H A Dforwarding.sh124 die() function
295 *) die "Got invalid keyword from ${_addr} in control message:" \
300 die "Number of FIBs not matching ours (${RT_NUMFIBS}) in" \
339 *) die "Got invalid keyword in control message: ${_msg}"
343 die "Number of FIBs not matching ours (${RT_NUMFIBS}) in" \
453 # die "Got invalid reply from peer." \
610 *) die "Got invalid reply from peer." \
1622 ipfw -f flush > /dev/null 2>&1 || die "please load ipfw in base system"
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap25 #die("$0: $@") unless $[ == index($@, "Can't locate ");
28 #eval 'sub INADDR_ANY { 0; } sub AF_INET {2;} sub SOCK_DGRAM {2;} 1;' || die "$0: $@";
48 die("usage: $0 [-p <port>] [-l <logfile>] [host] ...\n");
65 open(DEBUG,">>$DEBUGFILE") || die("Cannot open \"$DEBUGFILE\": $!\n");
87 socket(S, &AF_INET, &SOCK_DGRAM, $proto_udp) || die("Cannot open socket: $!\n");
91 die("Cannot bind: $!\n");
244 die "timeout eval (\"$timeout_proc\"): $@\n" if $@;
/freebsd-11-stable/contrib/dtc/
H A Ddtc-parser.y269 die("Couldn't seek to offset %llu in \"%s\": %s",
H A Dutil.c173 die("\\x used with no following hex digits\n");
H A Dlivetree.c753 die("Could not build root node /%s\n", name);
845 die("arguments should not contain ':'\n");
H A Dchecks.c824 die("Unrecognized check name \"%s\"\n", name);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsol-thread.c442 in the program or it'll die when it hits one. For this
1670 goto die;
1674 goto die;
1716 die:
H A Ddwarfread.c249 char *die; /* Pointer to the raw DIE data */ member in struct:dieinfo
738 lookup_utype -- look up a user defined type from die reference
776 alloc_utype -- add a user defined type for die reference
784 Given a die reference DIE_REF, and a possible pointer to a user
854 decode_die_type -- return a type for a specified die
862 Given a pointer to a die information structure DIP, decode the
863 type of the die and return a pointer to the decoded type. All
912 Given pointer to a die information structure for a die which
914 and pointers to the raw die dat
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1111 const DWARFDIE &die, ConstString type_name,
1145 die, type_name, must_be_implementation));
1165 die, type_name, must_be_implementation);
1110 FindCompleteObjCDefinitionTypeForDIE( const DWARFDIE &die, ConstString type_name, bool must_be_implementation) argument
H A DSymbolFileDWARFDebugMap.h274 const DWARFDIE &die, lldb_private::ConstString type_name,
/freebsd-11-stable/tools/regression/zfs/zpool/add/
H A Doption-f_size_mismatch.t7 [ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 194586"
H A Doption-f_type_mismatch.t7 [ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 194587"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc377 // Wait for child to die
379 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die");
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c419 static void die(int) __dead2;
798 die(WantDie);
2271 die(int signo) function
3757 die(0);
3846 die(0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2361 DWARFDIE die = const_cast<DWARFUnit *>(dwarf_cu)->GetDIE(die_offset); local
2362 if (!die) {
2368 die.GetAttributeValueAsUnsigned(DW_AT_encoding, DW_ATE_hi_user);
2369 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8;
2371 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0);
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c281 goto die;
291 goto die;
309 goto die;
338 die:
/freebsd-11-stable/contrib/gcc/
H A Dtree.h579 is accessed incorrectly. The macros die with a fatal error. */
1963 #define TYPE_SYMTAB_DIE(NODE) (TYPE_CHECK (NODE)->type.symtab.die)
2177 struct die_struct * GTY ((tag ("2"))) die;
2166 struct die_struct * GTY ((tag ("2"))) die; member in union:tree_type_symtab

Completed in 903 milliseconds

12345678