Searched refs:die (Results 201 - 225 of 312) sorted by relevance

1234567891011>>

/macosx-10.10/pcre-7/pcre/
H A D132html77 open(TEMP, ">/tmp/$$") || die "Can't open /tmp/$$ for output\n";
94 die "*** Processing abandoned\n";
300 open(TEMP, "/tmp/$$") || die "Can't open /tmp/$$ for input\n";
/macosx-10.10/python-89/bin/
H A Dstrip47 die "$MyName: Can't create temp file\n" unless defined($tmp);
/macosx-10.10/rsync-45/rsync/support/
H A Datomic-rsync51 rename($dest_dir, $old_dir) or die "Unable to rename $new_dir to $old_dir: $!";
52 rename($new_dir, $dest_dir) or die "Unable to rename $new_dir to $dest_dir: $!";
H A Drsyncstats41 open(LOG, $usage_file) || die "Error opening usage log file: $usage_file\n";
133 if ($xferfiles == 0) {die "There was no data to process.\n";}
299 die <<EOT;
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/eg/
H A Dyamlparser28 die "usage: ", __PACKAGE__, "->new(file => \$filename) or ",
/macosx-10.10/KerberosHelper-151/Source/
H A DcheckLocalKDC12 chdir '/' or die "chdir: $!\n";
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Dcreate_hash_table38 open(IN, $file) or die "No such file $file";
110 die "invalid data {" . $_ . "}";
114 die "missing closing \@end" if ($inside);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccHmacClone/
H A DccHmacClone.cpp110 unsigned die; /* 0..3 indicates when to clone */ local
146 die = genRand(0, 3);
153 if((die == loopNum) || !stagedOrig) {
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/
H A Dyapp136 die <<EOF;
193 or die "Cannot open template file $opt_t: $!\n";
210 or die "Cannot open $filename for reading.\n";
226 or die "Cannot create $base.output for writing.\n";
260 or die "Cannot open $outfile for writing.\n";
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certTime/
H A DextenCooker.cpp237 unsigned die = genRand(1, NUM_ATTR_TYPES); local
238 pair.type = attrTypes[die - 1];
239 die = genRand(1, NUM_ATTR_STRINGS);
240 char *str = attrStrings[die - 1];
243 die = genRand(1, NUM_ATTR_TAGS);
244 pair.valueType = attrTags[die - 1];
736 unsigned die = genRand(1, NUM_CP_OIDS); local
737 pi->certPolicyId = cpOids[die - 1];
749 die = genRand(1, NUM_CPS_STR);
750 qi->qualifier.Data = (uint8 *)someCPSs[die
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DtpUtils.cpp165 unsigned die; local
207 die = genRand(1, 2); // one random bit
209 ( (die == 1) || allInDbs) ) {
212 die = genRand(1, dbList->NumHandles-1);
215 die = genRand(0, dbList->NumHandles-1);
218 printf(" ...cert %d to DB[%d]\n", certDex, die);
220 crtn = tpStoreRawCert(dbList->DLDBHandle[die],
232 die = genRand(0, numCerts-1);
233 certData = &certGroup->GroupList.CertList[die];
239 certDex, die);
[all...]
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_af_af.latin1.vim146 menutrans &Manual &Met\ die\ hand
148 menutrans o&n\ (this\ file) Aa&n\ (die\ le�r)
149 menutrans o&ff\ (this\ file) &Af\ (die\ le�r)
150 menutrans Co&lor\ test Toets\ die\ &kleure
151 menutrans &Highlight\ test Toets\ die\ verligting
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Ddump.c1125 die("failed to open %s", filename);
1136 die("%s does not contain .SUNW_ctf data\n", filename);
1213 die("failed to fstat %s", filename);
1219 die("failed to mmap %s", filename);
1228 die("%s does not contain a CTF preamble\n", filename);
1234 die("%s does not appear to contain CTF data\n", filename);
1242 die("%s does not contain a v%d CTF header\n", filename,
1247 die("%s contains unsupported CTF version %d\n", filename,
1261 die("failed to allocate decompression buffer");
1270 die("faile
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dpipes_tests.c91 static void die(int condition, const char *culprit) function
102 die(ferror(stdout), "stdout");
123 die(suite == NULL, "malloc()");
180 die(sigaction(SIGALRM, &alarm_act, NULL) != 0, "sigaction()");
215 "die.\n");
228 die(test_pid == -1, "fork()");
311 die(vasprintf(&name, format, ap) == -1, "vasprintf()");
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtpage80 || die $ttmodule->error();
86 || die $template->error();
95 ERROR => sub { die(@_, "\ntry `$NAME --help'\n") }
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extenTest/
H A DextenTest.cpp295 unsigned die = genRand(1, NUM_ATTR_TYPES); local
296 pair.type = attrTypes[die - 1];
297 die = genRand(1, NUM_ATTR_STRINGS);
298 char *str = attrStrings[die - 1];
301 die = genRand(1, NUM_ATTR_TAGS);
302 pair.valueType = attrTags[die - 1];
814 unsigned die = genRand(1, NUM_CP_OIDS); local
815 pi->certPolicyId = cpOids[die - 1];
827 die = genRand(1, NUM_CPS_STR);
828 qi->qualifier.Data = (uint8 *)someCPSs[die
913 int die = genRand(1, NUM_AI_OIDS); local
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extenTestTp/
H A DextenTestTp.cpp295 unsigned die = genRand(1, NUM_ATTR_TYPES); local
296 pair.type = attrTypes[die - 1];
297 die = genRand(1, NUM_ATTR_STRINGS);
298 char *str = attrStrings[die - 1];
301 die = genRand(1, NUM_ATTR_TAGS);
302 pair.valueType = attrTags[die - 1];
814 unsigned die = genRand(1, NUM_CP_OIDS); local
815 pi->certPolicyId = cpOids[die - 1];
827 die = genRand(1, NUM_CPS_STR);
828 qi->qualifier.Data = (uint8 *)someCPSs[die
913 int die = genRand(1, NUM_AI_OIDS); local
[all...]
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_line.c97 dwarf_srcfiles(Dwarf_Die die, argument
106 die. */
109 /* Pointer to DW_AT_comp_dir attribute in die. */
123 /* The Dwarf_Debug this die belongs to. */
144 CHECK_DIE(die, DW_DLV_ERROR);
145 dbg = die->di_cu_context->cc_dbg;
147 resattr = dwarf_attr(die, DW_AT_stmt_list, &stmt_list_attr, error);
185 If die has DW_AT_comp_dir attribute, get the string that names
187 resattr = dwarf_attr(die, DW_AT_comp_dir, &comp_dir_attr, error);
324 _dwarf_internal_srclines(Dwarf_Die die, argument
1033 dwarf_srclines(Dwarf_Die die, Dwarf_Line ** linebuf, Dwarf_Signed * linecount, Dwarf_Error * error) argument
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/t/
H A D019_incr.t16 eval <<'TEST' or die "Failed to eval test code for version $]: $@";
88 eval <<'TEST' or die "Failed to eval test code for version $]: $@";
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D32_Tree_Simple_Visitor_FindByNodeValue_test.t226 $visitor->setNodeFilter(sub { die "Nothing really" });
231 $visitor->setNodeFilter(sub { die bless({}, "NothingReally") });
H A D35_Tree_Simple_Visitor_FindByUID_test.t225 $visitor->setNodeFilter(sub { die "Nothing really" });
230 $visitor->setNodeFilter(sub { die bless({}, "NothingReally") });
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/dhFulltest/
H A DdhFulltest.cpp598 int die = genRand(1,3); local
599 switch(die) {
625 int die = genRand(1,3); local
626 switch(die) {
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen88 die "failed to open the file, $!: $file\n";
101 die sprintf("%s, at line %d\n",
107 die "unexpected EOF, at line $.\n";
436 die "failed to open the file, $!: $file\n";
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dcodegen-diff9 open (INPUT, $filename) or die "$filename: $!\n";
29 open (INPUT, $filename) or die "$filename: $!\n";
/macosx-10.10/swig-12/Lib/perl5/
H A Dperlkw.swg86 PERLBN(die);
147 PERLKW(die);

Completed in 336 milliseconds

1234567891011>>