Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 115) sorted by relevance

12345

/openbsd/usr.sbin/unbound/testcode/
H A Dunitanchor.c67 test_anchor_one(sldns_buffer* buff, struct val_anchors* a) in test_anchor_one()
95 test_anchors(sldns_buffer* buff, struct val_anchors* a) in test_anchors()
127 sldns_buffer* buff = sldns_buffer_new(65800); in anchors_test() local
H A Dunitdname.c66 dname_test_qdl(sldns_buffer* buff) in dname_test_qdl()
78 dname_test_qdtl(sldns_buffer* buff) in dname_test_qdtl()
166 dname_test_pkt_dname_len(sldns_buffer* buff) in dname_test_pkt_dname_len()
865 sldns_buffer* buff = sldns_buffer_new(65800); in dname_test() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp30 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar()
41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber()
82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned()
89 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal()
103 static int AppendString(char **buff, const char *buff_end, int width, in AppendString()
119 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer()
128 int VSNPrintf(char *buff, int buff_length, in VSNPrintf()
H A Dsanitizer_file.cpp127 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer()
172 InternalMmapVectorNoCtor<char> *buff, uptr max_len, in ReadFileToVector()
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dvms-ld.c260 char *buff, *ptr; in preprocess_args() local
351 char *buff, *ptr; in process_args() local
453 char buff [256]; in main() local
483 char *buff; in main() local
530 char buff [256]; in main() local
555 char buff [256]; in main() local
H A Dvms-cc.c108 char *buff, *ptr; in preprocess_args() local
238 char buff [256], *ptr; in main() local
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-ld.c265 char *buff, *ptr; local
358 char *buff, *ptr; local
462 char buff [256]; local
492 char *buff; local
539 char buff [256]; local
564 char buff [256]; local
H A Dvms-cc.c111 char *buff, *ptr; local
245 char buff [256], *ptr; local
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_sysfs_pm.c197 char *buff) in rc6_enable_show()
206 char *buff) in rc6_enable_dev_show()
448 char *buff) in punit_req_freq_mhz_show()
458 char *buff) in slpc_ignore_eff_freq_show()
468 const char *buff, size_t count) in slpc_ignore_eff_freq_store()
493 char *buff) in throttle_reason_bool_show()
576 char *buff) in freq_factor_scale_show()
589 char *buff) in media_freq_factor_show()
620 const char *buff, size_t count) in media_freq_factor_store()
649 char *buff) in media_RP0_freq_mhz_show()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp200 char *buff; in TEST_P() local
209 char *buff; in TEST_P() local
219 InternalMmapVector<char> buff; in TEST_P() local
225 InternalMmapVector<char> buff; in TEST_P() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcode-gen2.C9 char buff[40] ; in main() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c388 _cpp_buff *buff = _cpp_get_buff (pfile, len); local
572 _cpp_buff *buff, *base_buff; local
762 _cpp_buff *buff; local
817 _cpp_buff *buff; local
977 push_ptoken_context (pfile, macro, buff, first, count) in push_ptoken_context() argument
H A Dcpplex.c2045 _cpp_release_buff (pfile, buff) in _cpp_release_buff() argument
2090 _cpp_append_extend_buff (pfile, buff, min_extra) in _cpp_append_extend_buff() argument
2125 _cpp_free_buff (buff) in _cpp_free_buff() argument
2143 _cpp_buff *buff = pfile->u_buff; local
2173 _cpp_buff *buff = pfile->a_buff; local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Danon4.C10 char buff[sizeof(double)]; in main() member
/openbsd/gnu/gcc/libcpp/
H A Dlex.c1554 _cpp_release_buff (cpp_reader *pfile, _cpp_buff *buff) in _cpp_release_buff()
1595 _cpp_append_extend_buff (cpp_reader *pfile, _cpp_buff *buff, size_t min_extra) in _cpp_append_extend_buff()
1624 _cpp_free_buff (_cpp_buff *buff) in _cpp_free_buff()
1639 _cpp_buff *buff = pfile->u_buff; in _cpp_unaligned_alloc() local
1667 _cpp_buff *buff = pfile->a_buff; in _cpp_aligned_alloc() local
H A Dmacro.c397 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg() local
562 _cpp_buff *buff, *base_buff; in collect_args() local
748 _cpp_buff *buff; in enter_macro_context() local
799 _cpp_buff *buff; in replace_args() local
959 push_ptoken_context (cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *buff, in push_ptoken_context()
/openbsd/gnu/usr.bin/cvs/lib/
H A Dgetdate.y705 LookupWord(buff) in LookupWord() argument
816 char buff[20]; in yylex() local
983 char buff[128]; local
/openbsd/usr.bin/rcs/
H A Ddate.y633 lookup(char *buff) in lookup()
739 char c, *p, buff[20]; in yylex() local
877 char buff[128]; in main() local
/openbsd/usr.bin/cvs/
H A Ddate.y628 lookup(char *buff) in lookup()
734 char c, *p, buff[20]; in yylex() local
872 char buff[128]; in main() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020706-2.c8 unsigned char buff[5], reverse[4]; in crashIt() local
/openbsd/gnu/usr.bin/texinfo/info/
H A Dsearch.c91 register char *buff, *end; in search_forward() local
150 register char *buff, *end; in search_backward() local
/openbsd/gnu/llvm/libcxx/src/support/ibm/
H A Dwcsnrtombs.cpp55 char buff[MB_LEN_MAX]; in wcsnrtombs() local
H A Dmbsnrtowcs.cpp61 wchar_t buff[MB_LEN_MAX]; in mbsnrtowcs() local
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1738 static char buff[64]; in get_dynamic_type() local
1892 static char buff[32]; in get_file_type() local
2578 static char buff[32]; in get_osabi_name() local
2689 static char buff[32]; in get_segment_type() local
2897 static char buff[32]; in get_section_type_name() local
3396 static char buff[32]; in get_elf_class() local
3412 static char buff[32]; in get_data_encoding() local
4615 static char buff[32]; in get_group_flags() local
6701 static char buff[32]; in get_ver_flags() local
7151 static char buff[32]; in get_symbol_binding() local
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1402 static char buff[32]; in get_dynamic_type() local
1537 static char buff[32]; in get_file_type() local
2052 static char buff[32]; in get_osabi_name() local
2144 static char buff[32]; in get_segment_type() local
2304 static char buff[32]; in get_section_type_name() local
2749 static char buff[32]; in get_elf_class() local
2765 static char buff[32]; in get_data_encoding() local
3419 static char buff[32]; in get_elf_section_flags() local
5076 static char buff[32]; in get_ver_flags() local
5508 static char buff[32]; in get_symbol_binding() local
[all …]

12345