Home
last modified time | relevance | path

Searched refs:m_malloc (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_malloc.c52 #undef m_malloc /* in case <mks.h> included in <errno.h> or <stdlib.h> */
63 m_malloc(amount) in m_malloc() function
96 return (m_malloc(1));
H A Dm_strdup.c53 if ((cp = m_malloc(len = strlen(s)+1)) == NULL) {
H A Dm_pathca.c116 if ((dest = m_malloc(m)) == NULL) {
/titanic_41/usr/src/lib/libxcurses/src/libc/wide/
H A Dm_mbstow.c59 if ((w = (wchar_t *)m_malloc(n * sizeof(wchar_t))) == NULL) { in m_mbstowcsdup()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c134 new = m_malloc((lines+1) * (lines+1) * sizeof *lc); in __m_doupdate_init()
141 new = m_malloc((lines + lines) * sizeof *del); in __m_doupdate_init()
149 new = m_malloc(lines * sizeof *nhash); in __m_doupdate_init()
/titanic_41/usr/src/lib/libxcurses/h/
H A Dmks.h476 LEXTERN _VOID *m_malloc (size_t size);
478 # define m_malloc(size) malloc(size) macro
/titanic_41/usr/src/lib/libxcurses/
H A DMakefile.com84 m_error.o m_malloc.o m_pathma.o