Searched refs:dest_size (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_file.cpp | 106 const uptr dest_size) { in ParseAndSetPath() argument 109 CHECK_GE(dest_size, 1); in ParseAndSetPath() 119 dest_size); in ParseAndSetPath() 133 int remaining_capacity = dest_size - internal_strlen(dest); in ParseAndSetPath() 148 CHECK_LT(internal_strlcpy(dest, pattern, dest_size), dest_size); in ParseAndSetPath() 153 CHECK_LT(internal_strlcat(dest, str_to_concat, dest_size), dest_size); in ParseAndSetPath() 156 CHECK_LT(internal_strlcat(dest, pattern + next_substr_start_idx, dest_size), in ParseAndSetPath() 157 dest_size); in ParseAndSetPath()
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_cmd.c | 170 mlx5_cmd_fs_set_fte(struct mlx5_core_dev * dev,u16 vport,enum fs_fte_status * fte_status,u32 * match_val,enum fs_ft_type type,unsigned int table_id,unsigned int index,unsigned int group_id,struct mlx5_flow_act * flow_act,u32 sw_action,int dest_size,struct list_head * dests) mlx5_cmd_fs_set_fte() argument
|
| H A D | fs_core.h | |
| /freebsd/sys/contrib/xen/ |
| H A D | kexec.h | 181 uint64_t dest_size; member
|
| /freebsd/tests/sys/posixshm/ |
| H A D | memfd_test.c | 176 memfd_truncate_test(int initial_size, int dest_size, int seals) in memfd_truncate_test() argument 185 err = ftruncate(fd, dest_size); in memfd_truncate_test()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 416 SIZE_T dest_size = internal_strlen(dest); in INTERCEPTOR() local 418 CHECK_UNPOISONED_STRING(dest + dest_size, 0); in INTERCEPTOR() 420 CopyShadowAndOrigin(dest + dest_size, src, src_size + 1, &stack); in INTERCEPTOR() 427 SIZE_T dest_size = internal_strlen(dest); in INTERCEPTOR() local 429 CHECK_UNPOISONED_STRING(dest + dest_size, 0); in INTERCEPTOR() 431 CopyShadowAndOrigin(dest + dest_size, src, copy_size, &stack); in INTERCEPTOR() 432 __msan_unpoison(dest + dest_size + copy_size, 1); // \0 in INTERCEPTOR()
|
| /freebsd/contrib/xz/src/liblzma/common/ |
| H A D | index.c | 819 const lzma_vli dest_size = index_size_unpadded( in lzma_index_cat() local 823 if (vli_ceil4(dest_size + src_size) > LZMA_BACKWARD_SIZE_MAX) in lzma_index_cat()
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.func.c | 2631 size_t src_size, dest_size; local 2642 dest_size = buf + buf_size - dest; 2643 if (iconv(catgets_iconv, &src, &src_size, &dest, &dest_size)
|