Lines Matching refs:bcc_ptr
4841 unsigned char *bcc_ptr;
4865 bcc_ptr = &pSMB->Password[0];
4868 *bcc_ptr = 0; /* password is null byte */
4869 bcc_ptr++; /* skip password */
4885 bcc_ptr);
4889 bcc_ptr, nls_codepage);
4897 bcc_ptr += CIFS_AUTH_RESP_SIZE;
4900 *bcc_ptr = 0; /* null byte password */
4901 bcc_ptr++;
4917 cifs_strtoUTF16((__le16 *) bcc_ptr, tree,
4920 bcc_ptr += 2 * length; /* convert num 16 bit words to bytes */
4921 bcc_ptr += 2; /* skip trailing null */
4923 strcpy(bcc_ptr, tree);
4924 bcc_ptr += strlen(tree) + 1;
4926 strcpy(bcc_ptr, "?????");
4927 bcc_ptr += strlen("?????");
4928 bcc_ptr += 1;
4929 count = bcc_ptr - &pSMB->Password[0];
4943 bcc_ptr = pByteArea(smb_buffer_response);
4945 length = strnlen(bcc_ptr, bytes_left - 2);
4954 if ((bcc_ptr[0] == 'I') && (bcc_ptr[1] == 'P') &&
4955 (bcc_ptr[2] == 'C')) {
4961 if ((bcc_ptr[0] == 'A') && (bcc_ptr[1] == ':')) {
4966 bcc_ptr += length + 1;
4972 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr,