Home
last modified time | relevance | path

Searched refs:_ingroup (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/lib/File/
H A Dstat.pm49 sub _ingroup { subroutine
93 if (_IS_CYGWIN ? _ingroup(544, $eff) : ($uid == 0 && $^O ne "VMS")) {
107 elsif (_ingroup($stgid, $eff)) {
/openbsd/gnu/usr.bin/perl/t/op/
H A Dstat.t203 if ($Is_Cygwin ? _ingroup(544, 1) : $> == 0);