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

1234567

/freebsd-11.0-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man164 die "Invalid list type <$type>";
/freebsd-11.0-release/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.0-release/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.0-release/usr.sbin/syslogd/
H A Dsyslogd.c327 static void die(int) __dead2;
578 die(0);
615 die(0);
668 die(WantDie);
1575 die(int signo) function
2765 die(0);
2773 die(0);
2830 die(0);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h82 bool Contains (const DWARFDebugInfoEntry *die) const;
236 // This one dumps the comp unit name, objfile name and die offset for this die so the stream S.
393 uint32_t m_parent_idx; // How many to subtract from "this" to get the parent. If zero this die has no parent
H A DSymbolFileDWARFDebugMap.h267 FindCompleteObjCDefinitionTypeForDIE (const DWARFDIE &die,
H A DSymbolFileDWARFDebugMap.cpp1207 SymbolFileDWARFDebugMap::FindCompleteObjCDefinitionTypeForDIE (const DWARFDIE &die, argument
1242 TypeSP type_sp (oso_dwarf->FindCompleteObjCDefinitionTypeForDIE (die, type_name, must_be_implementation));
1263 type_sp = oso_dwarf->FindCompleteObjCDefinitionTypeForDIE (die, type_name, must_be_implementation);
/freebsd-11.0-release/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.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc366 // Wait for child to die
368 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die");
/freebsd-11.0-release/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.0-release/crypto/openssl/apps/
H A Dapps.c760 goto die;
771 goto die;
779 goto die;
784 die:
/freebsd-11.0-release/sbin/dhclient/
H A Ddhclient.c273 goto die;
283 goto die;
301 goto die;
330 die:
/freebsd-11.0-release/contrib/dtc/
H A Dchecks.c733 die("Unrecognized check name \"%s\"\n", name);
/freebsd-11.0-release/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
/freebsd-11.0-release/contrib/binutils/gas/
H A Dread.c70 die horribly;
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.js3828 die: function( types, fn ) {
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Dconfigure13034 die horribly
13060 die horribly

Completed in 178 milliseconds

1234567