/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
H A D | netpgpperl_wrap.c | 2500 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 D | netpgptcl_wrap.c | 2366 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 D | netpgppython_wrap.c | 3412 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 D | package.d | 3892 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 D | bitmapped_block.d | 1721 …auto alloc2 = SharedBitmappedBlock!(blockSize, platformAlignment, Mallocator, No.multiblock)(1024 … 1723 testAlloc(alloc2, blockSize);
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elflink.c | 2764 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 D | ChangeLog-2020 | 4177 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
|
H A D | ChangeLog-2005 | 1718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elflink.c | 2739 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 D | ChangeLog-2020 | 4177 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
|
H A D | ChangeLog-2005 | 1718 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 D | package.d | 3025 auto alloc2 = allocatorObject(A.instance);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2011 | 1064 * testsuite/30_threads/packaged_task/cons/alloc2.cc: New. 1065 * testsuite/30_threads/promise/cons/alloc2.cc: New.
|
H A D | ChangeLog-2018 | 3211 * testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise. 3237 * testsuite/30_threads/promise/cons/alloc2.cc: Likewise.
|
H A D | ChangeLog-2014 | 2802 * testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise. 2824 * testsuite/30_threads/promise/cons/alloc2.cc: Likewise.
|
H A D | ChangeLog-2019 | 3646 * testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2020 | 4177 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
|
H A D | ChangeLog-2005 | 1718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2005 | 1718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 99635 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 D | MD5SUMS | 114079 0cef58f35b21865c508d48044bc9806d libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc 114105 be835277446d67ade23ff4c3d04981b7 libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc
|