Home | History | Annotate | Download | only in src

Lines Matching refs:uid

1031 		    local($type, $perm, $uid, $gid, $matchType,
1034 # format is: type perm uid gid matchType "name"
1040 ($type, $perm, $uid, $gid, $matchType, $rest)
1052 if ($uid !~ /^\d+$/ && $uid ne '*') {
1054 "$prog:$file:$.: bad user-id for file-result: $uid\n";
1236 local($type, $perm, $uid, $gid, $rest, $c, $len, $name);
1243 ($type, $perm, $uid, $gid, $matchType, $rest) =
1261 if ($uid ne '*' && $stbuf[4] != $uid) {
1264 $uid, $stbuf[4]);