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

/external/syslinux/com32/modules/
H A Ddir.c57 int ndir1, ndir2; local
59 ndir1 = de1->d_type != DT_DIR;
62 if (ndir1 != ndir2)
63 return ndir1 - ndir2;
H A Dls.c57 int ndir1, ndir2; local
59 ndir1 = de1->d_type != DT_DIR;
62 if (ndir1 != ndir2)
63 return ndir1 - ndir2;

Completed in 143 milliseconds