Home | History | Annotate | Download | only in src

Lines Matching refs:gid

991 		    local($type, $perm, $uid, $gid, $matchType,
994 # format is: type perm uid gid matchType "name"
1000 ($type, $perm, $uid, $gid, $matchType, $rest)
1017 if ($gid !~ /^\d+$/ && $gid ne '*') {
1019 "$prog:$file:$.: bad group-id for file-result: $gid\n";
1196 local($type, $perm, $uid, $gid, $rest, $c, $len, $name);
1203 ($type, $perm, $uid, $gid, $matchType, $rest) =
1226 if ($gid ne '*' && $stbuf[5] != $gid) {
1229 $gid, $stbuf[5]);