Searched refs:PoisonFree (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | memory | 42 __UNDEFINED__ PoisonFree(d,n,t) PoisonWith(d,n,t,0xEF) 43 __UNDEFINED__ Poison(d,n,t) PoisonFree(d,n,t)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5009004 | 108 PoisonFree # E
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 2895 #define PoisonFree(d,n,t) PoisonWith(d,n,t,0xEF) macro 2896 #define Poison(d,n,t) PoisonFree(d,n,t)
|
| D | util.c | 264 PoisonFree(start_of_freed, freed_up, char); in Perl_safesysrealloc()
|
| D | pp_ctl.c | 513 PoisonFree(p, i, sizeof(UV)); in S_rxres_free()
|
| D | sv.c | 5275 PoisonFree(ptr,len,char);
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5003007 | 573 PoisonFree # T
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 15034 #ifndef PoisonFree 15035 # define PoisonFree(d,n,t) PoisonWith(d,n,t,0xEF) macro 15039 # define Poison(d,n,t) PoisonFree(d,n,t)
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 219 PoisonFree(dst, n, t) equal to PoisonWith(dst, n, t, 0xEF) 220 Poison(dst, n, t) equal to PoisonFree(dst, n, t)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| D | Changes | 755 PoisonFree
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 738 Amd|void|PoisonFree|void* dest|int nitems|type
|