/src/tests/usr.bin/c++/ |
t_msan_check_mem.sh | 70 int *volatile p = (int *)malloc(sizeof(int)); 72 __msan_check_mem_is_initialized(p, sizeof(*p)); 88 int *volatile p = (int *)malloc(sizeof(int)); 90 __msan_check_mem_is_initialized(p, sizeof(*p)); 113 int *volatile p = (int *)malloc(sizeof(int)); 115 __msan_check_mem_is_initialized(p, sizeof(*p)); 138 int *volatile p = (int *)malloc(sizeof(int)); 140 __msan_check_mem_is_initialized(p, sizeof(*p));
|
t_msan_partial_poison.sh | 72 __msan_partial_poison(&x, &x_s, sizeof(x_s)); 73 __msan_print_shadow(&x, sizeof(x_s)); 91 __msan_partial_poison(&x, &x_s, sizeof(x_s)); 92 __msan_print_shadow(&x, sizeof(x_s)); 117 __msan_partial_poison(&x, &x_s, sizeof(x_s)); 118 __msan_print_shadow(&x, sizeof(x_s)); 143 __msan_partial_poison(&x, &x_s, sizeof(x_s)); 144 __msan_print_shadow(&x, sizeof(x_s));
|
t_msan_allocated_memory.sh | 71 __msan_allocated_memory(&x, sizeof(x)); 88 __msan_allocated_memory(&x, sizeof(x)); 112 __msan_allocated_memory(&x, sizeof(x)); 136 __msan_allocated_memory(&x, sizeof(x));
|
t_msan_free.sh | 68 int *a = (int *)malloc(sizeof(int)); 84 int *a = (int *)malloc(sizeof(int)); 107 int *a = (int *)malloc(sizeof(int)); 130 int *a = (int *)malloc(sizeof(int));
|
t_msan_heap.sh | 67 int main() { int *a = (int *)malloc(sizeof(int)); return *a; } 78 int main() { int *a = (int *)malloc(sizeof(int)); return *a; } 96 int help(int argc) { int *a = (int *)malloc(sizeof(int)); return *a; } 114 int main() { int *a = (int *)malloc(sizeof(int)); return *a; }
|
t_tsan_heap_use_after_free.sh | 93 ptr = (int *)malloc(sizeof(int)); 124 ptr = (int *)malloc(sizeof(int)); 161 ptr = (int *)malloc(sizeof(int)); 198 ptr = (int *)malloc(sizeof(int));
|
/src/tests/usr.bin/cc/ |
t_msan_check_mem.sh | 70 int *volatile p = (int *)malloc(sizeof(int)); 72 __msan_check_mem_is_initialized(p, sizeof(*p)); 88 int *volatile p = (int *)malloc(sizeof(int)); 90 __msan_check_mem_is_initialized(p, sizeof(*p)); 113 int *volatile p = (int *)malloc(sizeof(int)); 115 __msan_check_mem_is_initialized(p, sizeof(*p)); 138 int *volatile p = (int *)malloc(sizeof(int)); 140 __msan_check_mem_is_initialized(p, sizeof(*p));
|
t_msan_partial_poison.sh | 72 __msan_partial_poison(&x, &x_s, sizeof(x_s)); 73 __msan_print_shadow(&x, sizeof(x_s)); 91 __msan_partial_poison(&x, &x_s, sizeof(x_s)); 92 __msan_print_shadow(&x, sizeof(x_s)); 117 __msan_partial_poison(&x, &x_s, sizeof(x_s)); 118 __msan_print_shadow(&x, sizeof(x_s)); 143 __msan_partial_poison(&x, &x_s, sizeof(x_s)); 144 __msan_print_shadow(&x, sizeof(x_s));
|
t_msan_allocated_memory.sh | 71 __msan_allocated_memory(&x, sizeof(x)); 88 __msan_allocated_memory(&x, sizeof(x)); 112 __msan_allocated_memory(&x, sizeof(x)); 136 __msan_allocated_memory(&x, sizeof(x));
|
t_msan_free.sh | 68 int *a = (int *)malloc(sizeof(int)); 84 int *a = (int *)malloc(sizeof(int)); 107 int *a = (int *)malloc(sizeof(int)); 130 int *a = (int *)malloc(sizeof(int));
|
t_msan_heap.sh | 67 int main() { int *a = (int *)malloc(sizeof(int)); return *a; } 78 int main() { int *a = (int *)malloc(sizeof(int)); return *a; } 96 int help(int argc) { int *a = (int *)malloc(sizeof(int)); return *a; } 114 int main() { int *a = (int *)malloc(sizeof(int)); return *a; }
|
t_tsan_heap_use_after_free.sh | 76 ptr = (int *)malloc(sizeof(int)); 107 ptr = (int *)malloc(sizeof(int)); 144 ptr = (int *)malloc(sizeof(int)); 181 ptr = (int *)malloc(sizeof(int));
|
/src/usr.sbin/sysinst/ |
menus.entropy | 64 action { src_prompt(MSG_Host, nfs_host, sizeof nfs_host); }; 66 action { src_prompt(MSG_Base_dir, nfs_dir, sizeof nfs_dir); }; 68 action { src_prompt(MSG_set_entropy_file, entropy_file, sizeof entropy_file); }; 83 sizeof fpi->xfer_host[XFER_HOST(fpi->xfer)]); }; 86 entropy_file, sizeof entropy_file); }; 90 src_prompt(MSG_User, fpi->user, sizeof fpi->user); 101 src_prompt(MSG_email, fpi->pass, sizeof fpi->pass); 104 fpi->pass, sizeof fpi->pass); 110 src_prompt(MSG_Proxy, fpi->proxy, sizeof fpi->proxy); 127 action { src_prompt(MSG_dev, localfs_dev, sizeof localfs_dev);} [all...] |
menus.mi | 382 sizeof ftp.xfer_host[XFER_HOST( 385 action { src_prompt(MSG_Base_dir, ftp.dir, sizeof ftp.dir); }; 387 action { src_prompt(MSG_Set_dir_bin, set_dir_bin, sizeof set_dir_bin); }; 389 action { src_prompt(MSG_Set_dir_src, set_dir_src, sizeof set_dir_src); }; 391 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); }; 393 action { src_prompt(MSG_User, ftp.user, sizeof ftp.user); 400 src_prompt(MSG_email, ftp.pass, sizeof ftp.pass); 403 ftp.pass, sizeof ftp.pass); 407 action { src_prompt(MSG_Proxy, ftp.proxy, sizeof ftp.proxy); 417 action { src_prompt(MSG_Xfer_dir, xfer_dir, sizeof xfer_dir); } [all...] |
/src/tests/kernel/ |
gen_t_subr_prf | 78 memset(buf, 'x', sizeof(buf)); 79 i = snprintf(buf, sizeof(buf), "number %d", 10); 95 memset(buf, 'x', sizeof(buf)); 96 i = snprintf(buf, sizeof(buf), "fjsdfsdjfsdf %d\n", 10);
|
/src/usr.bin/ctags/test/ |
ctags.test | 7 int nsysent = sizeof (sysent) / sizeof (sysent[0]);
|
/src/common/dist/zlib/contrib/delphi/ |
ZLib.pas | 292 FillChar(strm, sizeof(strm), 0); 302 CCheck(deflateInit_(strm, Z_BEST_COMPRESSION, zlib_version, sizeof(strm))); 331 FillChar(strm, sizeof(strm), 0); 345 DCheck(inflateInit_(strm, zlib_version, sizeof(strm))); 371 FillChar(strm, sizeof(strm), 0); 378 DCheck(inflateInit_(strm, zlib_version, sizeof(strm))); 414 FZRec.avail_out := sizeof(FBuffer); 415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec))); 427 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer)); 429 FZRec.avail_out := sizeof(FBuffer) [all...] |
/src/usr.sbin/sysinst/arch/mac68k/ |
menus.md.de | 59 sizeof(struct apple_part_map_entry)); 62 sizeof(struct apple_part_map_entry)); 86 msg_prompt_add (MSG_scratch_size, NULL, buf, sizeof(buf)); 92 sizeof(struct apple_part_map_entry)); 121 sizeof(struct apple_part_map_entry)); 124 sizeof(struct apple_part_map_entry)); 311 msg_prompt_add (MSG_mountpoint, NULL, buf, sizeof(buf));
|
menus.md.en | 59 sizeof(struct apple_part_map_entry)); 62 sizeof(struct apple_part_map_entry)); 86 msg_prompt_add (MSG_scratch_size, NULL, buf, sizeof(buf)); 92 sizeof(struct apple_part_map_entry)); 121 sizeof(struct apple_part_map_entry)); 124 sizeof(struct apple_part_map_entry)); 312 msg_prompt_add (MSG_mountpoint, NULL, buf, sizeof(buf));
|
menus.md.es | 59 sizeof(struct apple_part_map_entry)); 62 sizeof(struct apple_part_map_entry)); 86 msg_prompt_add (MSG_scratch_size, NULL, buf, sizeof(buf)); 92 sizeof(struct apple_part_map_entry)); 121 sizeof(struct apple_part_map_entry)); 124 sizeof(struct apple_part_map_entry)); 311 msg_prompt_add (MSG_mountpoint, NULL, buf, sizeof(buf));
|
menus.md.pl | 61 sizeof(struct apple_part_map_entry)); 64 sizeof(struct apple_part_map_entry)); 88 msg_prompt_add (MSG_scratch_size, NULL, buf, sizeof(buf)); 94 sizeof(struct apple_part_map_entry)); 123 sizeof(struct apple_part_map_entry)); 126 sizeof(struct apple_part_map_entry)); 313 msg_prompt_add (MSG_mountpoint, NULL, buf, sizeof(buf));
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
check_lint.sh | 23 ASAN_TEST_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/sizeof,-runtime/int,-runtime/printf,-runtime/threadsafe_fn 33 COMMON_RTL_INC_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/sizeof,-runtime/printf,-readability/fn_size
|
/src/bin/sh/ |
nodes.c.pat | 125 res->bsize += SHELL_ALIGN(sizeof(struct nodelist)); 153 SHELL_ALIGN(sizeof(struct nodelist));
|
/src/common/dist/zlib/ |
configure | 491 if (sizeof(void *) <= sizeof(int)) puts("int"); 492 else if (sizeof(void *) <= sizeof(long)) puts("long"); 502 if (sizeof(void *) <= sizeof(int)) puts("int"); 657 vsnprintf(buf, sizeof(buf), fmt, ap); 679 n = vsnprintf(buf, sizeof(buf), fmt, ap); 747 snprintf(buf, sizeof(buf), "%s", "foo"); 765 return snprintf(buf, sizeof(buf), "%s", "foo") [all...] |
/src/common/dist/zlib/contrib/pascal/ |
zlibpas.pas | 229 Result := deflateInit_(strm, level, ZLIB_VERSION, sizeof(z_stream)); 236 ZLIB_VERSION, sizeof(z_stream)); 241 Result := inflateInit_(strm, ZLIB_VERSION, sizeof(z_stream)); 246 Result := inflateInit2_(strm, windowBits, ZLIB_VERSION, sizeof(z_stream)); 253 ZLIB_VERSION, sizeof(z_stream));
|