Searched defs:addstr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libresolv-57/
H A Dns_print.c884 addstr(const char *src, size_t len, char **buf, size_t *buflen) { function
[all...]
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesw.h72 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
73 #undef addstr macro
74 #define addstr UNDEF(addstr) macro
1012 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
1017 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow

Completed in 128 milliseconds