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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c368 char *sizebuf, tbuf[16]; local
384 sizebuf = tbuf;
391 sizebuf = (char *)(uintptr_t)lbp->next_rec;
395 xdrmem_create(&xdrs, sizebuf, sizeof (unsigned int), XDR_DECODE);
424 bcopy(sizebuf, lrp->buffer, BYTES_PER_XDR_UNIT);
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c674 static char sizebuf[32]; local
676 (void) sprintf(sizebuf, (off_t)dbtokb(p->fblks) < 10000 ? "%4lld " : \
678 return (sizebuf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1541 char sizebuf[WBCGI_MAXBUF]; local
1569 if ((chars = snprintf(sizebuf, sizeof (sizebuf), "%ld",
1570 sbuf.st_size)) < 0 || chars > sizeof (sizebuf) ||
1573 !write_buffer(fd, sizebuf, strlen(sizebuf))) {
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c147 char sizebuf[4]; member in struct:context
486 memcpy(text->sizebuf + 4 - text->needsize, *input, tocopy);
493 memcpy(&text->size, text->sizebuf, 4);
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c250 char sizebuf[4]; member in struct:context
1836 memcpy(text->sizebuf+4-text->needsize, *input, tocopy);
1844 memcpy(&(text->size), text->sizebuf, 4);
2189 memcpy(text->sizebuf + 4 - text->needsize, *input, tocopy);
2196 memcpy(&(text->size), text->sizebuf, 4);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2387 char sizebuf[32]; local
2513 zfs_nicenum(space, sizebuf, sizeof (sizebuf));
2515 (void) snprintf(sizebuf, sizeof (sizebuf), "%llu", space);
2516 sizelen = strlen(sizebuf);

Completed in 79 milliseconds