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

/freebsd-10.0-release/sbin/rcorder/
H A Drcorder.c90 typedef struct filenode filenode; typedef in typeref:struct:filenode
98 filenode *fnode;
113 filenode *node;
118 struct filenode { struct
121 filenode *next, *last;
127 static filenode fn_head_s, *fn_head;
133 static void do_file(filenode *fnode);
134 static void strnode_add(strnodelist **, char *, filenode *);
135 static int skip_ok(filenode *fnod
[all...]

Completed in 109 milliseconds