TBLOCK            175 source3/client/clitar.c 		b = (char *)SMB_MALLOC(l+TBLOCK+100);
TBLOCK            181 source3/client/clitar.c 		memset(b, 0, l+TBLOCK+100);
TBLOCK            185 source3/client/clitar.c 		dotarbuf(f, b, TBLOCK*(((i-1)/TBLOCK)+1));
TBLOCK            259 source3/client/clitar.c 		dump_data(5, (uint8 *)hb - TBLOCK, TBLOCK *3);
TBLOCK            385 source3/client/clitar.c 	tbufsiz=blocksize*TBLOCK;
TBLOCK            404 source3/client/clitar.c 	(void) dozerobuf(f, TBLOCK);
TBLOCK            405 source3/client/clitar.c 	(void) dozerobuf(f, TBLOCK);
TBLOCK            653 source3/client/clitar.c 		ttarf+=finfo.size + TBLOCK - (finfo.size % TBLOCK);
TBLOCK            753 source3/client/clitar.c 			if (finfo.size % TBLOCK)
TBLOCK            754 source3/client/clitar.c 				dozerobuf(tarhandle, TBLOCK - (finfo.size % TBLOCK));
TBLOCK            756 source3/client/clitar.c 			ttarf+=finfo.size + TBLOCK - (finfo.size % TBLOCK);
TBLOCK            935 source3/client/clitar.c 	*bufferp += TBLOCK;
TBLOCK            936 source3/client/clitar.c 	total = TBLOCK;
TBLOCK            987 source3/client/clitar.c 		dsize -= TBLOCK;
TBLOCK           1038 source3/client/clitar.c 		if ((bpos) && ((bpos + dsize) >= TBLOCK)) {
TBLOCK           1039 source3/client/clitar.c 			dsize -= (TBLOCK - bpos);  /* Get rid of the end of the first block */
TBLOCK           1056 source3/client/clitar.c 		while (((rsize != 0) && (dsize >= TBLOCK)) ||
TBLOCK           1057 source3/client/clitar.c 				((rsize == 0) && (dsize > TBLOCK))) {
TBLOCK           1064 source3/client/clitar.c 			dsize -= TBLOCK;
TBLOCK           1143 source3/client/clitar.c 		unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
TBLOCK           1146 source3/client/clitar.c 		offset += TBLOCK;
TBLOCK           1147 source3/client/clitar.c 		left -= TBLOCK;
TBLOCK             26 source3/include/clitar.h   char dummy[TBLOCK];