Searched defs:addstr (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lobject.c | 244 #define addstr(a,b,l) ( memcpy(a,b,(l) * sizeof(char)), a += (l) ) macro
|
/freebsd/contrib/lua/src/ |
H A D | lobject.c | 565 #define addstr(a,b,l) ( memcpy(a,b,(l) * sizeof(char)), a += (l) ) macro
|
/freebsd/lib/libc/nameser/ |
H A D | ns_print.c | 1218 addstr(const char *src, size_t len, char **buf, size_t *buflen) { in addstr() function
|
/freebsd/sys/netinet/ |
H A D | sctp_output.c | 12025 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_out_stream() local 12058 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_in_stream() local
|
/freebsd/contrib/mandoc/ |
H A D | roff.c | 981 char *addstr, *newstr; in roff_word_append() local
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 1284 #define addstr(str) waddnstr(stdscr,(str),-1) macro
|