Home
last modified time | relevance | path

Searched refs:tmp_buf (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/lib/libcrypto/x509/
H A Dx509_obj.c82 char tmp_buf[80]; X509_NAME_oneline() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20031201-2.c17 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-src/lib/libcrypto/evp/
H A Devp_digest.c318 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-src/lib/libc/db/hash/
H A Dhash_bigkey.c431 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 Dhash.h99 char *tmp_buf; /* Temporary Buffer for BIG data */ member
H A Dhash.c412 free(hashp->tmp_buf); in hdestroy()
/openbsd-src/usr.bin/systat/
H A Dmain.c232 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 Dengine.h181 extern char tmp_buf[MAX_LINE_BUF];
H A Dengine.c91 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 Dpf.c259 ADD_LINE_S("pf", "Hostid", tmp_buf); in print_pf()
H A Dpftop.c819 if (strlen(tmp_buf) > len) { in print_fld_state()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dread.c951 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-src/gnu/usr.bin/binutils-2.17/gas/
H A Dread.c1009 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-src/sbin/dhcpleased/
H A Dengine.c1789 char ifnamebuf[IF_NAMESIZE], *if_name, *rdns_buf = NULL, *tmp_buf; in log_rdns()
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()
1775 char ifnamebuf[IF_NAMESIZE], *if_name, *rdns_buf = NULL, *tmp_buf; log_rdns() local
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c17945 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()
17973 strcat (tmp_buf, ":\n\tmflr r0\n\tbcl 20,31,"); 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()
17977 strcat (tmp_buf, "_pic:\n\tmflr r11\n"); in macho_branch_islands()
17979 strcat (tmp_buf, "\taddis r11,r11,ha16("); in macho_branch_islands()
17980 strcat (tmp_buf, name_buf); in macho_branch_islands()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c12888 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()