Home | History | Annotate | Download | only in jhead

Lines Matching refs:next_file

508         if (!memcmp(finddata.name, ".",2)) goto next_file;
509 if (!memcmp(finddata.name, "..",3)) goto next_file;
510 if (finddata.attrib & _A_SUBDIR) goto next_file;
516 if (--a == 0) goto next_file;
526 next_file: