MCPcopy Create free account
hub / github.com/RsyncProject/rsync / d_name

Function d_name

ifuncs.h:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static inline char *
66d_name(struct dirent *di)
67{
68#ifdef HAVE_BROKEN_READDIR
69 return (di->d_name - 2);
70#else
71 return di->d_name;
72#endif
73}
74
75static inline void
76init_stat_x(stat_x *sx_p)

Callers 3

glob_matchFunction · 0.85
include_configFunction · 0.85
send_directoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected