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

Function do_lstat

src/ls.c:1232–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232static int
1233do_lstat (char const *name, struct stat *st)
1234{
1235 return do_statx (AT_FDCWD, name, st, AT_SYMLINK_NOFOLLOW, calc_req_mask ());
1236}
1237
1238static int
1239stat_for_mode (char const *name, struct stat *st)

Callers 1

gobble_fileFunction · 0.85

Calls 2

do_statxFunction · 0.85
calc_req_maskFunction · 0.85

Tested by

no test coverage detected