Home
last modified time | relevance | path

Searched defs:copy_size (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/lib/libiberty/src/
Dxmemdup.c34 xmemdup (const PTR input, size_t copy_size, size_t alloc_size) in xmemdup()
/openbsd/src/lib/libcurses/tinfo/
Dalloc_entry.c256 size_t str_size, copy_size; in _nc_merge_entry() local
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_libcdep.cpp86 uptr copy_size = Min(str.length(), out_buf_size - 1); in CopyStringToBuffer() local
/openbsd/src/sys/dev/pci/drm/amd/amdkfd/
Dkfd_debug.c772 uint32_t copy_size; in kfd_dbg_trap_enable() local
933 uint32_t copy_size, actual_info_size = 0; in kfd_dbg_trap_query_exception_info() local
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp294 SIZE_T copy_size = internal_strnlen(src, n); in INTERCEPTOR() local
317 SIZE_T copy_size = Min(n, internal_strnlen(src, n) + 1); in INTERCEPTOR() local
386 SIZE_T copy_size = internal_strnlen(src, n); in INTERCEPTOR() local
1597 SIZE_T copy_size = internal_wcsnlen(src, n); in INTERCEPTOR() local
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dexpr.c4640 tree copy_size local
/openbsd/src/gnu/gcc/gcc/
Dexpr.c4469 tree copy_size in store_expr() local
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-xtensa.c8160 bfd_size_type final_size, copy_size, orig_insn_size; in relax_section() local
/openbsd/src/sys/dev/pci/
Dif_ice.c2017 uint16_t copy_size = le16toh(desc->datalen); in ice_sq_send_cmd_nolock() local