Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/
H A Dnc_alloc.h112 #define strdup _nc_strdup
113 extern NCURSES_EXPORT(char *) _nc_strdup(const char *);
/openbsd/lib/libcurses/tinfo/
H A Dobsolete.c65 _nc_strdup(const char *s) in _nc_strdup() function