Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ human_access
Function
human_access
src/stat.c:634–642 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
632
}
633
634
NODISCARD
635
static char *
636
human_access (struct stat const *statbuf)
637
{
638
static char modebuf[12];
639
filemodestring (statbuf, modebuf);
640
modebuf[10] = 0;
641
return modebuf;
642
}
643
644
NODISCARD
645
static char *
Callers
1
print_stat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected