Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 531 of file check.c.
Referenced by scan_dir(), and scan_root().
{ while (start) { if (check_file(fs,start)) return 1; start = start->next; } return 0; }