HomeSort by relevance Sort by last modified time
    Searched refs:hsz (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
windmc.c 180 char *hsz; local
185 hsz = xmalloc (len);
186 sprintf (hsz, "%s%s%s", (path != NULL ? path : ""), mcset_mc_basename,
188 if ((ret = fopen (hsz, "wb")) == NULL)
189 fatal (_("can't create %s file `%s' for output.\n"), (ext ? ext : "text"), hsz);
190 free (hsz);
920 char *hsz; local
924 hsz = xmalloc (strlen (path) + 2);
925 strcpy (hsz, path);
926 end = hsz + strlen (hsz)
980 char *hsz = xmalloc (strlen (mcset_header_ext) + 2); local
1087 char *hsz; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddeml.h 17 DECLARE_HANDLE(HSZ);
22 HSZ hszSvc;
23 HSZ hszTopic;
40 HSZ hszSvcPartner;
41 HSZ hszServiceReq;
42 HSZ hszTopic;
43 HSZ hszItem;
154 typedef HDDEDATA CALLBACK FNCALLBACK(UINT wType,UINT wFmt,HCONV hConv,HSZ hsz1,HSZ hsz2,HDDEDATA hData,ULONG_PTR dwData1,ULONG_PTR dwData2);
155 typedef HDDEDATA (CALLBACK *PFNCALLBACK)(UINT wType,UINT wFmt,HCONV hConv,HSZ hsz1,HSZ hsz2,HDDEDATA hData,ULONG_PTR dwData1,ULONG_PTR dwData2)
296 HSZ hsz; member in struct:tagMONHSZSTRUCTA
305 HSZ hsz; member in struct:tagMONHSZSTRUCTW
    [all...]

Completed in 3790 milliseconds