Lines Matching refs:bcc_ptr
3673 unsigned char *bcc_ptr;
3697 bcc_ptr = &pSMB->Password[0];
3700 *bcc_ptr = 0; /* password is null byte */
3701 bcc_ptr++; /* skip password */
3716 cifs_strtoUTF16((__le16 *) bcc_ptr, tree,
3719 bcc_ptr += 2 * length; /* convert num 16 bit words to bytes */
3720 bcc_ptr += 2; /* skip trailing null */
3722 strcpy(bcc_ptr, tree);
3723 bcc_ptr += strlen(tree) + 1;
3725 strcpy(bcc_ptr, "?????");
3726 bcc_ptr += strlen("?????");
3727 bcc_ptr += 1;
3728 count = bcc_ptr - &pSMB->Password[0];
3740 bcc_ptr = pByteArea(smb_buffer_response);
3742 length = strnlen(bcc_ptr, bytes_left - 2);
3751 if ((bcc_ptr[0] == 'I') && (bcc_ptr[1] == 'P') &&
3752 (bcc_ptr[2] == 'C')) {
3758 if ((bcc_ptr[0] == 'A') && (bcc_ptr[1] == ':')) {
3763 bcc_ptr += length + 1;
3769 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr,