Home
last modified time | relevance | path

Searched refs:alloc2 (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c2500 int alloc2 = 0 ; in XS() local
2517 res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2); in XS()
2535 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in XS()
2541 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in XS()
2559 int alloc2 = 0 ; in XS() local
2574 res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2); in XS()
2587 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in XS()
2592 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in XS()
2608 int alloc2 = 0 ; in XS() local
2620 res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2); in XS()
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c2366 int alloc2 = 0 ; in _wrap_netpgp_list_packets() local
2379 res2 = SWIG_AsCharPtrAndSize(objv[2], &buf2, NULL, &alloc2); in _wrap_netpgp_list_packets()
2396 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_list_packets()
2400 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_list_packets()
2416 int alloc2 = 0 ; in _wrap_netpgp_setvar() local
2427 res2 = SWIG_AsCharPtrAndSize(objv[2], &buf2, NULL, &alloc2); in _wrap_netpgp_setvar()
2439 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_setvar()
2443 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_setvar()
2458 int alloc2 = 0 ; in _wrap_netpgp_getvar() local
2466 res2 = SWIG_AsCharPtrAndSize(objv[2], &buf2, NULL, &alloc2); in _wrap_netpgp_getvar()
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c3412 int alloc2 = 0 ; in _wrap_netpgp_list_packets() local
3429 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2); in _wrap_netpgp_list_packets()
3446 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_list_packets()
3450 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_list_packets()
3466 int alloc2 = 0 ; in _wrap_netpgp_setvar() local
3480 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2); in _wrap_netpgp_setvar()
3492 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_setvar()
3496 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_setvar()
3511 int alloc2 = 0 ; in _wrap_netpgp_getvar() local
3521 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2); in _wrap_netpgp_getvar()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d3892 auto alloc2 = allocatorObject(A.instance); variable
3893 b = alloc2.allocate(101);
3894 assert(alloc2.deallocate(b));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d1721 …auto alloc2 = SharedBitmappedBlock!(blockSize, platformAlignment, Mallocator, No.multiblock)(1024 …
1723 testAlloc(alloc2, blockSize);
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delflink.c2764 Elf_Internal_Rela *alloc2 = NULL; in _bfd_elf_link_info_read_relocs() local
2782 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_alloc (abfd, size); in _bfd_elf_link_info_read_relocs()
2787 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size); in _bfd_elf_link_info_read_relocs()
2839 if (alloc2 != NULL) in _bfd_elf_link_info_read_relocs()
2842 bfd_release (abfd, alloc2); in _bfd_elf_link_info_read_relocs()
2844 free (alloc2); in _bfd_elf_link_info_read_relocs()
H A DChangeLog-20204177 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
H A DChangeLog-20051718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c2739 Elf_Internal_Rela *alloc2 = NULL; in _bfd_elf_link_info_read_relocs() local
2757 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_alloc (abfd, size); in _bfd_elf_link_info_read_relocs()
2762 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size); in _bfd_elf_link_info_read_relocs()
2814 if (alloc2 != NULL) in _bfd_elf_link_info_read_relocs()
2817 bfd_release (abfd, alloc2); in _bfd_elf_link_info_read_relocs()
2819 free (alloc2); in _bfd_elf_link_info_read_relocs()
H A DChangeLog-20204177 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
H A DChangeLog-20051718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d3025 auto alloc2 = allocatorObject(A.instance);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20111064 * testsuite/30_threads/packaged_task/cons/alloc2.cc: New.
1065 * testsuite/30_threads/promise/cons/alloc2.cc: New.
H A DChangeLog-20183211 * testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise.
3237 * testsuite/30_threads/promise/cons/alloc2.cc: Likewise.
H A DChangeLog-20142802 * testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise.
2824 * testsuite/30_threads/promise/cons/alloc2.cc: Likewise.
H A DChangeLog-20193646 * testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20204177 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
H A DChangeLog-20051718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20051718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS99635 edabb490f18b040daaa8147652552dfe libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc
99660 2f9f0be07cf34702d2dd1cba1ece4934 libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS114079 0cef58f35b21865c508d48044bc9806d libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc
114105 be835277446d67ade23ff4c3d04981b7 libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc