HomeSort by relevance Sort by last modified time
    Searched refs:dd_loc (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
readdir.c 67 if (dirp->dd_loc >= dirp->dd_size) {
70 dirp->dd_loc = 0;
72 if (dirp->dd_loc == 0 && !(dirp->dd_flags & __DTF_READALL)) {
77 dp = (struct dirent *) (void *)(dirp->dd_buf + (size_t)dirp->dd_loc);
80 dirp->dd_loc += (long)dp->Size;
closedir.c 76 dirp->dd_loc = 0;
opendir.c 110 dirp->dd_loc = 0;
  /device/linaro/bootloader/edk2/StdLib/Include/
dirent.h 62 long dd_loc; /* offset in current buffer */ member in struct:_dirdesc

Completed in 358 milliseconds