Searched refs:local_buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c792 char *local_buf; local
818 local_buf = (char *)malloc(nbyte);
819 if (local_buf == NULL) {
841 if ((err = __systemcall(rval, getdents_syscall_id + 1024, fd, local_buf,
843 free(local_buf);
848 free(local_buf);
857 for (buf_current = local_buf;
858 (size_t)(buf_current - local_buf) < buf_size; /* cstyle */) {
879 (size_t)(buf_current - local_buf));
884 * Copy local_buf int
[all...]

Completed in 324 milliseconds