Searched refs:alloc1 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c2408 int alloc1 = 0 ; local
2415 res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
2422 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2425 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2437 int alloc1 = 0 ; local
2444 res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
2451 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2454 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2466 int alloc1 = 0 ; local
2473 res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c2289 int alloc1 = 0 ; local
2292 res1 = SWIG_AsCharPtrAndSize(objv[1], &buf1, NULL, &alloc1);
2299 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2302 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2313 int alloc1 = 0 ; local
2316 res1 = SWIG_AsCharPtrAndSize(objv[1], &buf1, NULL, &alloc1);
2323 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2326 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2337 int alloc1 = 0 ; local
2340 res1 = SWIG_AsCharPtrAndSize(objv[1], &buf1, NULL, &alloc1);
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c3332 int alloc1 = 0 ; variable
3336 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
3343 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
3346 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
3357 int alloc1 = 0 ; variable
3361 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
3368 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
3371 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
3382 int alloc1 = 0 ; variable
3386 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d1720 auto alloc1 = SharedBitmappedBlock!(blockSize, platformAlignment, Mallocator, Yes.multiblock)(1024 * 1024);
1722 testAlloc(alloc1, 2 * blockSize);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c2589 void *alloc1 = NULL;
2623 alloc1 = bfd_malloc (size);
2624 if (alloc1 == NULL)
2626 external_relocs = alloc1;
2652 if (alloc1 != NULL)
2653 free (alloc1);
2661 if (alloc1 != NULL)
2662 free (alloc1);
2583 void *alloc1 = NULL; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delflink.c2606 void *alloc1 = NULL;
2640 alloc1 = bfd_malloc (size);
2641 if (alloc1 == NULL)
2643 external_relocs = alloc1;
2669 free (alloc1);
2677 free (alloc1);
2600 void *alloc1 = NULL; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delflink.c2744 void *alloc1 = NULL;
2782 alloc1 = bfd_malloc (size);
2783 if (alloc1 == NULL)
2785 external_relocs = alloc1;
2811 free (alloc1);
2819 free (alloc1);
2738 void *alloc1 = NULL; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delflink.c2744 void *alloc1 = NULL;
2782 alloc1 = bfd_malloc (size);
2783 if (alloc1 == NULL)
2785 external_relocs = alloc1;
2811 free (alloc1);
2819 free (alloc1);
2738 void *alloc1 = NULL; local

Completed in 402 milliseconds