Symbol: TEXT
crypto/krb5/src/ccapi/common/win/OldCC/ccutil.cxx
109
if (!status) {status = !(s_hRpcDll = LoadLibrary(TEXT("rpcrt4.dll")));}
crypto/krb5/src/ccapi/common/win/OldCC/ccutil.cxx
113
GetProcAddress(s_hRpcDll, TEXT(FN_RpcBindingSetAuthInfoEx));
crypto/krb5/src/ccapi/common/win/OldCC/ccutil.cxx
122
GetProcAddress(s_hRpcDll, TEXT(FN_RpcServerRegisterIfEx));
crypto/krb5/src/ccapi/common/win/OldCC/init.cxx
109
if (!status) {status = !(s_hRpcDll = LoadLibrary(TEXT("rpcrt4.dll")));}
crypto/krb5/src/ccapi/common/win/OldCC/init.cxx
113
GetProcAddress(s_hRpcDll, TEXT(FN_RpcBindingSetAuthInfoEx));
crypto/krb5/src/ccapi/common/win/OldCC/init.cxx
122
GetProcAddress(s_hRpcDll, TEXT(FN_RpcServerRegisterIfEx));
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
108
wsprintf(TextualSid + lstrlen(TextualSid), TEXT("%lu"),
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
120
wsprintf(TextualSid + lstrlen(TextualSid), TEXT("-%lu"),
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
90
wsprintf(TextualSid, TEXT("S-%lu-"), dwSidRev );
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
98
TEXT("0x%02hx%02hx%02hx%02hx%02hx%02hx"),
crypto/krb5/src/ccapi/lib/win/dllmain.cxx
42
#define CCAPI_V2_MUTEX_NAME TEXT("MIT_CCAPI_V4_MUTEX")
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
222
if( !GetUserName( infoBuf, &bufCharCount ) ) printError( TEXT("GetUserName") );
crypto/krb5/src/windows/kfwlogon/kfwlogon.h
166
#define KFW_LOGON_EVENT_NAME TEXT("MIT Kerberos")
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
181
TCHAR sname_version[] = TEXT("FileVersion");
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
182
TCHAR sname_copyright[] = TEXT("LegalCopyright");
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
206
if (!VerQueryValue(pVersionInfo, TEXT("\\VarFileInfo\\Translation"),
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
215
TEXT("\\StringFileInfo\\%04x%04x\\"),
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
225
_sntprintf(version, sizeof(version), TEXT("MIT Kerberos Version %s"), szVersion);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
304
#define LEASH_DLG_MUTEX_NAME TEXT("Leash_Dialog_Mutex")
crypto/openssl/crypto/LPdir_win.c
146
if (wdir[sz - 1] != TEXT('*')) {
crypto/openssl/crypto/LPdir_win.c
147
if (wdir[sz - 1] != TEXT('/') && wdir[sz - 1] != TEXT('\\'))
crypto/openssl/crypto/LPdir_win.c
148
_tcscpy(wdir + sz, TEXT("/*"));
crypto/openssl/crypto/LPdir_win.c
150
_tcscpy(wdir + sz, TEXT("*"));
crypto/openssl/crypto/defaults.c
76
TEXT(REGISTRY_KEY), KEY_WOW64_32KEY,
crypto/openssl/crypto/dso/dso_win32.c
505
dll = LoadLibrary(TEXT(DLLNAME));
crypto/openssl/crypto/dso/dso_win32.c
603
dll = LoadLibrary(TEXT(DLLNAME));
crypto/openssl/engines/e_capi.c
469
HMODULE cryptui = LoadLibrary(TEXT("CRYPTUI.DLL"));
crypto/openssl/engines/e_capi.c
470
HMODULE kernel = GetModuleHandle(TEXT("KERNEL32.DLL"));
usr.bin/ident/ident.c
160
state = TEXT;
usr.bin/ident/ident.c
168
case TEXT:
usr.bin/sed/compile.c
103
{'i', 1, TEXT},
usr.bin/sed/compile.c
260
case TEXT: /* a c i */
usr.bin/sed/compile.c
94
{'a', 1, TEXT},
usr.bin/sed/compile.c
96
{'c', 2, TEXT},
usr.bin/vi/common_extern.h
10
void text_free(TEXT *);
usr.bin/vi/common_extern.h
8
TEXT *text_init(SCR *, const CHAR_T *, size_t, size_t);
usr.bin/vi/vi_extern.h
88
int v_txt_auto(SCR *, recno_t, TEXT *, size_t, TEXT *);