Home
last modified time | relevance | path

Searched refs:nomem_msg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinitscr.c46 static char nomem_msg[] = m_textstr( variable
79 err = errno == ENOMEM ? nomem_msg : noterm_msg; in initscr()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinitscr.c51 static const char nomem_msg[] = "Failed to allocate required memory.\n"; variable
72 err = (errno == ENOMEM) ? (char *)nomem_msg : in initscr()