Searched refs:die (Results 51 - 75 of 312) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A Ddbinfo66 die "Usage: dbinfo file\n" unless @ARGV == 1 ;
69 open (F, "<$ARGV[0]") or die "Cannot open file $ARGV[0]: $!\n" ;
106 { die "not a Berkeley DB database file.\n" }
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Dcreate_jit_stubs43 die "$usage\n" unless ($header and $prefix and $file);
55 open(IN, $header) or die "No such file $header";
71 open(IN, $file) or die "No such file $file";
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_die_deliv.c338 this flag is true, it checks if the input die has
340 a pointer to the start of the sibling die in the
345 a pointer to the immediately adjacent die in the
349 portion for the cu the die belongs to. It is used
350 to check that the search for the next die does not
356 the present die has children, false otherwise.
357 However, in case want_AT_child is true and the die
475 Given a Dwarf_Debug dbg, and a Dwarf_Die die, it returns
476 a Dwarf_Die for the sibling of die. In case die i
497 dwarf_siblingof(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Die * caller_ret_die, Dwarf_Error * error) argument
629 dwarf_child(Dwarf_Die die, Dwarf_Die * caller_ret_die, Dwarf_Error * error) argument
710 Dwarf_Die die = 0; local
[all...]
H A Dpro_die.h48 Dwarf_Tag abb_tag; /* tag of die */
58 int _dwarf_pro_add_AT_fde(Dwarf_P_Debug dbg, Dwarf_P_Die die,
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D34_next_method_in_eval.t20 die 'A::foo died';
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/t/
H A D11basic.t34 close $fh or die "can't close $filename $!";
57 #will die if xattr stuff doesn't work at all
58 setfattr($_, "$key", $val) or die "setfattr failed on filename $_: $!";
79 $fh = new IO::File("<$filename") or die "Unable to open $filename";
85 #will die if xattr stuff doesn't work at all
87 or die "setfattr failed on file descriptor ".$fh->fileno().": $!";
H A D12empty.t37 close $fh or die "can't close $filename $!";
60 #will die if xattr stuff doesn't work at all
61 setfattr($_, "$key", $val) or die "setfattr failed on filename $_: $!";
82 $fh = new IO::File("<$filename") or die "Unable to open $filename";
88 #will die if xattr stuff doesn't work at all
90 or die "setfattr failed on file descriptor ".$fh->fileno().": $!";
/macosx-10.10/CPANInternal-159.1/File-NFSLock-1.21/examples/
H A Dlock_test25 or die "Cannot open [$datafile][$!]";
/macosx-10.10/CPANInternal-159.1/Heap-0.80/t/
H A Delem.t11 use_ok ("Heap::Elem") or die($@);
H A Dnum.t11 use_ok ("Heap::Elem::Num") or die($@);
H A Dnumrev.t11 use_ok ("Heap::Elem::NumRev") or die($@);
H A Dref.t11 use_ok ("Heap::Elem::Ref") or die($@);
H A Drefrev.t11 use_ok ("Heap::Elem::RefRev") or die($@);
H A Dstr.t11 use_ok ("Heap::Elem::Str") or die($@);
H A Dstrrev.t11 use_ok ("Heap::Elem::StrRev") or die($@);
/macosx-10.10/apache-793/httpd/support/
H A Dsplit-logfile.in59 or die ("Can't open ${vhost}.log");
/macosx-10.10/dtrace-147/test/tst/common/ustack/
H A Dtst.depth.ksh79 die "expected START at \$.\n" unless /^START/;
83 die "expected depth (\$_) at \$.\n" unless /^(\d+)\$/;
89 die "unexpected END at \$.\n" if /^END/;
94 die "expected END at \$.\n" unless /^END\$/;
/macosx-10.10/ntp-92/scripts/
H A Dntptrace30 open(PH, $cmd . "|") || die "failed to start command $cmd: $!";
40 close(PH) || die "$cmd failed";
61 open(PH, $cmd . "|") || die "failed to start command $cmd: $!";
66 close(PH) || die "$cmd failed";
H A Dntptrace.in30 open(PH, $cmd . "|") || die "failed to start command $cmd: $!";
40 close(PH) || die "$cmd failed";
61 open(PH, $cmd . "|") || die "failed to start command $cmd: $!";
66 close(PH) || die "$cmd failed";
/macosx-10.10/rsync-45/rsync/support/
H A Dlogfilter14 die "Usage: logfilter MODULE_NAME [LOGFILE ...]\n" unless defined $match;
H A Dmnt-excl38 open(IN, $file) or die "Unable to open $file: $!\n";
/macosx-10.10/CPANInternal-159.1/Term-ReadPassword-0.11/t/
H A D2_interactive.t17 die "No console available" unless $out;
24 or die "Can't re-open STDOUT: $!";
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-tools/
H A Dstatslog19 die join("", @_, <<'EOM');
104 die $@ if $@;
130 die if %conns;
160 die "Bad filename: $_\n" if /^[+-]|[^\w\/.,:%=+-]|^$/;
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_java_swig15 die() { function
20 [ -f $SWIG_FILE ] || die "Must be run from the dist directory"
54 die "Interface contains unresolved types: $f"
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Ddbinfo66 die "Usage: dbinfo file\n" unless @ARGV == 1 ;
69 open (F, "<$ARGV[0]") or die "Cannot open file $ARGV[0]: $!\n" ;
106 { die "not a Berkeley DB database file.\n" }

Completed in 239 milliseconds

1234567891011>>