Searched defs:addstr (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/lib/libcurses/ |
H A D | addnstr.c | 53 addstr(const char *s) in addstr() function
|
H A D | curses.h | 437 #define addstr(s) waddnstr(stdscr, s, -1) macro
|
/netbsd-src/lib/libc/nameser/ |
H A D | ns_print.c | 1232 addstr(const char *src, size_t len, char **buf, size_t *buflen) { in addstr() function
|
/netbsd-src/external/bsd/libbind/dist/nameser/ |
H A D | ns_print.c | 1212 addstr(const char *src, size_t len, char **buf, size_t *buflen) { in addstr() function
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lobject.c | 596 #define addstr(a,b,l) ( memcpy(a,b,(l) * sizeof(char)), a += (l) ) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | gcc_compat.c | 127 addstr(char *n) in addstr() function
|
/netbsd-src/external/bsd/nvi/dist/ipc/ |
H A D | ip.h | 93 IPFunc_a addstr; member
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | radtree.c | 344 uint8_t* addstr = k+pos; in radsel_split() local
|
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | db_disasm.c | 2305 addstr(dis_buffer_t *dbuf, const char *s) in addstr() function
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | roff.c | 973 char *addstr, *newstr; in roff_word_append() local
|