MCPcopy 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
634NODISCARD
635static char *
636human_access (struct stat const *statbuf)
637{
638 static char modebuf[12];
639 filemodestring (statbuf, modebuf);
640 modebuf[10] = 0;
641 return modebuf;
642}
643
644NODISCARD
645static char *

Callers 1

print_statFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected