Searched refs:PoisonWith (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | memory | 40 __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/ |
| D | 5009004 | 110 PoisonWith # E
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 2893 #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)
|
| D | scope.c | 270 PoisonWith(PL_tmps_stack + PL_tmps_ix + 1, 1, SV *, 0xAB); in Perl_free_tmps()
|
| D | pp_hot.c | 6097 PoisonWith(PL_tmps_stack + PL_tmps_ix + 1, 1, SV *, 0xAB); in Perl_leave_adjust_stacks()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 217 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/ |
| D | 5003007 | 575 PoisonWith # T
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 15026 #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/ |
| D | Changes | 757 PoisonWith
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 740 Amd|void|PoisonWith|void* dest|int nitems|type|U8 byte
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 7295 PoisonWith(to, to_len, char, poison); 7321 PoisonWith(to, to_len, char, poison);
|