Searched refs:S_is_safe_syscall (Results 1 – 4 of 4) sorted by relevance
/dports/lang/perl5.30/perl-5.30.3/ |
H A D | inline.h | 1863 S_is_safe_syscall(pTHX_ const char *pv, STRLEN len, const char *what, const char *op_name) { in S_is_safe_syscall() function
|
H A D | perl.h | 6937 #define IS_SAFE_SYSCALL(p, len, what, op_name) (S_is_safe_syscall(aTHX_ (p), (len), (what), (op_nam…
|
H A D | embed.h | 273 #define is_safe_syscall(a,b,c,d) S_is_safe_syscall(aTHX_ a,b,c,d)
|
H A D | proto.h | 1473 PERL_STATIC_INLINE bool S_is_safe_syscall(pTHX_ const char *pv, STRLEN len, const char *what, const…
|