OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANSI_STRING
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/make-3.81/
make.h
216
# define
ANSI_STRING
1
220
# define
ANSI_STRING
1
248
#ifdef
ANSI_STRING
260
#else /* Not
ANSI_STRING
. */
283
#endif /* !
ANSI_STRING
. */
284
#undef
ANSI_STRING
/ndk/sources/host-tools/make-3.81/glob/
glob.c
135
# define
ANSI_STRING
142
# define
ANSI_STRING
158
#ifndef
ANSI_STRING
172
#endif /* Not
ANSI_STRING
. */
[
all
...]
/external/chromium_org/sandbox/win/src/
nt_internals.h
51
typedef STRING
ANSI_STRING
;
sandbox_nt_util.cc
337
ANSI_STRING
ansi_string
;
local
338
ansi_string
.Length = static_cast<USHORT>(g_nt.strlen(string));
339
ansi_string
.MaximumLength =
ansi_string
.Length + 1;
340
ansi_string
.Buffer = const_cast<char*>(string);
342
if (
ansi_string
.Length >
ansi_string
.MaximumLength)
345
size_t name_bytes =
ansi_string
.MaximumLength * sizeof(wchar_t) +
353
out_string->MaximumLength =
ansi_string
.MaximumLength * sizeof(wchar_t)
[
all
...]
/external/e2fsprogs/lib/ext2fs/
nt_io.c
396
ANSI_STRING
AnsiString;
Completed in 2220 milliseconds