Home
last modified time | relevance | path

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

/freebsd/sbin/rcorder/
H A Drcorder.c98 typedef struct filenode filenode; typedef
107 filenode *fnode;
123 filenode *node;
128 struct filenode { struct
131 filenode *next, *last; argument
139 static filenode fn_head_s, *fn_head, **fn_seqlist; argument
146 static void do_file(filenode *fnode, strnodelist *);
147 static void strnode_add(strnodelist **, char *, filenode *);
148 static int skip_ok(filenode *fnode);
149 static int keep_ok(filenode *fnode);
[all …]