HomeSort by relevance Sort by last modified time
    Searched refs:ANSI_STRING (Results 1 - 9 of 9) 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 52 typedef STRING ANSI_STRING;
sandbox_nt_util.cc 332 ANSI_STRING ansi_string; local
333 ansi_string.Length = static_cast<USHORT>(g_nt.strlen(string));
334 ansi_string.MaximumLength = ansi_string.Length + 1;
335 ansi_string.Buffer = const_cast<char*>(string);
337 if (ansi_string.Length > ansi_string.MaximumLength)
340 size_t name_bytes = ansi_string.MaximumLength * sizeof(wchar_t) +
348 out_string->MaximumLength = ansi_string.MaximumLength * sizeof(wchar_t)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 476 typedef STRING ANSI_STRING;
winternl.h 108 typedef STRING ANSI_STRING;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 395 ANSI_STRING AnsiString;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
ndis.h 338 typedef ANSI_STRING NDIS_ANSI_STRING, *PNDIS_ANSI_STRING;
    [all...]

Completed in 1104 milliseconds