Searched refs:die (Results 251 - 275 of 312) sorted by relevance

<<111213

/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/
H A DReleaseNotes.txt40 die command with a SOAP::Fault as input, that SOAP::Lite does not properly
/macosx-10.10/OpenSSL098-52/src/util/
H A Dbat.sh5 open(IN,"<$infile") || die "unable to open $infile:$!\n";
/macosx-10.10/nano-12/src/
H A Dutils.c367 die(_("nano is out of memory!"));
379 die(_("nano is out of memory!"));
H A Dnano.c554 /* Make nano die gracefully. */
555 void die(const char *msg, ...) function
636 die(_("Window size is too small for nano...\n"));
1009 die(_("Received SIGHUP or SIGTERM\n"));
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_de_de.latin1.vim300 let g:menutrans_path_dialog = "Geben Sie Such-Pfade f�r Dateien ein.\nTrennen Sie die Verzeichnis-Namen durch Kommata."
301 let g:menutrans_tags_dialog = "Geben Sie die Namen der 'tag'-Dateien ein.\nTrennen Sie die Namen durch Kommata."
302 let g:menutrans_textwidth_dialog = "Geben Sie eine neue Text-Breite ein (oder 0, um die Formatierung abzuschalten)"
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dgrep-changelog197 open (IN, "< $log") || die "Cannot open $log: $!";
/macosx-10.10/vim-55/src/
H A Dswis.s72 swi 0x11 ;no - die (OS_Exit)
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dmain.c480 die(0);
927 die(status);
962 die(1);
1028 die(1);
1235 die(1); /* or just return? */
1258 /* wait for parent to finish updating pid & lock files and die */
1598 * die - clean up state and exit with the specified status.
1601 die(status) function
2063 die(127);
2534 * novm - log an error message saying we ran out of memory, and die
[all...]
H A Ddemand.c143 die(1);
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D03-server.t182 eval $package or die;
254 eval 'sub add { $_[1] + $_[2] }; 1' or die;
H A D02-payload.t329 ! or die;
387 } or die;
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccSymCompat/
H A DccSymCompat.c471 unsigned die = genRand(1,3); local
472 switch(die) {
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/symCompat/
H A DsymCompat.c439 unsigned die = genRand(1,3); local
440 switch(die) {
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/symDelta/
H A DsymDelta.c752 unsigned die = genRand(1,3); local
753 switch(die) {
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/symTest/
H A DsymTest.c136 unsigned die = genRand(1,3); local
137 switch(die) {
/macosx-10.10/ntp-92/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 [-n] [-p <port>] [-l <logfile>] [host] ...\n");
63 open(DEBUG,">>$DEBUGFILE") || die("Cannot open \"$DEBUGFILE\": $!\n");
85 socket(S, &AF_INET, &SOCK_DGRAM, $proto_udp) || die("Cannot open socket: $!\n");
89 die("Cannot bind: $!\n");
242 die "timeout eval (\"$timeout_proc\"): $@\n" if $@;
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dhash.t268 or die $BerkeleyDB::Error;
653 open(FILE, ">SubDB.pm") or die "Cannot open SubDB.pm: $!\n" ;
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D024WarnDieCarp.t5 # Check the various logFOO for FOO in {die, warn, Carp*}
12 # the warn / die / croak / cluck / confess / carp family and makes sure
171 eval { $logger->logdie("Log and die!"); };
176 like($app0->buffer(), qr/024WarnDieCarp.t-$line_number: Log and die!/,
245 # Test fix of bug that had logwarn/die/etc print unformatted messages.
346 $logger->logdie("die!");
404 is $@->{ foo }, "bar", "die without stringify";
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_main.c835 int die = 0, r, icnt = 0; local
892 die = 0;
901 } else if (errno == EIO && !die) {
907 die = 1;
/macosx-10.10/objc4-646/runtime/
H A DNSObject.mm566 void busted(bool die = true)
569 (die ? _objc_fatal : _objc_inform)
581 void check(bool die = true)
584 busted(die);
588 void fastcheck(bool die = true)
591 busted(die);
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges9 * (ms) Tim Bunce provided a patch using Carp::confess() instead of die()
19 * (ms) Markus Benning reported that logcroak/confess/die stringify
447 * (ms) die() on undefined configuration (rt 18103 by justice8@wanadoo.fr)
516 die() messages in scripts using simple configurations and LOGDIE().
538 $! in the die() exception thrown if open_file() fails. Added it.
575 * (ms) init_and_watch() no longer die()s on reloading syntactically
592 and logwarn() are now compliant with the warn() and die()
693 even if die() occurs within an eval(). So if you did
694 BEGIN { $SIG{__DIE__} = sub { print "ouch!"; die }; }
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Drtadvd.c128 static void die(void);
284 die();
336 die() function
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dapps.c715 goto die;
729 goto die;
737 goto die;
742 die:
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dclient.c169 "host passes die? seconds"},
1849 int die;
1861 die = argv[4][0] == 'y';
1866 printf(" passes: %d; die: %s; sleep secs: %ld\n",
1867 passes, die ? "yes" : "no", delay.tv_sec);
1893 if (! die)
1815 int die; local
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libtar --source-base=.#bootmp/lib --m4-base=.#bootmp/m4 --doc-base=.#bootmp/doc --aux-dir=.#bootmp/build-aux --avoid=lock --avoid=size_max --avoid=xsize --no-libtool --macro-prefix=gl alloca argmatch argp backupfile closeout configmake dirname error exclude exitfail fileblocks fnmatch-gnu ftruncate full-write getdate getline getopt getpagesize gettext gettime hash human inttostr inttypes lchown localcharset memset mkdtemp modechange obstack quote quotearg rmdir rpmatch safe-read save-cwd savedir setenv stat-time stdbool stdint stpcpy strdup strerror strtol strtoul timespec unlinkdir unlocked-io utime utimens version-etc-fsf xalloc xalloc-die xgetcwd xstrtoumax
750 ## begin gnulib module openat-die
752 libtar_a_SOURCES += openat-die.c
754 ## end gnulib module openat-die
1511 ## begin gnulib module xalloc-die
1513 libtar_a_SOURCES += xalloc-die.c
1515 ## end gnulib module xalloc-die

Completed in 250 milliseconds

<<111213