Lines Matching refs:user
2504 char *user; in CIFSSessSetup() local
2516 user = ses->userName; in CIFSSessSetup()
2571 if (user == NULL) in CIFSSessSetup()
2575 cifs_strtoUCS((__le16 *) bcc_ptr, user, 100, in CIFSSessSetup()
2605 if (user != NULL) { in CIFSSessSetup()
2606 strncpy(bcc_ptr, user, 200); in CIFSSessSetup()
2607 bcc_ptr += strnlen(user, 200); in CIFSSessSetup()
3147 char *user; in CIFSNTLMSSPAuthSessSetup() local
3161 user = ses->userName; in CIFSNTLMSSPAuthSessSetup()
3256 if (user == NULL) { in CIFSNTLMSSPAuthSessSetup()
3261 __u16 ln = cifs_strtoUCS((__le16 *) bcc_ptr, user, 64, in CIFSNTLMSSPAuthSessSetup()
3326 if (user == NULL) { in CIFSNTLMSSPAuthSessSetup()
3332 strncpy(bcc_ptr, user, 63); in CIFSNTLMSSPAuthSessSetup()
3333 ln = strnlen(user, 64); in CIFSNTLMSSPAuthSessSetup()