Home
last modified time | relevance | path

Searched refs:follow_dirlinks (Results 1 – 2 of 2) sorted by relevance

/dports/net/p5-File-RsyncP/File-RsyncP-0.76/FileList/
H A Dproto.h54 int link_stat(const char *path, STRUCT_STAT *buffer, int follow_dirlinks);
/dports/net/rsync/rsync-3.2.3/
H A Dflist.c232 int link_stat(const char *path, STRUCT_STAT *stp, int follow_dirlinks) in link_stat() argument
239 if (follow_dirlinks && S_ISLNK(stp->st_mode)) { in link_stat()