Searched refs:die (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSH-189/openssh/
H A Dfixpaths6 die() { function
12 die $0: nothing to do - no substitutions listed!
15 die $0: error in command line arguments.
18 die Usage: $0 '[-Dstring=replacement] [[infile] ...]'
/macosx-10.10/apache-793/httpd/test/
H A Dcheck_chunked38 $is_chunked || die "wasn't chunked\n";
41 $_ = <> || die "unexpected end of file!\n";
43 m#^([0-9a-f]+) *\r$#i || die "bogus chunklen: $_";
53 read(ARGV, $data, $chunklen) == $chunklen || die "short read!\n";
55 $_ = <> || die "unexpected end of file!\n";
57 $_ eq "\r\n" || die "missing chunk trailer!\n";
/macosx-10.10/dyld-353.2.1/bin/
H A Dset-alt-dyld15 open IN, "<$arg" or die $!;
17 close IN or die $!;
21 open OUT, ">$arg" or die $!;
23 close OUT or die $!;
/macosx-10.10/libarchive-30/libarchive/examples/
H A Dtarfilter.c26 die(char *fmt, ...) function
51 die("Couldn't create archive reader.");
53 die("Couldn't enable decompression");
55 die("Couldn't enable read formats");
57 die("Couldn't open input archive");
62 die("Couldn't create archive writer.");
64 die("Couldn't enable compression");
66 die("Couldn't set output format");
68 die("Couldn't open output archive");
92 die("Erro
[all...]
/macosx-10.10/KerberosHelper-151/Source/
H A DconfigureLocalKDC44 chdir '/' or die "chdir: $!\n";
54 open STDOUT, ">>/Library/Logs/LKDC-setup.log" || die "Failed to open STDOUT";
55 open STDERR, ">&STDOUT" || die "Failed to open STDERR";
71 die "Error: --source requires an argument\n" unless ++$i < $argc;
73 die "Error: --source-version requires an argument\n" unless ++$i < $argc;
75 die "Error: --mode requires an argument\n" unless ++$i < $argc;
77 die "Error: unknown argument $ARGV[$i]\n";
99 die "cert tool failed for com.apple.systemdefault";
104 die "cert tool failed for com.apple.kerberos.kdc";
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_query.c59 dwarf_dieoffset(Dwarf_Die die, argument
62 CHECK_DIE(die, DW_DLV_ERROR)
64 * ret_offset = (die->di_debug_info_ptr -
65 die->di_cu_context->cc_dbg->de_debug_info);
72 the die relative to the start of its
77 dwarf_die_CU_offset(Dwarf_Die die, argument
82 CHECK_DIE(die, DW_DLV_ERROR)
83 cu_context = die->di_cu_context;
86 (die->di_debug_info_ptr - cu_context->cc_dbg->de_debug_info -
93 dwarf_tag(Dwarf_Die die, Dwarf_Hal argument
104 dwarf_attrlist(Dwarf_Die die, Dwarf_Attribute ** attrbuf, Dwarf_Signed * attrcnt, Dwarf_Error * error) argument
215 _dwarf_get_value_ptr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Half * attr_form) argument
268 dwarf_diename(Dwarf_Die die, char **ret_name, Dwarf_Error * error) argument
321 dwarf_hasattr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Bool * return_bool, Dwarf_Error * error) argument
345 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute * ret_attr, Dwarf_Error * error) argument
383 dwarf_lowpc(Dwarf_Die die, Dwarf_Addr * return_addr, Dwarf_Error * error) argument
414 dwarf_highpc(Dwarf_Die die, Dwarf_Addr * return_addr, Dwarf_Error * error) argument
455 _dwarf_die_attr_unsigned_constant(Dwarf_Die die, Dwarf_Half attr, Dwarf_Unsigned * return_val, Dwarf_Error * error) argument
512 dwarf_bytesize(Dwarf_Die die, Dwarf_Unsigned * ret_size, Dwarf_Error * error) argument
526 dwarf_bitsize(Dwarf_Die die, Dwarf_Unsigned * ret_size, Dwarf_Error * error) argument
541 dwarf_bitoffset(Dwarf_Die die, Dwarf_Unsigned * ret_size, Dwarf_Error * error) argument
557 dwarf_srclang(Dwarf_Die die, Dwarf_Unsigned * ret_size, Dwarf_Error * error) argument
573 dwarf_arrayorder(Dwarf_Die die, Dwarf_Unsigned * ret_size, Dwarf_Error * error) argument
594 dwarf_attr_offset(Dwarf_Die die, Dwarf_Attribute attr, Dwarf_Off * offset, Dwarf_Error * error) argument
[all...]
H A Dpro_funcs.c55 Dwarf_P_Die die,
59 _dwarf_add_simple_name_entry(dbg, die, function_name,
54 dwarf_add_funcname(Dwarf_P_Debug dbg, Dwarf_P_Die die, char *function_name, Dwarf_Error * error) argument
H A Dpro_pubnames.c57 Dwarf_P_Die die,
61 _dwarf_add_simple_name_entry(dbg, die, pubname_name,
56 dwarf_add_pubname(Dwarf_P_Debug dbg, Dwarf_P_Die die, char *pubname_name, Dwarf_Error * error) argument
H A Dpro_vars.c55 Dwarf_P_Die die, char *var_name, Dwarf_Error * error)
58 _dwarf_add_simple_name_entry(dbg, die, var_name,
54 dwarf_add_varname(Dwarf_P_Debug dbg, Dwarf_P_Die die, char *var_name, Dwarf_Error * error) argument
H A Dpro_weaks.c55 Dwarf_P_Die die,
59 _dwarf_add_simple_name_entry(dbg, die, weak_name,
54 dwarf_add_weakname(Dwarf_P_Debug dbg, Dwarf_P_Die die, char *weak_name, Dwarf_Error * error) argument
/macosx-10.10/postfix-255/postfix/mantools/
H A Dspecmiss5 die "Usage: $0 protofile [filename...]\n"
10 open(POSTCONF, $protofile) || die " cannot open $protofile: $!\n";
H A Dxpostconf34 die "Usage: $0 [-bcpv] [-s specfile] protofile [parameter...]\n"
51 die "Unknown category: $category. Need PARAM or CLASS.\n";
57 open(POSTCONF, $protofile) || die " cannot open $protofile: $!\n";
101 open(SPEC, "$opt_s") || die "cannot open $opt_s: $!\m";
106 die "Unknown class name: $name.\n"
109 die "Unknown parameter name: $name.\n"
112 die "Unknown category: $category. Need CLASS or PARAM\n";
119 die "Unknown mode: $mode. Need b or p or i,\n";
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A DAutoRegen.sh3 die() { function
32 test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first"
34 test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean"
36 test $? -eq 0 || die "Your aclocal was not detected as being $want_aclocal_version_clean"
38 test $? -eq 0 || die "Your autoheader was not detected as being $want_autoheader_version_clean"
40 test $? -eq 0 || die "Your libtool was not detected as being $want_libtool_version_clean"
52 aclocal --force -I $cwd/m4 || die "aclocal failed"
54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
57 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
/macosx-10.10/CPANInternal-159.1/Test-NoWarnings-1.04/t/
H A D06_fork.t11 die "Forked failed, $!" unless defined $pid;
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A DAutoRegen.sh2 die () { function
7 test -f configure.ac || die "Can't find 'autoconf' dir; please cd into it first"
10 die "Your autoconf was not detected as being 2.5x or 2.6x"
41 aclocal -I $cwd/m4 || die "aclocal failed"
43 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dreadline.t31 ($b=<$c>) eq "multi\nple\n\n" || die "LFLF failed ($b)";
33 ($b=<$c>) eq "1234567890" || die "\\size failed ($b)";
35 ($b=<$c>) eq "line\n\n\n\n" || die "'' failed ($b)";
37 die "'' @ failed: @c" unless $c[0] eq "bla\n\n" &&
49 ($b=<$c>) eq "some\n" || die "LF failed ($b)";
51 ($b=<$c>) eq "string\nwith\nsome\nlines\nwhatever" || die "undef failed ($b)";
61 die "LF @ failed: @c" unless $c[0] eq "some\n" &&
74 die "undef @ failed: @c" unless
87 die "\\2 @ failed: @c" unless
99 $l eq "bla\n" or die "'bl
[all...]
/macosx-10.10/dtrace-147/test/tst/common/ustack/
H A Dtst.spin.ksh100 die "output problem\n" unless /^TOTAL (\d+)/;
102 die "too few samples (\$count)\n" unless \$count >= 1000;
109 die "expected START at \$.\n" unless /^START/;
114 die "expected END at \$.\n" unless /\`baz\+/;
118 die "expected END at \$.\n" unless /\`bar\+/;
122 die "expected END at \$.\n" unless /\`foo\+/;
126 die "expected END at \$.\n" unless /\`main\+/;
130 die "expected END at \$.\n" unless /^END\$/;
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dutils.h45 extern void die(const char *, ...);
/macosx-10.10/rsync-45/rsync/packaging/
H A Dnightly-rsync36 chdir($unpacked) or die $!;
40 system 'cvs -q up' and die $!;
46 open(CVS, '-|', 'cvs status 2>&1') or die $!;
65 chdir('..') or die $!;
66 rename($unpacked, $name) or die $!;
67 open(TAR, '|-', "fakeroot tar --files-from=- --no-recursion --mode=g-w -czf $nightly/$name.tar.gz $name") or die $!;
72 rename($name, $unpacked) or die $!;
77 chdir($nightly) or die $!;
83 open(IN, '<', "$unpacked/$fn") or die $!;
90 open(OUT, '>', $fn) or die
[all...]
/macosx-10.10/pcre-7/pcre/
H A DDetrail11 open(IN, "$file") || die "Can't open $file for input";
24 open(OUT, ">$file") || die "Can't open $file for output";
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dcpu_threads.c200 * Compute the number of cores per die.
206 * Compute the number of threads per die.
343 lcpu->die = NULL;
418 x86_die_t *die; local
431 die = pkg->dies;
432 while (die != NULL) {
433 if (die->pdie_num == die_num)
435 die = die->next_in_pkg;
438 return(die);
445 x86_die_t *die; local
471 x86_die_t *die = lcpu->die; local
499 x86_die_t *die; local
529 x86_die_free(x86_die_t *die) argument
607 x86_die_t *die; local
747 x86_die_add_lcpu(x86_die_t *die, x86_lcpu_t *lcpu) argument
758 x86_die_add_core(x86_die_t *die, x86_core_t *core) argument
792 x86_package_add_die(x86_pkg_t *pkg, x86_die_t *die) argument
807 x86_die_t *die = NULL; local
1006 x86_die_t *die; local
1182 x86_die_t *die; local
[all...]
/macosx-10.10/rsync-45/rsync/support/
H A Dcvs2includes17 open(FIND, 'find . -name CVS -type d |') or die $!;
26 open(ENTRIES, $entries) or die "Unable to open $entries: $!\n";
33 open(FILTER, ">$filter") or die "Unable to write $filter: $!\n";
H A Drrsync24 die "$0: No subdirectory specified\n$Usage" unless defined $subdir;
26 die "$0: Restricted directory does not exist!\n" if $subdir ne '/' && !-d $subdir;
40 die "$0: Not invoked via sshd\n$Usage" unless defined $command;
41 die "$0: SSH_ORIGINAL_COMMAND='$command' is not rsync\n" unless $command =~ s/^rsync\s+//;
43 die "$0 -ro: sending to read-only server not allowed\n" if $ro && !$am_sender;
122 chdir($subdir) or die "$0: Unable to chdir to restricted dir: $!\n";
164 die "$0: option $opt has been disabled on this server.\n";
172 die "Do not use .. in any path!\n" if m#(^|/)\\?\.\\?\.(\\?/|$)#;
177 die "$0: invalid rsync-command syntax or options\n" if $in_options;
192 exec(RSYNC, @opts, @args) or die "exe
[all...]
/macosx-10.10/rsync-45/rsync/patches/
H A Dverify-patches28 die <<EOT;
46 open(IN, '../CVS/Root') or die $!;
51 chdir('tmp') or die "Unable to chdir to 'tmp'";
55 open(OUT, '>exclude') or die $!;
73 open(IN, "patches/$diff") or die $!;
100 chdir('workdir') or die $!;
102 chdir('..') or die $!;
137 chdir('workdir') or die $!;
139 chdir('..') or die $!;
148 chdir('workdir') or die
[all...]
/macosx-10.10/xnu-2782.1.97/tools/
H A Dremote_build.sh18 function die() { function
110 die "OBJROOT not set in environment"
112 mkdir -p "${OBJROOT}" || die "Could not create ${OBJROOT}"
115 die "SYMROOT not set in environment"
117 mkdir -p "${SYMROOT}" || die "Could not create ${SYMROOT}"
120 die "DSTROOT not set in environment"
122 mkdir -p "${DSTROOT}" || die "Could not create ${DSTROOT}"
153 mkdir -p "${BUILDTOOLSDIR}" || die "Could not create BUILDTOOLSDIR"
154 $MAKE print_exports "${ARGS[@]}" XCRUN="${SRC}/tools/xcrun_cache.sh -c \"${BUILDTOOLSDIR}\"" >/dev/null || die "Could not cache build tools"
158 "${SRC}/tools/xcrun_cache.sh" -c "${BUILDTOOLSDIR}" -sdk "${MAKE_SDKROOT}" -find make >/dev/null || die "Coul
[all...]

Completed in 178 milliseconds

1234567891011>>