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

  /external/bluetooth/glib/glib/
gutils.h 469 char *tem; \
474 tem = g_utf16_to_utf8 (wcbfr, -1, NULL, NULL, NULL); \
475 dll_name = g_path_get_basename (tem); \
476 g_free (tem); \
gutils.c 521 const gchar *tem = path; local
523 g_free ((gchar *) tem);
529 const gchar *tem = path; local
531 g_free ((gchar *) tem);
536 const gchar *tem = path; local
538 g_free ((gchar *) tem);
543 const gchar *tem = path; local
545 g_free ((gchar *) tem);
1130 wchar_t *tem = wvalue;
1138 if (ExpandEnvironmentStringsW (tem, wvalue, len) != len
    [all...]
guniprop.c 727 char *tem = g_win32_getlocale (); local
730 locale[0] = tem[0];
731 locale[1] = tem[1];
732 g_free (tem);
    [all...]
  /external/grub/lib/
getopt.c 317 char *tem;
357 tem = argv[bottom + i];
359 argv[top - (middle - bottom) + i] = tem;
374 tem = argv[bottom + i];
376 argv[middle + i] = tem;
314 char *tem; local
  /external/jdiff/src/jdiff/
DiffMyers.java 572 int tem = end / 64; local
576 while ((tem = tem >> 2) > 0)
643 int tem = length / 4; local
649 while ((tem = tem >> 2) > 0)
  /external/expat/lib/
xmlparse.c 3803 XML_Char *tem = poolStoreString(&dtd->pool, local
4240 XML_Char *tem = poolStoreString(&tempPool, local
5170 const char *tem; local
5792 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); local
5815 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, local
5823 const XML_Char *tem = poolCopyString(newPool, oldE->notation); local
5974 NAMED *tem = *(iter->p)++; local
6000 BLOCK *tem = p->next; local
6017 BLOCK *tem = p->next; local
6023 BLOCK *tem = p->next; local
6108 BLOCK *tem = pool->freeBlocks->next; local
6134 BLOCK *tem; local
    [all...]
  /external/bison/lib/
getopt.c 160 char *tem;
200 tem = argv[bottom + i];
202 argv[top - (middle - bottom) + i] = tem;
217 tem = argv[bottom + i];
219 argv[middle + i] = tem;
157 char *tem; local

Completed in 117 milliseconds