| /src/external/bsd/zstd/dist/tests/cli-tests/basic/ |
| output_dir.sh | 4 zstd -r * --output-dir-mirror="" && die "Should not allow empty output dir!" 6 zstd -r * --output-dir-flat="" && die "Should not allow empty output dir!"
|
| memlimit.sh | 6 zstd --memory=32LB file && die "Should not allow bogus suffix" 8 zstd --memory=32LiB file && die "Should not allow bogus suffix" 10 zstd --memory=32A file && die "Should not allow bogus suffix" 12 zstd --memory=32r82347dn83 file && die "Should not allow bogus suffix" 14 zstd --memory=32asbdf file && die "Should not allow bogus suffix" 16 zstd --memory=hello file && die "Should not allow non-numeric parameter" 18 zstd -q --memory=1 file && die "Should allow numeric parameter without suffix" 21 zstd -q --memory=1K file && die "Should allow numeric parameter with expected suffix" 24 zstd -q --memory=1KB file && die "Should allow numeric parameter with expected suffix" 27 zstd -q --memory=1KiB file && die "Should allow numeric parameter with expected suffix [all...] |
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_attr.c | 36 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, 42 dbg = die != NULL ? die->die_dbg : NULL; 44 if (die == NULL || atp == NULL) { 49 if ((at = _dwarf_attr_find(die, attr)) == NULL) { 60 dwarf_attrlist(Dwarf_Die die, Dwarf_Attribute **attrbuf, 67 dbg = die != NULL ? die->die_dbg : NULL; 69 if (die == NULL || attrbuf == NULL || attrcount == NULL) { 74 if (die->die_ab->ab_atnum == 0) [all...] |
| libdwarf_die.c | 38 Dwarf_Die die; local 42 if ((die = calloc(1, sizeof(struct _Dwarf_Die))) == NULL) { 47 STAILQ_INIT(&die->die_attr); 49 *ret_die = die; 59 Dwarf_Die die; local 67 if ((ret = _dwarf_die_alloc(dbg, &die, error)) != DW_DLE_NONE) 70 die->die_offset = offset; 71 die->die_abnum = abnum; 72 die->die_ab = ab; 73 die->die_cu = cu 113 Dwarf_Die die; local 406 Dwarf_Die die; local 447 Dwarf_P_Die die, tdie; local [all...] |
| dwarf_pro_die.c | 54 Dwarf_P_Die die; local 70 if (_dwarf_die_alloc(dbg, &die, error) != DW_DLE_NONE) 73 die->die_dbg = dbg; 74 die->die_tag = new_tag; 76 STAILQ_INSERT_TAIL(&dbg->dbgp_dielist, die, die_pro_next); 79 return (die); 81 _dwarf_die_link(die, parent, child, left_sibling, right_sibling); 83 return (die); 87 dwarf_die_link(Dwarf_P_Die die, Dwarf_P_Die parent, 95 if (die == NULL) [all...] |
| dwarf_attrval.c | 34 dwarf_attrval_flag(Dwarf_Die die, Dwarf_Half attr, Dwarf_Bool *valp, Dwarf_Error *err) 39 dbg = die != NULL ? die->die_dbg : NULL; 41 if (die == NULL || valp == NULL) { 48 if ((at = _dwarf_attr_find(die, attr)) == NULL) { 67 dwarf_attrval_string(Dwarf_Die die, Dwarf_Half attr, const char **strp, Dwarf_Error *err) 72 dbg = die != NULL ? die->die_dbg : NULL; 74 if (die == NULL || strp == NULL) { 81 if ((at = _dwarf_attr_find(die, attr)) == NULL) [all...] |
| dwarf_pro_attr.c | 35 dwarf_add_AT_location_expr(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, 40 if (dbg == NULL || die == NULL || loc_expr == NULL) { 45 if (_dwarf_attr_alloc(die, &at, error) != DW_DLE_NONE) 48 at->at_die = die; 67 STAILQ_INSERT_TAIL(&die->die_attr, at, at_next); 73 dwarf_add_AT_name(Dwarf_P_Die die, char *name, Dwarf_Error *error) 77 if (_dwarf_add_string_attr(die, &at, DW_AT_name, name, error) != 85 dwarf_add_AT_comp_dir(Dwarf_P_Die die, char *dir, Dwarf_Error *error) 89 if (_dwarf_add_string_attr(die, &at, DW_AT_comp_dir, dir, error) != 97 dwarf_add_AT_producer(Dwarf_P_Die die, char *producer, Dwarf_Error *error [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| die.c | 20 #include "dwarf2/die.h" 23 /* See die.h. */ 33 struct die_info *die = (struct die_info *) obstack_alloc (obstack, size); local 34 memset (die, 0, size); 35 return die; 39 dump_die_shallow (struct ui_file *f, int indent, struct die_info *die) 45 dwarf_tag_name (die->tag), die->abbrev, 46 sect_offset_str (die->sect_off)); 48 if (die->parent != NULL [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| die.c | 20 #include "dwarf2/die.h" 23 /* See die.h. */ 33 struct die_info *die = (struct die_info *) obstack_alloc (obstack, size); local 34 memset (die, 0, size); 35 return die; 39 dump_die_shallow (struct ui_file *f, int indent, struct die_info *die) 45 dwarf_tag_name (die->tag), die->abbrev, 46 sect_offset_str (die->sect_off)); 48 if (die->parent != NULL [all...] |
| /src/external/lgpl3/mpfr/dist/tools/ |
| ck-news | 22 or die "Execute $0 from the MPFR source directory\n"; 23 chdir '..' or die "$!\n$0: can't change cwd\n"; 27 or die "$!\n$0: can't open VERSION file\n"; 29 close VERSION or die "$!\n$0: can't close VERSION file\n"; 32 or die "$0: bad VERSION format\n"; 39 or die "$!\n$0: can't open NEWS file\n"; 47 and $! = 2, die "$0: $& in NEWS file"; 49 close NEWS or die "$!\n$0: can't close NEWS file\n"; 51 $ok or $! = 1, die "$0: missing or bad change log in NEWS file\n";
|
| ck-version-info | 22 or die "Execute $0 from the MPFR source directory\n"; 23 chdir '..' or die "$!\n$0: can't change cwd\n"; 27 or die "$!\n$0: can't open VERSION file\n"; 29 close VERSION or die "$!\n$0: can't close VERSION file\n"; 32 or die "$0: bad VERSION format\n"; 35 or die "$!\n$0: can't open Makefile.am file\n"; 43 $2 == ++$cur or die "$0: bad CURRENT ($2)"; 44 $3 == 0 || $3 == $age + 1 or die "$0: bad AGE ($3)"; 49 or die "$0: missing correct libmpfr_la_LDFLAGS line"; 50 close MF or die "$!\n$0: can't close Makefile.am file\n" [all...] |
| /src/distrib/sets/ |
| sort-list | 4 die() { function 10 { grep '^#' "$fname" || die "Missing comment line in $fname"
|
| /src/external/bsd/zstd/dist/tests/cli-tests/decompression/ |
| detectErrors.sh | 8 zstd -t $file && die "should have detected an error"
|
| /src/external/gpl3/binutils/dist/binutils/ |
| bfdtest1.c | 25 die (const char *s) function 39 die ("usage: bfdtest1 <archive>"); 43 die ("no such archive"); 48 die ("bfd_check_format"); 57 die ("next_archived_file"); 68 die ("next_archived_file"); 74 die ("element count differs in second scan"); 77 die ("bfd_close");
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| bfdtest1.c | 25 die (const char *s) function 39 die ("usage: bfdtest1 <archive>"); 43 die ("no such archive"); 48 die ("bfd_check_format"); 57 die ("next_archived_file"); 68 die ("next_archived_file"); 74 die ("element count differs in second scan"); 77 die ("bfd_close");
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| mkpod2html.pl | 24 die "-i flag missing" unless $opt_i; 25 die "-o flag missing" unless $opt_o; 26 die "-t flag missing" unless $opt_t; 27 die "-r flag missing" unless $opt_r; 33 $opt_i = rel2abs($opt_i) or die "Can't convert to real path: $!"; 34 $opt_o = rel2abs($opt_o) or die "Can't convert to real path: $!"; 35 $opt_r = rel2abs($opt_r) or die "Can't convert to real path: $!"; 47 or die "Can't read $opt_o, $!"; 59 or die "Can't write $opt_o, $!";
|
| /src/crypto/external/bsd/heimdal/dist/cf/ |
| w32-detect-vc-version.pl | 37 die "C compiler command should be specified" if ($cl_cmd eq ''); 39 open(CL, '-|', $cl_cmd." 2>&1") or die "Can't run C compiler command [$cl_cmd]";
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| mkpod2html.pl | 24 die "-i flag missing" unless $opt_i; 25 die "-o flag missing" unless $opt_o; 26 die "-t flag missing" unless $opt_t; 27 die "-r flag missing" unless $opt_r; 33 $opt_i = rel2abs($opt_i) or die "Can't convert to real path: $!"; 34 $opt_o = rel2abs($opt_o) or die "Can't convert to real path: $!"; 35 $opt_r = rel2abs($opt_r) or die "Can't convert to real path: $!"; 47 or die "Can't read $opt_o, $!"; 59 or die "Can't write $opt_o, $!";
|
| /src/external/mpl/bind/dist/util/ |
| bindkeys.pl | 20 my $fn = shift or die "Usage: $0 FILENAME\n"; 21 open(my $fh, '<', $fn) or die "cannot open file $ARGV[1]\n";
|
| /src/external/ibm-public/postfix/dist/mantools/ |
| missing-proxy-read-maps | 12 || die "can't execute $command: !$\n"; 18 close(PROXY_READ_MAPS) || die "close $command: $!\n"; 27 || die "Open $mail_params_h"; 38 close(MAIL_PARAMS) || die "close $mail_params_h: !$\n"; 47 || die "can't execute $command: !$\n"; 53 die "unknown parameter: $param_name\n"
|
| /src/external/bsd/ntp/dist/scripts/build/ |
| genAuthors.in | 43 die "bkroot: <$bk_root>, A_dir: <$A_dir>\n" if (! -r $A_dir); 44 die "bkroot: <$bk_root>, A_file: <$A_file>\n" if (! -r $A_file); 47 open(my $FILE, '<', $A_file) or die "Could not open <$A_file>: $!\n"; 62 die "Fix the problem(s) noted above!\n" if $problem; 66 open(BKU, $bk_u) || die "$0: <$bk_u> failed: $!\n"; 75 open(my $FILE, '>>', "$A_dir/$name.txt") || die "Cannot create '$A_dir/$name.txt': $!\n"; 81 die "Fix the problem(s) noted above!\n" if $problem;
|
| /src/external/bsd/bzip2/dist/ |
| format.pl | 21 die "Usage: $0 xml_infile xml_outfile\n"; 26 die "Can't find file \"$infile\"" 30 die "Can't read input $infile\n"; 34 die "Can't input $infile $!"; 41 die "Can't output $outfile $! for writing";
|
| /src/crypto/external/apache2/openssl/dist/demos/http3/ |
| gen_nghttp3.pl | 13 open(my $fh, '>>', './build.info') or die "Could not open build.info - $!"; 14 flock($fh, LOCK_EX) or die "Could not lock build.info - $!"; 17 rmtree("./nghttp3") or die "Cannot remove nghttp3: $!";
|
| /src/external/mpl/bind/dist/bin/tests/system/cds/ |
| checktime.pl | 24 die "missing notbefore time" unless $notbefore; 25 die "missing inception time" unless $inception; 27 die "bad inception time $delta" unless abs($delta - $target) <= 10;
|
| /src/external/bsd/kyua-cli/dist/integration/helpers/ |
| bogus_test_cases.cpp | 39 ATF_TEST_CASE_WITHOUT_HEAD(die); variable 40 ATF_TEST_CASE_BODY(die) 61 ATF_ADD_TEST_CASE(tcs, die);
|