/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock_output_test.py | 58 def ToUnixLineEnding(s): argument 64 def RemoveReportHeaderAndFooter(output): argument 75 def RemoveLocations(output): argument 91 def NormalizeErrorMarker(output): argument 97 def RemoveMemoryAddresses(output): argument 103 def RemoveTestNamesOfLeakedMocks(output): argument 109 def GetLeakyTests(output): argument 118 def GetNormalizedOutputAndLeakyTests(output): argument
|
H A D | gmock-spec-builders_test.cc | 340 Sequence s; in TEST() local 353 Sequence s; in TEST() local 373 Sequence s; in TEST() local 387 Sequence s; in TEST() local 578 const std::string output = GetCapturedStdout(); in TEST() local 615 const std::string output = GetCapturedStdout(); in TEST() local 633 std::string output = GetCapturedStdout(); in TEST() local 919 const std::string output = GetCapturedStdout(); in TEST() local 1281 Sequence s; in TEST() local 1301 Sequence s; in TEST() local [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-output-test.py | 96 def ToUnixLineEnding(s): argument 122 def RemoveStackTraceDetails(output): argument 131 def RemoveStackTraces(output): argument 138 def RemoveTime(output): argument 172 def RemoveTestCounts(output): argument 208 def NormalizeOutput(output): argument 372 output = GetOutputOfAllCommands() variable
|
/freebsd/contrib/ntp/sntp/ |
H A D | utilities.c | 12 FILE *output in pkt_output() 38 FILE * output in l_fp_output() 49 FILE *output in l_fp_output_bin() 86 FILE *output in l_fp_output_dec() 109 sockaddr_u s; in addrinfo_to_str() local
|
/freebsd/contrib/ldns/ |
H A D | host2str.c | 160 ldns_status s; in ldns_output_format_set_type() local 180 ldns_status s; in ldns_output_format_clear_type() local 197 ldns_pkt_opcode2buffer_str(ldns_buffer *output, ldns_pkt_opcode opcode) in ldns_pkt_opcode2buffer_str() 209 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcode rcode) in ldns_pkt_rcode2buffer_str() 221 ldns_algorithm2buffer_str(ldns_buffer *output, in ldns_algorithm2buffer_str() 235 ldns_cert_algorithm2buffer_str(ldns_buffer *output, in ldns_cert_algorithm2buffer_str() 334 ldns_rdf2buffer_str_dname(ldns_buffer *output, const ldns_rdf *dname) in ldns_rdf2buffer_str_dname() 386 ldns_rdf2buffer_str_int8(ldns_buffer *output, const ldns_rdf *rdf) in ldns_rdf2buffer_str_int8() 394 ldns_rdf2buffer_str_int16(ldns_buffer *output, const ldns_rdf *rdf) in ldns_rdf2buffer_str_int16() 402 ldns_rdf2buffer_str_int32(ldns_buffer *output, const ldns_rdf *rdf) in ldns_rdf2buffer_str_int32() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 767 void Output::output(StringRef s) { in output() function in Output 772 void Output::output(StringRef S, QuotingType MustQuote) { in output() function in Output 812 void Output::outputUpToEndOfLine(StringRef s) { in outputUpToEndOfLine() 909 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output() function in ScalarTraits 921 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output() function in ScalarTraits 932 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output() function in ScalarTraits::string 943 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output() function in ScalarTraits 960 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output() function in ScalarTraits 976 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, in output() function in ScalarTraits 992 void ScalarTraits<uint64_t>::output(const uint64_t &Val, void *, in output() function in ScalarTraits [all …]
|
/freebsd/sys/kern/ |
H A D | md4c.c | 81 #define FF(a, b, c, d, x, s) { \ argument 85 #define GG(a, b, c, d, x, s) { \ argument 89 #define HH(a, b, c, d, x, s) { \ argument 260 Encode(unsigned char *output, UINT4 *input, unsigned int len) in Encode() 276 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode()
|
H A D | md5c.c | 56 Encode (unsigned char *output, uint32_t *input, unsigned int len) in Encode() 76 Decode (uint32_t *output, const unsigned char *input, unsigned int len) in Decode() 106 #define FF(a, b, c, d, x, s, ac) { \ argument 111 #define GG(a, b, c, d, x, s, ac) { \ argument 116 #define HH(a, b, c, d, x, s, ac) { \ argument 121 #define II(a, b, c, d, x, s, ac) { \ argument
|
/freebsd/contrib/wireguard-tools/ |
H A D | curve25519-hacl64.h | 49 static __always_inline void fproduct_copy_from_wide_(u64 *output, u128 *input) in fproduct_copy_from_wide_() 74 fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s) in fproduct_sum_scalar_multiplication_() 124 static __always_inline void fmul_shift_reduce(u64 *output) in fmul_shift_reduce() 153 static __always_inline void fmul_mul_shift_reduce_(u128 *output, u64 *input, in fmul_mul_shift_reduce_() 183 static __always_inline void fmul_fmul(u64 *output, u64 *input, u64 *input21) in fmul_fmul() 214 static __always_inline void fsquare_fsquare__(u128 *tmp, u64 *output) in fsquare_fsquare__() 243 static __always_inline void fsquare_fsquare_(u128 *tmp, u64 *output) in fsquare_fsquare_() 270 static __always_inline void fsquare_fsquare_times_(u64 *output, u128 *tmp, in fsquare_fsquare_times_() 279 static __always_inline void fsquare_fsquare_times(u64 *output, u64 *input, in fsquare_fsquare_times() 287 static __always_inline void fsquare_fsquare_times_inplace(u64 *output, in fsquare_fsquare_times_inplace() [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | readpassphrase.c | 57 int input, output, save_errno, i, need_restart; in readpassphrase() local 206 static void handler(int s) in handler()
|
/freebsd/lib/libc/gen/ |
H A D | readpassphrase.c | 46 int input, output, save_errno, i, need_restart, input_is_tty; in readpassphrase() local 196 static void handler(int s) in handler()
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | readpassphrase.c | 63 int input, output, save_errno, i, need_restart; in readpassphrase() local 209 static void handler(int s) in handler()
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | des_enc.c | 23 register DES_LONG *s; in DES_encrypt1() local 94 register DES_LONG *s; in DES_encrypt2() local 200 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, in DES_ede3_cbc_encrypt()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_term.c | 42 char *output; /* Corresponding vi command. */ member 91 CHAR_T output[5]; in cl_term_init() local 471 atoz_or(const char *s, size_t y) in atoz_or()
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_dem_gnu3.c | 85 struct vector_str output; /* output string vector */ member 117 #define DEM_PUSH_STR(d,s) cpp_demangle_push_str((d), (s), strlen((s))) argument 118 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument 1222 struct vector_str *output; in cpp_demangle_read_expression_flat() local 1742 struct vector_str *output, v; in cpp_demangle_read_name() local 1808 struct vector_str *output; in cpp_demangle_read_name_flat() local 1839 struct vector_str *output, v; in cpp_demangle_read_nested_name() local 2279 struct vector_str *output, v; in cpp_demangle_read_subst_std() local 2342 struct vector_str *output; in cpp_demangle_read_subst_stdtmpl() local 2505 struct vector_str *output, sv; in cpp_demangle_read_type() local [all …]
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | DriverUtils.cpp | 83 StringRef s = arg->getValue(); in handleColorDiagnostics() local 132 static std::string rewritePath(StringRef s) { in rewritePath() 138 static std::string rewriteInputPath(StringRef s) { in rewriteInputPath() 333 StringRef output) { in write()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2-core.c | 56 store_block(void *output, const block *src) in store_block() 225 uint32_t s; in fill_memory_blocks() local
|
/freebsd/contrib/libarchive/libarchive_fe/ |
H A D | passphrase.c | 159 handler(int s) in handler() 169 int input, output, save_errno, i, need_restart; in readpassphrase() local
|
/freebsd/contrib/libcxxrt/ |
H A D | libelftc_dem_gnu3.c | 99 struct vector_str output; /* output string vector */ member 131 #define DEM_PUSH_STR(d,s) cpp_demangle_push_str((d), (s), strlen((s))) argument 132 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument 1560 struct vector_str *output; in cpp_demangle_read_expression_flat() local 2080 struct vector_str *output, v; in cpp_demangle_read_name() local 2146 struct vector_str *output; in cpp_demangle_read_name_flat() local 2177 struct vector_str *output, v; in cpp_demangle_read_nested_name() local 2612 struct vector_str *output, v; in cpp_demangle_read_subst_std() local 2675 struct vector_str *output; in cpp_demangle_read_subst_stdtmpl() local 2833 struct vector_str *output, sv; in cpp_demangle_read_type() local [all …]
|
/freebsd/contrib/lua/src/ |
H A D | luac.c | 38 static const char* output=Output; /* actual output file name */ variable 74 #define IS(s) (strcmp(argv[i],s)==0) argument 222 const char* s=getstr(ts); in PrintString() local 670 const char* s=f->source ? getstr(f->source) : "=?"; in PrintHeader() local
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | ScriptInterpreter.cpp | 112 lldb::StreamSP s = std::make_shared<lldb_private::StreamString>(); in GetOpaqueTypeFromSBStream() local 201 std::unique_ptr<File> input, std::unique_ptr<File> output) in ScriptInterpreterIORedirect()
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test.c | 90 struct stat s; in read_file() local 104 run_command_pipe(const char *argv[], struct sbuf **output) in run_command_pipe()
|
/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | changepw.c | 76 struct server_entry *s = &serverlist->servers[i]; in locate_kpasswd() local 117 krb5_data output; in kpasswd_sendto_msg_callback() local
|
/freebsd/bin/sh/ |
H A D | mknodes.c | 203 output(char *file) in output() function 439 savestr(const char *s) in savestr()
|
/freebsd/contrib/diff/src/ |
H A D | sdiff.c | 103 # define sigemptyset(s) (*(s) = 0) argument 107 # define sigaddset(s, sig) (*(s) |= sigmask (sig)) argument 124 static char const *output; variable 369 size_t s = ck_fread (lf->buffer, SDIFF_BUFSIZE, lf->infile); in lf_refill() local 431 size_t s = next - start; in lf_snarf() local 767 catchsig (int s) in catchsig() 820 untrapsig (int s) in untrapsig() 840 int s = signal_received; in checksigs() local
|