MCPcopy Create free account
hub / github.com/coreutils/coreutils / stat_for_mode

Function stat_for_mode

src/ls.c:1238–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236}
1237
1238static int
1239stat_for_mode (char const *name, struct stat *st)
1240{
1241 return do_statx (AT_FDCWD, name, st, 0, STATX_MODE);
1242}
1243
1244/* dev+ino should be static, so no need to sync with backing store */
1245static int

Callers 1

gobble_fileFunction · 0.85

Calls 2

do_statxFunction · 0.85
statClass · 0.70

Tested by

no test coverage detected