Home
last modified time | relevance | path

Searched refs:S_is_safe_syscall (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/
H A Dinline.h1863 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 Dperl.h6937 #define IS_SAFE_SYSCALL(p, len, what, op_name) (S_is_safe_syscall(aTHX_ (p), (len), (what), (op_nam…
H A Dembed.h273 #define is_safe_syscall(a,b,c,d) S_is_safe_syscall(aTHX_ a,b,c,d)
H A Dproto.h1473 PERL_STATIC_INLINE bool S_is_safe_syscall(pTHX_ const char *pv, STRLEN len, const char *what, const…