Searched defs:PERL_EFF_ACCESS (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | pp_sys.c | 201 # define PERL_EFF_ACCESS(p,f) (access((p), (f) | EFF_ONLY_OK)) macro 210 # define PERL_EFF_ACCESS(p,f) (eaccess((p), (f), ACC_SELF)) macro 213 # define PERL_EFF_ACCESS(p,f) (eaccess((p), (f))) macro 219 # define PERL_EFF_ACCESS(p,f) (accessx((char*)(p), (f), ACC_SELF)) macro 280 # define PERL_EFF_ACCESS( in S_emulate_eaccess() macro [all...] |