Searched refs:file_info_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/tail/
H A Dextern.h59 typedef struct file_info file_info_t; typedef in typeref:struct:file_info
63 void follow(file_info_t *, enum STYLE, off_t);
H A Dforward.c60 static int show(file_info_t *);
61 static void set_events(file_info_t *files);
72 static const file_info_t *last;
238 show(file_info_t *file)
263 set_events(file_info_t *files)
266 file_info_t *file;
305 follow(file_info_t *files, enum STYLE style, off_t off)
309 file_info_t *file;
H A Dtail.c82 file_info_t file, *filep, *files;

Completed in 169 milliseconds