HomeSort by relevance Sort by last modified time
    Searched full:lsnext (Results 1 - 1 of 1) sorted by null

  /external/syslinux/libfat/
cache.c 56 struct libfat_sector *ls, *lsnext; local
58 lsnext = fs->sectors;
61 for (ls = lsnext; ls; ls = lsnext) {
62 lsnext = ls->next;

Completed in 66 milliseconds