| /trueos/bin/sh/ |
| HD | output.h | 41 struct output { struct 50 extern struct output output; /* to fd 1 */ argument
|
| /trueos/contrib/ldns/ |
| HD | host2str.c | 183 ldns_pkt_opcode2buffer_str(ldns_buffer *output, ldns_pkt_opcode opcode) in ldns_pkt_opcode2buffer_str() 195 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcode rcode) in ldns_pkt_rcode2buffer_str() 207 ldns_algorithm2buffer_str(ldns_buffer *output, in ldns_algorithm2buffer_str() 221 ldns_cert_algorithm2buffer_str(ldns_buffer *output, in ldns_cert_algorithm2buffer_str() 320 ldns_rdf2buffer_str_dname(ldns_buffer *output, const ldns_rdf *dname) in ldns_rdf2buffer_str_dname() 372 ldns_rdf2buffer_str_int8(ldns_buffer *output, const ldns_rdf *rdf) in ldns_rdf2buffer_str_int8() 380 ldns_rdf2buffer_str_int16(ldns_buffer *output, const ldns_rdf *rdf) in ldns_rdf2buffer_str_int16() 388 ldns_rdf2buffer_str_int32(ldns_buffer *output, const ldns_rdf *rdf) in ldns_rdf2buffer_str_int32() 396 ldns_rdf2buffer_str_time(ldns_buffer *output, const ldns_rdf *rdf) in ldns_rdf2buffer_str_time() 411 ldns_rdf2buffer_str_a(ldns_buffer *output, const ldns_rdf *rdf) in ldns_rdf2buffer_str_a() [all …]
|
| /trueos/sys/xen/interface/foreign/ |
| HD | mkheader.py | 68 output = ""; variable 146 output = re.sub("\\b%s\\b" % define, replace, output); variable 150 output = re.sub("\\b(union\s+%s)\\b" % union, "\\1_%s" % arch, output); variable 154 output = re.sub("\\b(struct\s+%s)\\b" % struct, "\\1_%s" % arch, output); variable 155 output = re.sub("\\b(%s)_t\\b" % struct, "\\1_%s_t" % arch, output); variable 161 output = re.sub("\\b%s\\b" % type, inttypes[arch][type], output); variable
|
| /trueos/contrib/groff/src/preproc/eqn/ |
| HD | other.cpp | 111 void accent_box::output() in output() function in accent_box 154 void overline_char_box::output() in output() function in overline_char_box 198 void overline_box::output() in output() function in overline_box 268 void uaccent_box::output() in output() function in uaccent_box 315 void underline_char_box::output() in output() function in underline_char_box 361 void underline_box::output() in output() function in underline_box 406 void size_box::output() in output() function in size_box 450 void font_box::output() in output() function in font_box 481 void fat_box::output() in output() function in fat_box 520 void vmotion_box::output() in output() function in vmotion_box [all …]
|
| HD | mark.cpp | 49 void mark_box::output() in output() function in mark_box 99 void lineup_box::output() in output() function in lineup_box
|
| HD | pile.cpp | 57 void pile_box::output() in output() function in pile_box 164 void matrix_box::output() in output() function in matrix_box
|
| HD | box.cpp | 393 void box::output() in output() function in box 539 void quoted_text_box::output() in output() function in quoted_text_box 551 void tab_box::output() in output() function in tab_box 570 void space_box::output() in output() function in space_box 580 void half_space_box::output() in output() function in half_space_box
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | YAMLTraits.cpp | 605 void Output::output(StringRef s) { in output() function in Output 667 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output() function in ScalarTraits 682 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output() function in ScalarTraits 693 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output() function in ScalarTraits 710 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output() function in ScalarTraits 726 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, in output() function in ScalarTraits 742 void ScalarTraits<uint64_t>::output(const uint64_t &Val, void *, in output() function in ScalarTraits 756 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream &Out) { in output() function in ScalarTraits 772 void ScalarTraits<int16_t>::output(const int16_t &Val, void *, in output() function in ScalarTraits 787 void ScalarTraits<int32_t>::output(const int32_t &Val, void *, in output() function in ScalarTraits [all …]
|
| /trueos/crypto/openssl/crypto/des/ |
| HD | des_old.c | 87 _ossl_old_des_cblock *output, in _ossl_old_des_ecb3_encrypt() 97 _ossl_old_des_cblock *output, long length, in _ossl_old_des_cbc_cksum() 106 _ossl_old_des_cblock *output, long length, in _ossl_old_des_cbc_encrypt() 115 _ossl_old_des_cblock *output, long length, in _ossl_old_des_ncbc_encrypt() 124 _ossl_old_des_cblock *output, long length, in _ossl_old_des_xcbc_encrypt() 145 _ossl_old_des_cblock *output, in _ossl_old_des_ecb_encrypt() 176 _ossl_old_des_cblock *output, long length, in _ossl_old_des_ede3_cbc_encrypt() 258 _ossl_old_des_cblock *output, long length, in _ossl_old_des_pcbc_encrypt() 267 _ossl_old_des_cblock *output, long length, in _ossl_old_des_quad_cksum()
|
| HD | ecb3_enc.c | 61 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | ScriptInterpreter.h | 264 GenerateBreakpointCommandCallbackData (StringList &input, std::string& output) in GenerateBreakpointCommandCallbackData() 270 GenerateWatchpointCommandCallbackData (StringList &input, std::string& output) in GenerateWatchpointCommandCallbackData() 288 GenerateScriptAliasFunction (StringList &input, std::string& output) in GenerateScriptAliasFunction() 444 std::string& output, in RunScriptFormatKeyword() 454 std::string& output, in RunScriptFormatKeyword() 464 std::string& output, in RunScriptFormatKeyword() 474 std::string& output, in RunScriptFormatKeyword()
|
| /trueos/sys/crypto/des/ |
| HD | des_ecb.c | 100 void des_ecb_encrypt(des_cblock *input, des_cblock *output, in des_ecb_encrypt() 116 void des_ecb3_encrypt(des_cblock *input, des_cblock *output, in des_ecb3_encrypt()
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | quoprint.c | 72 svn_stream_t *output; member 161 svn_quoprint_encode(svn_stream_t *output, apr_pool_t *pool) in svn_quoprint_encode() 194 svn_stream_t *output; member 284 svn_quoprint_decode(svn_stream_t *output, apr_pool_t *pool) in svn_quoprint_decode()
|
| HD | debug.c | 57 svn_dbg__preamble(const char *file, long line, FILE *output) in svn_dbg__preamble() 82 FILE *output = debug_output; in debug_vprintf() local
|
| /trueos/contrib/netbsd-tests/lib/libc/hash/ |
| HD | t_sha2.c | 190 char output[SHA256_DIGEST_STRING_LENGTH]; in ATF_TC_BODY() local 217 char output[SHA384_DIGEST_STRING_LENGTH]; in ATF_TC_BODY() local 244 char output[SHA512_DIGEST_STRING_LENGTH]; in ATF_TC_BODY() local
|
| /trueos/contrib/gcc/ |
| HD | mkmap-symver.awk | 102 function output(lib) { function
|
| /trueos/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_basedirname.c | 20 const char *output; member 54 const char *output; member
|
| /trueos/contrib/apr-util/crypto/ |
| HD | crypt_blowfish.c | 645 char *output, int size, in BF_crypt() 659 BF_word output[6]; in BF_crypt() member 779 int _crypt_output_magic(const char *setting, char *output, int size) in _crypt_output_magic() 815 char *output, int size) in _crypt_blowfish_rn() 877 const char *input, int size, char *output, int output_size) in _crypt_gensalt_blowfish_rn()
|
| /trueos/contrib/gcclibs/libiberty/ |
| HD | xmemdup.c | 36 PTR output = xcalloc (1, alloc_size); in xmemdup() local
|
| /trueos/contrib/binutils/libiberty/ |
| HD | xmemdup.c | 36 PTR output = xcalloc (1, alloc_size); in xmemdup() local
|
| /trueos/contrib/ntp/libntp/ |
| HD | md5c.c | 291 unsigned char *output, in Encode() 311 UINT4 *output, in Decode() 327 POINTER output, in MD5_memcpy() 342 POINTER output, in MD5_memset()
|
| /trueos/lib/libc/gen/ |
| HD | fmtmsg.c | 53 char *env, *msgverb, *output; in fmtmsg() local 117 char *comp, *output; in printfmt() local
|
| /trueos/crypto/heimdal/lib/gssapi/ |
| HD | test_ntlm.c | 54 gss_buffer_desc input, output; in test_libntlm_v1() local 181 gss_buffer_desc input, output; in test_libntlm_v2() local
|
| /trueos/contrib/ldns/compat/ |
| HD | b64_ntop.c | 118 uint8_t output[4]; in ldns_b64_ntop() local
|
| /trueos/sys/boot/arm/at91/libat91/ |
| HD | tag_list.c | 48 void InitTagList(char *parms, void *output) { in InitTagList()
|