Searched refs:lbuf2 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/ucbcmd/from/ |
H A D | from.c | 29 char lbuf2[BUFSIZ]; in main() local 87 (void) printf("%s", lbuf2); in main() 90 (void) strcpy(lbuf2, lbuf); in main() 94 (void) printf("%s", lbuf2); in main()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 3435 void *lbuf2 = umem_alloc(SPA_MAXBLOCKSIZE, UMEM_NOFAIL); in zdb_read_block() local 3450 zio_decompress_data(c, pbuf2, lbuf2, in zdb_read_block() 3452 bcmp(lbuf, lbuf2, lsize) == 0) in zdb_read_block() 3461 umem_free(lbuf2, SPA_MAXBLOCKSIZE); in zdb_read_block()
|