| 288 | } |
| 289 | |
| 290 | static inline int is_excluded(const char *fname, int is_dir, int filter_level) |
| 291 | { |
| 292 | return name_is_excluded(fname, is_dir ? NAME_IS_DIR : NAME_IS_FILE, filter_level); |
| 293 | } |
| 294 | |
| 295 | static void send_directory(int f, struct file_list *flist, |
| 296 | char *fbuf, int len, int flags); |
no test coverage detected