Searched refs:buf_current (Results 1 – 1 of 1) sorted by relevance
788 char *buf_current; in s10_getdents_common() local852 for (buf_current = local_buf; in s10_getdents_common()853 (size_t)(buf_current - local_buf) < buf_size; /* cstyle */) { in s10_getdents_common()854 if (strcmp(dirent_name(buf_current), VIEW_READONLY) != 0 && in s10_getdents_common()855 strcmp(dirent_name(buf_current), VIEW_READWRITE) != 0) { in s10_getdents_common()861 buf_current += dirent_reclen(buf_current); in s10_getdents_common()871 buf_size -= dirent_reclen(buf_current); in s10_getdents_common()872 (void) memmove(buf_current, buf_current + in s10_getdents_common()873 dirent_reclen(buf_current), buf_size - in s10_getdents_common()874 (size_t)(buf_current - local_buf)); in s10_getdents_common()