/freebsd/lib/libc/nameser/ |
H A D | ns_print.c | 60 static int addstr(const char *src, size_t len, 123 T(addstr("\t\t\t", 3, &buf, &buflen)); in ns_sprintrrf() 129 T(addstr("@\t\t\t", 4, &buf, &buflen)); in ns_sprintrrf() 131 T(addstr(name, len, &buf, &buflen)); in ns_sprintrrf() 137 T(addstr(".", 1, &buf, &buflen)); in ns_sprintrrf() 150 T(addstr(tmp, len, &buf, &buflen)); in ns_sprintrrf() 181 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf() 199 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf() 203 T(addstr(" (\n", 3, &buf, &buflen)); in ns_sprintrrf() 211 T(addstr("\t\t\t\t\t", 5, &buf, &buflen)); in ns_sprintrrf() [all …]
|
/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 252 addstr(out, source + 1, bufflen - 1); in luaO_chunkid() 260 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 267 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid() 270 addstr(out, source, l); /* keep it */ in luaO_chunkid() 275 addstr(out, source, l); in luaO_chunkid() 276 addstr(out, RETS, LL(RETS)); in luaO_chunkid()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | addstr | 2 call OK addstr "abcde" 4 compare addstr.chk
|
H A D | addnstr | 4 # should be the same as addstr 5 compare addstr.chk
|
H A D | clear | 1 include addstr 6 call OK addstr "abcde" 8 call OK addstr "fghij"
|
/freebsd/usr.bin/systat/ |
H A D | netcmds.c | 83 addstr("which proto?"); in netcmd() 114 addstr("show what?"); in netcmd() 184 addstr("tcp "); in showprotos() 187 addstr("udp "); in showprotos()
|
H A D | ifcmds.c | 56 addstr("what scale? "); in ifcmd() 57 addstr(get_helplist()); in ifcmd()
|
H A D | cmds.c | 81 addstr(p->c_name); _col += _len; in command()
|
H A D | vmstat.c | 659 addstr(b); in do_putuint64() 691 addstr(b); in putfloat() 723 addstr(b); in putlongdouble()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | t_curses.sh | 56 atf_test_case addstr 63 h_run addstr 272 atf_add_test_case addstr
|
/freebsd/contrib/lua/src/ |
H A D | lobject.c | 565 #define addstr(a,b,l) ( memcpy(a,b,(l) * sizeof(char)), a += (l) ) macro 573 addstr(out, source + 1, bufflen - 1); in luaO_chunkid() 581 addstr(out, RETS, LL(RETS)); in luaO_chunkid() 588 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid() 591 addstr(out, source, srclen); /* keep it */ in luaO_chunkid() 596 addstr(out, source, srclen); in luaO_chunkid() 597 addstr(out, RETS, LL(RETS)); in luaO_chunkid()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | libbsddialog.c | 109 addstr(CHECK_STR(backtitle)); in bsddialog_backtitle()
|
H A D | formbox.c | 501 addstr(item->bottomdesc); in drawitem()
|
H A D | menubox.c | 392 addstr(pritem->bottomdesc); in drawitem()
|
/freebsd/usr.bin/grdc/ |
H A D | grdc.c | 205 addstr(" "); in main()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 145 "addstr" @5 NONAME
|
H A D | ncurses.ref | 26 "addstr" @5 NONAME ; generated
|
/freebsd/contrib/ncurses/man/ |
H A D | man_db.renames.in | 39 curs_addstr.3x addstr.3ncurses
|
/freebsd/sys/netinet/ |
H A D | sctp_output.c | 12023 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_out_stream() local 12029 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len); in sctp_add_an_out_stream() 12034 addstr->ph.param_type = htons(SCTP_STR_RESET_ADD_OUT_STREAMS); in sctp_add_an_out_stream() 12035 addstr->ph.param_length = htons(len); in sctp_add_an_out_stream() 12036 addstr->request_seq = htonl(seq); in sctp_add_an_out_stream() 12037 addstr->number_of_streams = htons(adding); in sctp_add_an_out_stream() 12038 addstr->reserved = 0; in sctp_add_an_out_stream() 12056 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_in_stream() local 12062 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len); in sctp_add_an_in_stream() 12066 addstr->ph.param_type = htons(SCTP_STR_RESET_ADD_IN_STREAMS); in sctp_add_an_in_stream() [all …]
|
/freebsd/contrib/mandoc/ |
H A D | roff.c | 981 char *addstr, *newstr; in roff_word_append() local 984 addstr = roff_strdup(man->roff, word); in roff_word_append() 985 mandoc_asprintf(&newstr, "%s %s", n->string, addstr); in roff_word_append() 986 free(addstr); in roff_word_append()
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 493 curs_addstr.3 addstr.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 624 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 1284 #define addstr(str) waddnstr(stdscr,(str),-1) macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 479 #undef addstr 480 int addstr(
|
H A D | llib-lncurses | 476 #undef addstr 477 int addstr(
|
H A D | llib-lncursestw | 589 #undef addstr 590 int addstr(
|