Searched refs:die (Results 126 - 149 of 149) sorted by relevance

123456

/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in86 or die "$program: FATAL: unable to read $hostsfile: $!\n";
/freebsd-9.3-release/contrib/amd/scripts/
H A Dexpn.1120 die $usage if $a eq "-";
125 die $usage if $a =~ /^-/;
135 die $usage unless @hosts;
185 || die "socket: $!";
188 || die "bind $hostname,0: $!";
1013 open(T,">/tmp/expn$$") || die "open > /tmp/expn$$: $!\n";
1019 open(NSLOOKUP,"nslookup < /tmp/expn$$ 2>&1 |") || die "open nslookup: $!";
H A Dexpn.in119 die $usage if $a eq "-";
124 die $usage if $a =~ /^-/;
134 die $usage unless @hosts;
184 || die "socket: $!";
187 || die "bind $hostname,0: $!";
1012 open(T,">/tmp/expn$$") || die "open > /tmp/expn$$: $!\n";
1018 open(NSLOOKUP,"nslookup < /tmp/expn$$ 2>&1 |") || die "open nslookup: $!";
/freebsd-9.3-release/contrib/binutils/bfd/doc/
H A Dchew.c295 die (msg) function
306 die ("underflow in string stack");
308 die ("overflow in string stack");
315 die ("underflow in integer stack");
317 die ("overflow in integer stack");
/freebsd-9.3-release/crypto/openssl/util/
H A Dbat.sh5 open(IN,"<$infile") || die "unable to open $infile:$!\n";
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man138 die "Invalid list type <$type>";
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man164 die "Invalid list type <$type>";
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c81 static void die(void) __dead2;
405 die();
453 die();
470 die();
535 die();
540 die();
556 die();
585 die();
589 die();
621 die();
837 die(void) function
[all...]
/freebsd-9.3-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-9.3-release/contrib/gnu-sort/src/
H A Dsort.c496 static void die (char const *, char const *) ATTRIBUTE_NORETURN;
498 die (char const *message, char const *file) function
537 die (_("cannot create temporary file"), file);
562 die (_("open failed"), file);
582 die (_("close failed"), file);
590 die (_("write failed"), output_file);
870 die (_("stat failed"), files[i]);
1294 die (_("read failed"), file);
3234 die (_("close failed"), "-");
/freebsd-9.3-release/usr.sbin/syslogd/
H A Dsyslogd.c316 static void die(int);
545 die(0);
562 die(0);
615 die(WantDie);
1499 die(int signo) function
2671 die(0);
2679 die(0);
2735 die(0);
/freebsd-9.3-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-9.3-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-9.3-release/crypto/openssl/apps/
H A Dapps.c713 goto die;
724 goto die;
732 goto die;
737 die:
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc365 // Wait for child to die
367 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die");
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.birthday176 07/04 John Adams and Thomas Jefferson die on same day, 1826
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES494 added -V to print version number and die.
726 die-casting time: converted to ansi C, installed that.
/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient.c270 goto die;
280 goto die;
298 goto die;
327 die:
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in528 die "Must set CVSROOT\n" if !$cvsroot;
546 eval "print STDERR \$die='Unknown parameter $1\n' if !defined \$$1; \$$1=\$';"
548 exit 255 if $die; # process any variable=value switches
574 open(ENTRIES, $entries) || die("Cannot open $entries.\n");
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog771 die ("Unrecognized port name \"$port\" at $.");
/freebsd-9.3-release/contrib/gcc/
H A Dtree.h579 is accessed incorrectly. The macros die with a fatal error. */
1958 #define TYPE_SYMTAB_DIE(NODE) (TYPE_CHECK (NODE)->type.symtab.die)
2153 struct die_struct * GTY ((tag ("2"))) die;
2142 struct die_struct * GTY ((tag ("2"))) die; member in union:tree_type_symtab
/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c70 die horribly;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dconfigure12482 die horribly
12508 die horribly

Completed in 488 milliseconds

123456