Home
last modified time | relevance | path

Searched refs:gid2names (Results 1 – 3 of 3) sorted by relevance

/dports/security/cops/cops_104+/perl/
H A Dpass.cache.pl95 %gid2names = ();
195 sub gid2names { subroutine
199 if (! defined($gid2names{$key})) {
203 return($gid2names{$key});
263 if (defined($gid2names{$gid})) {
264 $gid2names{$gid} .= " $name";
266 $gid2names{$gid} = $name;
H A DREADME.kuang74 - remove duplicate names from uid2names and gid2names...
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tools/timeline/
H A Dmactime.base102 my %gid2names = ();
471 $gid2names{$st_gid} = $st_gid
472 unless (defined $gid2names{$st_gid});
478 $gid2names{$st_gid} =~ s@\s@/@g;
481 "$st_ls:$uid2names{$st_uid}:$gid2names{$st_gid}:$st_size";
814 # %gid2names Assoc array, indexed by gid, value is the
883 if (defined($gid2names{$gid})) {
884 $gid2names{$gid} .= " $name";
887 $gid2names{$gid} = $name;