Symbol: NETID_TITLE_SZ
crypto/krb5/src/windows/include/leashwin.h
100
+ sizeof(WCHAR) * (NETID_TITLE_SZ + \
crypto/krb5/src/windows/include/leashwin.h
78
WCHAR title[NETID_TITLE_SZ];
crypto/krb5/src/windows/leashdll/lsh_pwd.c
148
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
149
} else if (desiredName && (strlen(desiredName) + strlen(desiredRealm) + 32 < NETID_TITLE_SZ)) {
crypto/krb5/src/windows/leashdll/lsh_pwd.c
150
char mytitle[NETID_TITLE_SZ];
crypto/krb5/src/windows/leashdll/lsh_pwd.c
154
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
158
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
250
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
251
} else if (desiredName && (strlen(desiredName) + strlen(desiredRealm) + 32 < NETID_TITLE_SZ)) {
crypto/krb5/src/windows/leashdll/lsh_pwd.c
252
char mytitle[NETID_TITLE_SZ];
crypto/krb5/src/windows/leashdll/lsh_pwd.c
256
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
260
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lshfunc.c
2442
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lshfunc.c
2443
} else if (desiredName && (strlen(desiredName) + strlen(desiredRealm) + 32 < NETID_TITLE_SZ)) {
crypto/krb5/src/windows/leashdll/lshfunc.c
2444
char mytitle[NETID_TITLE_SZ];
crypto/krb5/src/windows/leashdll/lshfunc.c
2448
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lshfunc.c
2452
dlginfo->in.title, NETID_TITLE_SZ);