Home
last modified time | relevance | path

Searched refs:buf_current (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c789 char *buf_current; in s10_getdents_common() local
853 for (buf_current = local_buf; in s10_getdents_common()
854 (size_t)(buf_current - local_buf) < buf_size; /* cstyle */) { in s10_getdents_common()
855 if (strcmp(dirent_name(buf_current), VIEW_READONLY) != 0 && in s10_getdents_common()
856 strcmp(dirent_name(buf_current), VIEW_READWRITE) != 0) { in s10_getdents_common()
862 buf_current += dirent_reclen(buf_current); in s10_getdents_common()
872 buf_size -= dirent_reclen(buf_current); in s10_getdents_common()
873 (void) memmove(buf_current, buf_current + in s10_getdents_common()
874 dirent_reclen(buf_current), buf_size - in s10_getdents_common()
875 (size_t)(buf_current - local_buf)); in s10_getdents_common()