Searched defs:buf_current (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c793 char *buf_current; local
857 for (buf_current = local_buf;
858 (size_t)(buf_current - local_buf) < buf_size; /* cstyle */) {
859 if (strcmp(dirent_name(buf_current), VIEW_READONLY) != 0 &&
860 strcmp(dirent_name(buf_current), VIEW_READWRITE) != 0) {
866 buf_current += dirent_reclen(buf_current);
876 buf_size -= dirent_reclen(buf_current);
877 (void) memmove(buf_current, buf_current
[all...]

Completed in 41 milliseconds