| /freebsd/contrib/ntp/sntp/unity/auto/ |
| H A D | generate_test_runner.rb | 78 File.open(output_file, 'w') do |output| 79 create_header(output, used_mocks, testfile_includes) 80 create_externs(output, tests, used_mocks) 81 create_mock_management(output, used_mocks) 82 create_suite_setup_and_teardown(output) 83 create_reset(output, used_mocks) 84 create_main(output, input_file, tests, used_mocks) 170 def create_header(output, mocks, testfile_includes=[]) argument 171 output.puts('/* AUTOGENERATED FILE. DO NOT EDIT. */') 172 create_runtest(output, mocks) [all …]
|
| /freebsd/contrib/ldns/ |
| H A D | host2str.c | 197 ldns_pkt_opcode2buffer_str(ldns_buffer *output, ldns_pkt_opcode opcode) in ldns_pkt_opcode2buffer_str() argument 201 ldns_buffer_printf(output, "%s", lt->name); in ldns_pkt_opcode2buffer_str() 203 ldns_buffer_printf(output, "OPCODE%u", opcode); in ldns_pkt_opcode2buffer_str() 205 return ldns_buffer_status(output); in ldns_pkt_opcode2buffer_str() 209 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcode rcode) in ldns_pkt_rcode2buffer_str() argument 213 ldns_buffer_printf(output, "%s", lt->name); in ldns_pkt_rcode2buffer_str() 215 ldns_buffer_printf(output, "RCODE%u", rcode); in ldns_pkt_rcode2buffer_str() 217 return ldns_buffer_status(output); in ldns_pkt_rcode2buffer_str() 221 ldns_algorithm2buffer_str(ldns_buffer *output, in ldns_algorithm2buffer_str() argument 227 ldns_buffer_printf(output, "%s", lt->name); in ldns_algorithm2buffer_str() [all …]
|
| /freebsd/contrib/byacc/ |
| H A D | MANIFEST | 35 output.c original version of byacc - 1993 70 test/btyacc/big_b.output exercise -L/-B options 72 test/btyacc/big_l.output exercise -L/-B options 73 test/btyacc/btyacc_calc1.error reference output for testing 74 test/btyacc/btyacc_calc1.output reference output for testing 75 test/btyacc/btyacc_calc1.tab.c reference output for testing 76 test/btyacc/btyacc_calc1.tab.h reference output for testing 77 test/btyacc/btyacc_demo.error reference output for testing 78 test/btyacc/btyacc_demo.output reference output for testing 79 test/btyacc/btyacc_demo.tab.c reference output for testing [all …]
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock_output_test.py | 64 def RemoveReportHeaderAndFooter(output): argument 67 output = re.sub(r'.*gtest_main.*\n', '', output) 68 output = re.sub(r'\[.*\d+ tests.*\n', '', output) 69 output = re.sub(r'\[.* test environment .*\n', '', output) 70 output = re.sub(r'\[=+\] \d+ tests .* ran.*', '', output) 71 output = re.sub(r'.* FAILED TESTS\n', '', output) 72 return output 75 def RemoveLocations(output): argument 88 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\:', 'FILE:#:', output) 91 def NormalizeErrorMarker(output): argument [all …]
|
| /freebsd/contrib/pam-krb5/tests/fakepam/ |
| H A D | logging.c | 51 static struct output *messages = NULL; 58 struct output * 61 struct output *output; in output_new() local 63 output = bmalloc(sizeof(struct output)); in output_new() 64 output->count = 0; in output_new() 65 output->allocated = 1; in output_new() 66 output->lines = bmalloc(sizeof(output->lines[0])); in output_new() 67 output->lines[0].line = NULL; in output_new() 68 return output; in output_new() 77 output_add(struct output *output, int priority, const char *string) in output_add() argument [all …]
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | host2str.h | 187 ldns_pkt_opcode2buffer_str(ldns_buffer *output, ldns_pkt_opcode opcode); 197 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcode rcode); 207 ldns_algorithm2buffer_str(ldns_buffer *output, 218 ldns_cert_algorithm2buffer_str(ldns_buffer *output, 268 ldns_status ldns_rdf2buffer_str_a(ldns_buffer *output, const ldns_rdf *rdf); 276 ldns_status ldns_rdf2buffer_str_aaaa(ldns_buffer *output, const ldns_rdf *rdf); 284 ldns_status ldns_rdf2buffer_str_str(ldns_buffer *output, const ldns_rdf *rdf); 292 ldns_status ldns_rdf2buffer_str_b64(ldns_buffer *output, const ldns_rdf *rdf); 300 ldns_status ldns_rdf2buffer_str_b32_ext(ldns_buffer *output, const ldns_rdf *rdf); 308 ldns_status ldns_rdf2buffer_str_hex(ldns_buffer *output, const ldns_rdf *rdf); [all …]
|
| /freebsd/sys/arm/nvidia/drm2/ |
| H A D | tegra_drm_subr.c | 51 struct tegra_drm_encoder *output; in tegra_drm_connector_get_modes() local 55 output = container_of(connector, struct tegra_drm_encoder, in tegra_drm_connector_get_modes() 59 if (output->panel != NULL) { in tegra_drm_connector_get_modes() 65 edid = output->edid; in tegra_drm_connector_get_modes() 69 edid = drm_get_edid(connector, output->ddc); in tegra_drm_connector_get_modes() 84 struct tegra_drm_encoder *output; in tegra_drm_connector_best_encoder() local 86 output = container_of(connector, struct tegra_drm_encoder, in tegra_drm_connector_best_encoder() 89 return &(output->encoder); in tegra_drm_connector_best_encoder() 95 struct tegra_drm_encoder *output; in tegra_drm_connector_detect() local 99 output = container_of(connector, struct tegra_drm_encoder, in tegra_drm_connector_detect() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
| H A D | nuvoton-npcm750-pincfg-evb.dtsi | 11 pin9_output_high: pin9-output-high { 14 output-high; 21 pin11_output_high: pin11-output-high { 24 output-high; 31 pin24_output_high: pin24-output-high { 34 output-high; 36 pin25_output_low: pin25-output-low { 39 output-low; 41 pin32_output_high: pin32-output-high { 44 output-high; [all …]
|
| /freebsd/sys/contrib/libsodium/test/default/ |
| H A D | stream.c | 16 static unsigned char output[4194304]; variable 26 randombytes_buf(output, sizeof output); in main() 27 crypto_stream(output, sizeof output, nonce, firstkey); in main() 28 crypto_hash_sha256(h, output, sizeof output); in main() 32 assert(sizeof output > 4000); in main() 34 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 0U, firstkey); in main() 36 assert(output[i] == 0); in main() 38 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 1U, firstkey); in main() 39 crypto_hash_sha256(h, output, sizeof output); in main() 44 memset(output, i, 64); in main() [all …]
|
| H A D | kdf.exp | 11 Failure -- probably expected for output length=0 12 Failure -- probably expected for output length=1 13 Failure -- probably expected for output length=2 14 Failure -- probably expected for output length=3 15 Failure -- probably expected for output length=4 16 Failure -- probably expected for output length=5 17 Failure -- probably expected for output length=6 18 Failure -- probably expected for output length=7 19 Failure -- probably expected for output length=8 20 Failure -- probably expected for output length=9 [all …]
|
| /freebsd/contrib/ldns/compat/ |
| H A D | b64_ntop.c | 118 uint8_t output[4]; in ldns_b64_ntop() local 136 output[0] = input[0] >> 2; in ldns_b64_ntop() 137 output[1] = ((input[0] & 0x03) << 4) + (input[1] >> 4); in ldns_b64_ntop() 138 output[2] = ((input[1] & 0x0f) << 2) + (input[2] >> 6); in ldns_b64_ntop() 139 output[3] = input[2] & 0x3f; in ldns_b64_ntop() 140 assert(output[0] < 64); in ldns_b64_ntop() 141 assert(output[1] < 64); in ldns_b64_ntop() 142 assert(output[2] < 64); in ldns_b64_ntop() 143 assert(output[3] < 64); in ldns_b64_ntop() 148 target[datalength++] = Base64[output[0]]; in ldns_b64_ntop() [all …]
|
| /freebsd/usr.bin/yacc/tests/ |
| H A D | Makefile | 83 FILEStest_yacc+= big_b.output 85 FILEStest_yacc+= big_l.output 87 FILEStest_yacc+= calc_code_all.output 91 FILEStest_yacc+= calc_code_default.output 95 FILEStest_yacc+= calc_code_imports.output 99 FILEStest_yacc+= calc_code_provides.output 103 FILEStest_yacc+= calc_code_requires.output 107 FILEStest_yacc+= calc_code_top.output 111 FILEStest_yacc+= calc.output 115 FILEStest_yacc+= calc1.output [all …]
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-output-test.py | 122 def RemoveStackTraceDetails(output): argument 127 r'Stack trace:(.|\n)*?\n\n', 'Stack trace: (omitted)\n\n', output 131 def RemoveStackTraces(output): argument 135 return re.sub(r'Stack trace:(.|\n)*?\n', '', output) 138 def RemoveTime(output): argument 141 return re.sub(r'\(\d+ ms', '(? ms', output) 172 def RemoveTestCounts(output): argument 175 output = re.sub(r'\d+ tests?, listed below', '? tests, listed below', output) 176 output = re.sub(r'\d+ FAILED TESTS', '? FAILED TESTS', output) 177 output = re.sub( [all …]
|
| /freebsd/lib/libc/gen/ |
| H A D | fmtmsg.c | 52 char *env, *msgverb, *output; in fmtmsg() local 68 output = printfmt(msgverb, class, label, sev, text, action, in fmtmsg() 70 if (output == NULL) { in fmtmsg() 74 if (*output != '\0') in fmtmsg() 75 fprintf(stderr, "%s", output); in fmtmsg() 77 free(output); in fmtmsg() 80 output = printfmt(DFLT_MSGVERB, class, label, sev, text, in fmtmsg() 82 if (output == NULL) in fmtmsg() 84 if (*output != '\0') { in fmtmsg() 86 free(output); in fmtmsg() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
| H A D | zfs_share_013_pos.ksh | 49 output=$(showshares_nfs 2>&1) 50 log_must grep -q "::1(" <<< "$output" 53 output=$(showshares_nfs 2>&1) 54 log_must grep -q "2::3(" <<< "$output" 57 output=$(showshares_nfs 2>&1) 58 log_must grep -q "::1(" <<< "$output" 59 log_must grep -q "2::3(" <<< "$output" 62 output=$(showshares_nfs 2>&1) 63 log_must grep -q "::1/64(" <<< "$output" 66 output=$(showshares_nfs 2>&1) [all …]
|
| /freebsd/bin/sh/ |
| H A D | output.h | 41 struct output { struct 50 extern struct output output; /* to fd 1 */ argument 51 extern struct output errout; /* to fd 2 */ 52 extern struct output memout; 53 extern struct output *out1; /* &memout if backquote, otherwise &output */ 54 extern struct output *out2; /* &memout if backquote with 2>&1, otherwise 57 void outcslow(int, struct output *); 62 void outstr(const char *, struct output *); 63 void outqstr(const char *, struct output *); 64 void outbin(const void *, size_t, struct output *); [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap44xx-clocks.dtsi | 11 clock-output-names = "extalt_clkin_ck"; 18 clock-output-names = "pad_clks_src_ck"; 25 clock-output-names = "pad_clks_ck"; 34 clock-output-names = "pad_slimbus_core_clks_ck"; 41 clock-output-names = "secure_32k_clk_src_ck"; 48 clock-output-names = "slimbus_src_clk"; 55 clock-output-names = "slimbus_clk"; 64 clock-output-names = "sys_32k_ck"; 71 clock-output-names = "virt_12000000_ck"; 78 clock-output-names = "virt_13000000_ck"; [all …]
|
| H A D | omap54xx-clocks.dtsi | 11 clock-output-names = "pad_clks_src_ck"; 18 clock-output-names = "pad_clks_ck"; 27 clock-output-names = "secure_32k_clk_src_ck"; 34 clock-output-names = "slimbus_src_clk"; 41 clock-output-names = "slimbus_clk"; 50 clock-output-names = "sys_32k_ck"; 57 clock-output-names = "virt_12000000_ck"; 64 clock-output-names = "virt_13000000_ck"; 71 clock-output-names = "virt_16800000_ck"; 78 clock-output-names = "virt_19200000_ck"; [all …]
|
| H A D | am43xx-clocks.dtsi | 11 clock-output-names = "sys_clkin_ck"; 20 clock-output-names = "crystal_freq_sel_ck"; 29 clock-output-names = "sysboot_freq_sel_ck"; 38 clock-output-names = "adc_tsc_fck"; 47 clock-output-names = "dcan0_fck"; 56 clock-output-names = "dcan1_fck"; 65 clock-output-names = "mcasp0_fck"; 74 clock-output-names = "mcasp1_fck"; 83 clock-output-names = "smartreflex0_fck"; 92 clock-output-names = "smartreflex1_fck"; [all …]
|
| H A D | am33xx-clocks.dtsi | 11 clock-output-names = "sys_clkin_ck"; 20 clock-output-names = "adc_tsc_fck"; 29 clock-output-names = "dcan0_fck"; 38 clock-output-names = "dcan1_fck"; 47 clock-output-names = "mcasp0_fck"; 56 clock-output-names = "mcasp1_fck"; 65 clock-output-names = "smartreflex0_fck"; 74 clock-output-names = "smartreflex1_fck"; 83 clock-output-names = "sha0_fck"; 92 clock-output-names = "aes0_fck"; [all …]
|
| H A D | dra7xx-clocks.dtsi | 11 clock-output-names = "atl_clkin0_ck"; 18 clock-output-names = "atl_clkin1_ck"; 25 clock-output-names = "atl_clkin2_ck"; 32 clock-output-names = "atl_clkin3_ck"; 39 clock-output-names = "hdmi_clkin_ck"; 46 clock-output-names = "mlb_clkin_ck"; 53 clock-output-names = "mlbp_clkin_ck"; 60 clock-output-names = "pciesref_acs_clk_ck"; 67 clock-output-names = "ref_clkin0_ck"; 74 clock-output-names = "ref_clkin1_ck"; [all …]
|
| /freebsd/lib/libc/net/ |
| H A D | base64.c | 129 u_char output[4]; in b64_ntop() local 138 output[0] = input[0] >> 2; in b64_ntop() 139 output[1] = ((input[0] & 0x03) << 4) + (input[1] >> 4); in b64_ntop() 140 output[2] = ((input[1] & 0x0f) << 2) + (input[2] >> 6); in b64_ntop() 141 output[3] = input[2] & 0x3f; in b64_ntop() 142 Assert(output[0] < 64); in b64_ntop() 143 Assert(output[1] < 64); in b64_ntop() 144 Assert(output[2] < 64); in b64_ntop() 145 Assert(output[3] < 64); in b64_ntop() 149 target[datalength++] = Base64[output[0]]; in b64_ntop() [all …]
|
| /freebsd/contrib/kyua/utils/format/ |
| H A D | containers.ipp | 39 /// \param output The stream into which to inject the object. 42 /// \return The output stream. 45 std::operator<<(std::ostream& output, const std::map< K, V >& object) 47 output << "map("; 52 output << ", "; 53 output << (*iter).first << "=" << (*iter).second; 55 output << ")"; 56 return output; 62 /// \param output The stream into which to inject the object. 65 /// \return The output stream. [all …]
|
| /freebsd/contrib/bsddialog/utility/ |
| H A D | util_builders.c | 80 int output; in gauge_builder() local 91 output = bsddialog_gauge(conf, text, rows, cols, perc, STDIN_FILENO, in gauge_builder() 94 return (output); in gauge_builder() 99 int output, *minipercs; in mixedgauge_builder() local 125 output = bsddialog_mixedgauge(conf, text, rows, cols, mainperc, in mixedgauge_builder() 128 return (output); in mixedgauge_builder() 133 int output; in pause_builder() local 142 output = bsddialog_pause(conf, text, rows, cols, &secs); in pause_builder() 144 return (output); in pause_builder() 149 int output, min, max, value; in rangebox_builder() local [all …]
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | utilities.c | 12 FILE *output in pkt_output() argument 20 fprintf(output, HLINE); in pkt_output() 24 fprintf(output, "\n"); in pkt_output() 26 fprintf(output, "%3d: %02x ", a, pkt[a]); in pkt_output() 29 fprintf(output, "\n"); in pkt_output() 30 fprintf(output, HLINE); in pkt_output() 38 FILE * output in l_fp_output() argument 41 fprintf(output, "%s\n", prettydate(ts)); in l_fp_output() 49 FILE *output in l_fp_output_bin() argument 54 fprintf(output, HLINE); in l_fp_output_bin() [all …]
|