Home
last modified time | relevance | path

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

/external/curl/tests/
Ddirectories.pm205 my $fgroup = $file{'group'} ? sprintf("%15s", $file{'group'}) : "ftp-default";
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/external/ltp/tools/top-LTP/proc/
Dreadproc.c479 strncpy(p->fgroup, group_from_gid(p->fgid), in readproc()
480 sizeof p->fgroup); in readproc()
588 strncpy(p->fgroup, group_from_gid(p->fgid), sizeof p->fgroup); in ps_readproc()
Dreadproc.h124 fgroup[16], /* filesystem group name */ member