Home | History | Annotate | Download | only in src

Lines Matching refs:uid

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