Home
last modified time | relevance | path

Searched refs:PoisonFree (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dmemory42 __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/
D5009004108 PoisonFree # E
/openbsd/src/gnu/usr.bin/perl/
Dhandy.h2895 #define PoisonFree(d,n,t) PoisonWith(d,n,t,0xEF) macro
2896 #define Poison(d,n,t) PoisonFree(d,n,t)
Dutil.c264 PoisonFree(start_of_freed, freed_up, char); in Perl_safesysrealloc()
Dpp_ctl.c513 PoisonFree(p, i, sizeof(UV)); in S_rxres_free()
Dsv.c5275 PoisonFree(ptr,len,char);
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007573 PoisonFree # T
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h15034 #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/
Dperlclib.pod219 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/
DChanges755 PoisonFree
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc738 Amd|void|PoisonFree|void* dest|int nitems|type