HomeSort by relevance Sort by last modified time
    Searched refs:addstr (Results 1 - 10 of 10) sorted by null

  /bionic/libc/netbsd/nameser/
ns_print.c 69 static int addstr(const char *src, size_t len,
132 T(addstr("\t\t\t", (size_t)3, &buf, &buflen));
138 T(addstr("@\t\t\t", (size_t)4, &buf, &buflen));
140 T(addstr(name, (size_t)len, &buf, &buflen));
146 T(addstr(".", (size_t)1, &buf, &buflen));
159 T(addstr(tmp, (size_t)len, &buf, &buflen));
190 T(addstr(" ", (size_t)1, &buf, &buflen));
208 T(addstr(" ", (size_t)1, &buf, &buflen));
212 T(addstr(" (\n", (size_t)3, &buf, &buflen));
220 T(addstr("\t\t\t\t\t", (size_t)5, &buf, &buflen))
885 addstr(const char *src, size_t len, char **buf, size_t *buflen) { function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
71 #undef addstr macro
72 #define addstr UNDEF(addstr) macro
930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
937 // Move the cursor to the requested position and then perform the addstr
    [all...]
curses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
ncurses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
71 #undef addstr macro
72 #define addstr UNDEF(addstr) macro
930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
937 // Move the cursor to the requested position and then perform the addstr
    [all...]
curses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
ncurses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
71 #undef addstr macro
72 #define addstr UNDEF(addstr) macro
930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
937 // Move the cursor to the requested position and then perform the addstr
    [all...]
curses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
ncurses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]

Completed in 416 milliseconds