Searched refs:output (Results 1 - 25 of 26) sorted by relevance

12

/bind-9.6-ESV-R11/lib/isc/tests/
H A Dparse_test.c43 isc_uint32_t output; local
49 result = isc_parse_uint32(&output, "1234567890", 10);
51 ATF_CHECK_EQ(1234567890, output);
53 result = isc_parse_uint32(&output, "123456789012345", 10);
56 result = isc_parse_uint32(&output, "12345678901234567890", 10);
/bind-9.6-ESV-R11/bin/tests/system/
H A Drunall.sh46 } | tee "systests.output"
49 grep '^R:' systests.output | sort | uniq -c | sed -e 's/^/I: /' -e 's/R://'
50 grep '^R:FAIL' systests.output > /dev/null && status=1
H A Dpacket.pl91 my $output = unpack("H*", $data);
92 print ("sending: $output\n");
/bind-9.6-ESV-R11/lib/dns/
H A Dspnego_asn1.pl23 # the output of this script, but we need to keep the script around in
27 # Overall plan: run the ASN.1 compiler, run each of its output files
30 # output into something closer to ISC's coding standard, and (2) to
64 # a file called "asn1_files" listing the names of the other output
115 my $output;
158 $output .= $_;
182 $output =~ s<^static [^\n]+\n$_\(.+?^}></* unused function: $_ */\n>ms
185 $output =~ s<^static .+$_\(.*\);$></* unused declaration: $_ */>m
188 $output =~ s<^static struct units ContextFlags_units\[\].+?^};>
191 $output
[all...]
H A Dtkey.c72 unsigned char output[4096]; local
75 isc_buffer_init(&outbuf, output, sizeof(output));
/bind-9.6-ESV-R11/bin/tests/
H A Dcfg_test.c50 output(void *closure, const char *text, int textlen) { function
125 cfg_print_grammar(type, output, NULL);
138 cfg_print(cfg, output, NULL);
H A Dsig0_test.c75 char output[10 * 1024]; variable
118 isc_buffer_init(&outbuf, output, sizeof(output));
184 isc_buffer_init(&outbuf, output, sizeof(output));
H A Db9t.mk32 # where the config, build and test output goes
H A Dnamed.conf435 * All log output goes to one or more "channels"; you can make as
563 * output (non-debugging output will still be written to
/bind-9.6-ESV-R11/bin/tests/system/formerr/
H A Dformerr.pl87 my $output = unpack("H*", $data);
88 print ("sending: $output\n");
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c153 const int output = open(destination, O_WRONLY | O_CREAT | O_TRUNC, 0777); local
154 ATF_REQUIRE_MSG(output != -1, "Failed to open destination file during "
160 ATF_REQUIRE_MSG(write(output, buffer, length) == length,
167 ATF_REQUIRE_MSG(fchmod(output, sb.st_mode) != -1,
171 close(output);
220 /** Spawns a subprocess and redirects its output to files.
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh300 # We got the output file
390 # Calculate the filename of the output object if compiler does
555 # Suppress compiler output if we already did a PIC compilation.
858 # We need to know -static, to get the right output filenames.
894 output)
1104 -o) prev=output ;;
1522 outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
1525 case "$output" in
1527 $echo "$modename: you must specify an output file" 1>&2
1568 oldlibs="$output"
[all...]
H A Dltconfig253 -o, --output=FILE specify the output file [default=$default_ofile]
257 --version output version information and exit
293 --output | -o) prev=ofile ;;
294 --output=*) ofile="$optarg" ;;
823 # the output directory. Thus, making CWD read-only will cause this test
1170 $DLLTOOL --export-all --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --output-def $objdir/$soname-def $objdir/$soname-ltdll.$objext $libobjs $convenience~
1187 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
1189 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
1192 old_archive_from_new_cmds='$DLLTOOL --as=$AS --dllname $soname --def $objdir/$soname-def --output
[all...]
H A Dconfigure173 --no-create do not create output files
1664 # Redirect the config.log output again, so that the ltconfig log is not
3188 # Compiler output produced by configure, useful for debugging
3470 # grep -c gives empty output for an empty file on some AIX systems.
/bind-9.6-ESV-R11/
H A Dltmain.sh414 # Re-`\' parameter expansions in output of double_quote_subst that were
501 # Check whether EXPRESSION matches any line of FILENAME, without output.
646 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
670 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
713 # Echo version message to standard output and exit.
736 # Echo short help message to standard output and exit.
753 # Echo long help message to standard output and exit,
1821 # converted to $host format) on output.
2165 # Calculate the filename of the output object if compiler does
2278 # Suppress compiler output i
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh218 # Re-`\' parameter expansions in output of double_quote_subst that were
298 # Check whether EXPRESSION matches any line of FILENAME, without output.
443 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
467 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
496 # Echo version message to standard output and exit.
509 # Echo short help message to standard output and exit.
524 # Echo long help message to standard output and exit.
1288 # Calculate the filename of the output object if compiler does
1402 # Suppress compiler output if we already did a PIC compilation.
1483 -o OUTPUT-FILE set the output fil
[all...]
H A Dcompile240 arguments, and rename the output as expected.
H A Ddepcomp43 object Object file output by 'PROGRAMS ARGS'.
45 depfile Dependency file to output.
111 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
145 ## There are various ways to get dependency output from gcc. Here's
178 ## that the space means something, we add a space to the output as
180 ## to the object. Take care to not repeat it in the output.
302 # ICC 7.1 will output
309 # will emit a similar output, but also prepend the continuation lines
396 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
400 # compilations output dependencie
[all...]
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c139 char output[10 * 1024]; local
164 isc_buffer_init(&outbuf, output, sizeof(output));
203 char output[10 * 1024]; local
249 isc_buffer_init(&outbuf, output, sizeof(output));
/bind-9.6-ESV-R11/bin/check/
H A Dcheck-tool.c645 FILE *output = stdout; local
659 result = isc_stdio_open(filename, flags, &output);
662 fprintf(stderr, "could not open output "
668 result = dns_zone_dumptostream2(zone, output, fileformat, style);
670 if (output != stdout)
671 (void)isc_stdio_close(output);
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp72 std::ostringstream output; local
73 output << static_cast< long >(tv->tv_sec) << '.'
76 return output.str();
84 //! \brief A base class that defines an output format.
86 //! The writer base class defines a generic interface to output formats.
90 //! This class is not tied to a output stream nor a file because, depending
91 //! on the output format, we will want to write to a single file or to
116 //! \brief A very simple plain-text output format.
118 //! The csv_writer class implements a very simple plain-text output
187 //! \brief A console-friendly output forma
[all...]
H A Dintegration_test.sh89 atf_set "descr" "Checks that the default output uses the ticker" \
97 # Check that the default output uses the ticker format.
126 tc, #.#, expect_helpers, fail_and_fail_check, expected_failure, And fail again: 2 checks failed as expected; see output for more details
130 tc, #.#, expect_helpers, pass_but_fail_check, failed, 1 checks failed; see output for more details
153 fail_and_fail_check: [#.#s] Expected failure: And fail again: 2 checks failed as expected; see output for more details
157 pass_but_fail_check: [#.#s] Failed: 1 checks failed; see output for more details
171 expect_helpers:fail_and_fail_check: And fail again: 2 checks failed as expected; see output for more details
205 # Get the default output.
209 # Check that changing the stdout output works.
214 # Check that sending the output t
[all...]
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c1874 * Write a node to the output file, and restart the worker task.
3057 char *origin = NULL, *file = NULL, *output = NULL; local
3162 output = isc_commandline_argument;
3259 /* -S: simple output style */
3350 if (output == NULL) {
3352 output = isc_mem_allocate(mctx,
3354 if (output == NULL)
3356 sprintf(output, "%s.signed", file);
3556 tempfilelen = strlen(output) + 20;
3561 result = isc_file_mktemplate(output, tempfil
[all...]
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure145 --no-create do not create output files
1711 # Compiler output produced by configure, useful for debugging
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure419 echo including any error possibly output before this
1199 -n, --no-create do not create output files
2087 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2088 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2091 # List of possible output files, starting from the most likely.
2939 # Extract the first word of "grep ggrep" to use in msg output
3021 # Extract the first word of "egrep" to use in msg output
6218 # Compiler output produced by configure, useful for debugging
7186 # output is simply discarded. So we exec the FD to /dev/null,

Completed in 115 milliseconds

12