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

  /external/toybox/toys/lsb/
umount.c 59 struct mtab_list *mtemp = mt; local
68 free(mtemp);
  /external/expat/lib/
xmlparse.c 733 XML_Memory_Handling_Suite *mtemp; local
737 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
738 mtemp->malloc_fcn = memsuite->malloc_fcn;
739 mtemp->realloc_fcn = memsuite->realloc_fcn;
740 mtemp->free_fcn = memsuite->free_fcn;
744 XML_Memory_Handling_Suite *mtemp; local
747 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
748 mtemp->malloc_fcn = malloc;
749 mtemp->realloc_fcn = realloc;
750 mtemp->free_fcn = free
    [all...]

Completed in 41 milliseconds