/openbsd/regress/lib/libcrypto/mlkem/ |
H A D | mlkem_unittest.c | 55 uint8_t *encoded_private_key = NULL, *tmp_buf = NULL; in MlKemUnitTest() local 85 if (!ctx->encode_public_key(ctx->pub, &tmp_buf, &tmp_buf_len)) { in MlKemUnitTest() 94 if (compare_data(ctx->encoded_public_key, tmp_buf, tmp_buf_len, in MlKemUnitTest() 99 free(tmp_buf); in MlKemUnitTest() 100 tmp_buf = NULL; in MlKemUnitTest() 112 if (compare_data(ctx->encoded_public_key, tmp_buf, tmp_buf_len, in MlKemUnitTest() 117 free(tmp_buf); in MlKemUnitTest() 118 tmp_buf = NULL; in MlKemUnitTest() 154 if (compare_data(encoded_private_key, tmp_buf, tmp_buf_len, in MlKemUnitTest() 160 free(tmp_buf); in MlKemUnitTest() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | 20031201-2.c | 17 void *tmp_buf = 0; in H5T_conv_vlen() local 38 f ((unsigned char *) tmp_buf + dst_base_size * bg_seq_len); in H5T_conv_vlen()
|
/openbsd/lib/libcrypto/evp/ |
H A D | evp_digest.c | 318 unsigned char *tmp_buf; in EVP_MD_CTX_copy_ex() local 326 tmp_buf = out->md_data; in EVP_MD_CTX_copy_ex() 329 tmp_buf = NULL; in EVP_MD_CTX_copy_ex() 342 if (tmp_buf) { in EVP_MD_CTX_copy_ex() 343 out->md_data = tmp_buf; in EVP_MD_CTX_copy_ex()
|
/openbsd/lib/libc/db/hash/ |
H A D | hash_bigkey.c | 431 memmove(hashp->tmp_buf, (save_p->page) + off, len); in __big_return() 432 val->data = (u_char *)hashp->tmp_buf; in __big_return() 455 free(hashp->tmp_buf); in collect_data() 456 if ((hashp->tmp_buf = (char *)malloc(totlen)) == NULL) in collect_data() 484 memmove(&hashp->tmp_buf[len], (bufp->page) + bp[1], mylen); in collect_data()
|
H A D | hash.h | 99 char *tmp_buf; /* Temporary Buffer for BIG data */ member
|
H A D | hash.c | 412 free(hashp->tmp_buf); in hdestroy()
|
/openbsd/usr.bin/systat/ |
H A D | main.c | 232 message_set(tmp_buf); in show_view() 253 message_set(tmp_buf); in show_help() 278 message_set(tmp_buf); in show_order()
|
H A D | engine.h | 181 extern char tmp_buf[MAX_LINE_BUF];
|
H A D | engine.c | 91 char tmp_buf[MAX_LINE_BUF]; variable 111 tb_ptr = tmp_buf; in tb_start() 112 tb_len = sizeof(tmp_buf); in tb_start() 399 print_fld_str(fld, tmp_buf); in print_fld_tb()
|
H A D | pf.c | 259 ADD_LINE_S("pf", "Hostid", tmp_buf); in print_pf()
|
H A D | pftop.c | 819 if (strlen(tmp_buf) > len) { in print_fld_state()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | read.c | 951 char *tmp_buf = 0; in read_a_source_file() local 972 tmp_buf = xmalloc (tmp_len + 1); in read_a_source_file() 973 memcpy (tmp_buf, s, tmp_len); in read_a_source_file() 988 tmp_buf = xrealloc (tmp_buf, tmp_len + num); in read_a_source_file() 989 memcpy (tmp_buf + tmp_len, buffer, num); in read_a_source_file() 996 s = tmp_buf; in read_a_source_file() 1030 if (tmp_buf) in read_a_source_file() 1031 free (tmp_buf); in read_a_source_file()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | read.c | 1009 char *tmp_buf = 0; in read_a_source_file() local 1030 tmp_buf = xmalloc (tmp_len + 1); in read_a_source_file() 1031 memcpy (tmp_buf, s, tmp_len); in read_a_source_file() 1046 tmp_buf = xrealloc (tmp_buf, tmp_len + num); in read_a_source_file() 1047 memcpy (tmp_buf + tmp_len, buffer, num); in read_a_source_file() 1054 s = tmp_buf; in read_a_source_file() 1088 if (tmp_buf) in read_a_source_file() 1089 free (tmp_buf); in read_a_source_file()
|
/openbsd/sbin/dhcpleased/ |
H A D | engine.c | 1789 char ifnamebuf[IF_NAMESIZE], *if_name, *rdns_buf = NULL, *tmp_buf; in log_rdns() local 1800 tmp_buf = rdns_buf; in log_rdns() 1801 if (asprintf(&rdns_buf, "%s %s", tmp_buf ? tmp_buf : "", in log_rdns() 1806 free(tmp_buf); in log_rdns()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 17945 char tmp_buf[512]; in macho_branch_islands() local 17965 strcpy (tmp_buf, "\n"); in macho_branch_islands() 17966 strcat (tmp_buf, label); in macho_branch_islands() 17974 strcat (tmp_buf, label); in macho_branch_islands() 17975 strcat (tmp_buf, "_pic\n"); in macho_branch_islands() 17976 strcat (tmp_buf, label); in macho_branch_islands() 17980 strcat (tmp_buf, name_buf); in macho_branch_islands() 17981 strcat (tmp_buf, " - "); in macho_branch_islands() 17982 strcat (tmp_buf, label); in macho_branch_islands() 17989 strcat (tmp_buf, " - "); in macho_branch_islands() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 12888 char tmp_buf[256]; in output_compiler_stub() local 12913 strcpy (tmp_buf, "lis r12,hi16("); in output_compiler_stub() 12914 strcat (tmp_buf, label_buf); in output_compiler_stub() 12915 strcat (tmp_buf, ")\n\tori r12,r12,lo16("); in output_compiler_stub() 12916 strcat (tmp_buf, label_buf); in output_compiler_stub() 12917 strcat (tmp_buf, ")\n\tmtctr r12\n\tbctr"); in output_compiler_stub() 12918 output_asm_insn (tmp_buf, 0); in output_compiler_stub()
|