Home
last modified time | relevance | path

Searched refs:_nc_strdup (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/include/
H A Dnc_alloc.h110 #define strdup _nc_strdup
111 extern NCURSES_EXPORT(char *) _nc_strdup(const char *);
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c65 _nc_strdup(const char *s) in _nc_strdup() function
/freebsd/contrib/ncurses/
H A DNEWS4984 + remove obsolete fallback _nc_strdup() for strdup().
12253 + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
12297 + add _nc_strdup() to doalloc.c.