Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dmemory40 __UNDEFINED__ PoisonWith(d,n,t,b) (void)memset((char*)(d), (U8)(b), (n) * sizeof(t))
41 __UNDEFINED__ PoisonNew(d,n,t) PoisonWith(d,n,t,0xAB)
42 __UNDEFINED__ PoisonFree(d,n,t) PoisonWith(d,n,t,0xEF)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5009004110 PoisonWith # E
/openbsd/src/gnu/usr.bin/perl/
Dhandy.h2893 #define PoisonWith(d,n,t,b) (MEM_WRAP_CHECK_(n,t) (void)memset((char*)(d), (U8)(b), (n) * sizeof(t)… macro
2894 #define PoisonNew(d,n,t) PoisonWith(d,n,t,0xAB)
2895 #define PoisonFree(d,n,t) PoisonWith(d,n,t,0xEF)
Dscope.c270 PoisonWith(PL_tmps_stack + PL_tmps_ix + 1, 1, SV *, 0xAB); in Perl_free_tmps()
Dpp_hot.c6097 PoisonWith(PL_tmps_stack + PL_tmps_ix + 1, 1, SV *, 0xAB); in Perl_leave_adjust_stacks()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod217 PoisonWith(dst, n, t, b) scribble memory with byte b
218 PoisonNew(dst, n, t) equal to PoisonWith(dst, n, t, 0xAB)
219 PoisonFree(dst, n, t) equal to PoisonWith(dst, n, t, 0xEF)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007575 PoisonWith # T
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h15026 #ifndef PoisonWith
15027 # define PoisonWith(d,n,t,b) (void)memset((char*)(d), (U8)(b), (n) * sizeof(t)) macro
15031 # define PoisonNew(d,n,t) PoisonWith(d,n,t,0xAB)
15035 # define PoisonFree(d,n,t) PoisonWith(d,n,t,0xEF)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
DChanges757 PoisonWith
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc740 Amd|void|PoisonWith|void* dest|int nitems|type|U8 byte
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs7295 PoisonWith(to, to_len, char, poison);
7321 PoisonWith(to, to_len, char, poison);