Searched refs:MAX_USERNAME_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dsess.c229 MAX_USERNAME_SIZE, nls_cp);
251 strncpy(bcc_ptr, ses->userName, MAX_USERNAME_SIZE);
253 bcc_ptr += strnlen(ses->userName, MAX_USERNAME_SIZE);
500 MAX_USERNAME_SIZE, nls_cp);
517 MAX_USERNAME_SIZE, nls_cp);
H A Dcifsglob.h38 #define MAX_USERNAME_SIZE 32 /* 32 is to allow for 15 char names + null macro
222 char userName[MAX_USERNAME_SIZE + 1];
H A Dconnect.c1655 MAX_USERNAME_SIZE))
1754 MAX_USERNAME_SIZE);

Completed in 122 milliseconds