Searched refs:SMB_MAXUSERNAMELEN (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_dev.h125 char ioc_user[SMB_MAXUSERNAMELEN + 1] __attribute((aligned(8)));
145 char ioc_user[SMB_MAXUSERNAMELEN + 1] __attribute((aligned(8)));
244 char ioc_ntwrk_account[SMB_MAXUSERNAMELEN + 1] __attribute((aligned(8)));
H A Dsmb.h1010 #define SMB_MAXUSERNAMELEN 128 macro
1012 #define SMB_MAX_NTLM_NAME (SMB_MAX_DNS_SRVNAMELEN + 1 + SMB_MAXUSERNAMELEN)
H A Dsmb_conn.c719 ((strncmp(vcp->vc_username, username, SMB_MAXUSERNAMELEN + 1)) == 0)) {
H A Dsmb_smb.c1048 SMB_MAXUSERNAMELEN + 1, NO_SFM_CONVERSIONS); /* user */
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs.h137 char user[SMB_MAXUSERNAMELEN + 1] __attribute((aligned(8)));
H A Dsmbfs_vnops.c5469 strlcpy(uniqueptr->user, kGuestAccountName, SMB_MAXUSERNAMELEN + 1);
5473 strlcpy(uniqueptr->user, SSTOVC(share)->vc_username, SMB_MAXUSERNAMELEN + 1);
/macosx-10.10/smb-759.0/lib/smb/
H A Dparse_url.c344 char username[SMB_MAXUSERNAMELEN+1];
353 if (CFStringGetCString(userNameRef, username, SMB_MAXUSERNAMELEN+1, kCFStringEncodingUTF8) == FALSE) {
824 if ((Username) && (CFStringGetLength(Username) >= SMB_MAXUSERNAMELEN))
H A Dctx.c352 if (strlen(name) >= SMB_MAXUSERNAMELEN) {
356 strlcpy(ctx->ct_setup.ioc_user, name, SMB_MAXUSERNAMELEN);
1123 strlcpy(ctx->ct_setup.ioc_user, clientpn, SMB_MAXUSERNAMELEN + 1);

Completed in 112 milliseconds