Home
last modified time | relevance | path

Searched refs:addstr (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/lib/libc/nameser/
H A Dns_print.c150 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()
292 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
354 T(addstr(t, len, &buf, &buflen)); in ns_sprintrrf()
361 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
368 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
377 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
396 T(addstr(t, len, &buf, &buflen)); in ns_sprintrrf()
407 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.c244 #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 Daddstr2 call OK addstr "abcde"
4 compare addstr.chk
H A Daddnstr4 # should be the same as addstr
5 compare addstr.chk
H A Dclear1 include addstr
6 call OK addstr "abcde"
8 call OK addstr "fghij"
/freebsd/usr.bin/systat/
H A Difcmds.c56 addstr("what scale? "); in ifcmd()
57 addstr(get_helplist()); in ifcmd()
H A Dnetcmds.c83 addstr("which proto?"); in netcmd()
114 addstr("show what?"); in netcmd()
184 addstr("tcp "); in showprotos()
187 addstr("udp "); in showprotos()
H A Dcmds.c81 addstr(p->c_name); _col += _len; in command()
H A Dvmstat.c659 addstr(b); in do_putuint64()
691 addstr(b); in putfloat()
723 addstr(b); in putlongdouble()
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dt_curses.sh56 atf_test_case addstr
63 h_run addstr
272 atf_add_test_case addstr
/freebsd/contrib/lua/src/
H A Dlobject.c565 #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 Dlibbsddialog.c109 addstr(CHECK_STR(backtitle)); in bsddialog_backtitle()
H A Dformbox.c501 addstr(item->bottomdesc); in drawitem()
H A Dmenubox.c390 addstr(pritem->bottomdesc); in drawitem()
/freebsd/usr.bin/grdc/
H A Dgrdc.c205 addstr(" "); in main()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames39 curs_addstr.3x addstr.3ncurses
/freebsd/contrib/ncurses/misc/
H A Dncurses.def145 "addstr" @5 NONAME
H A Dncurses.ref26 "addstr" @5 NONAME ; generated
/freebsd/sys/netinet/
H A Dsctp_output.c12025 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_out_stream() local
12037 addstr->ph.param_length = htons(len); in sctp_add_an_out_stream()
12038 addstr->request_seq = htonl(seq); in sctp_add_an_out_stream()
12039 addstr->number_of_streams = htons(adding); in sctp_add_an_out_stream()
12040 addstr->reserved = 0; in sctp_add_an_out_stream()
12058 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_in_stream() local
12068 addstr->ph.param_type = htons(SCTP_STR_RESET_ADD_IN_STREAMS); in sctp_add_an_in_stream()
12069 addstr->ph.param_length = htons(len); in sctp_add_an_in_stream()
12070 addstr->request_seq = htonl(seq); in sctp_add_an_in_stream()
12071 addstr->number_of_streams = htons(adding); in sctp_add_an_in_stream()
[all …]
/freebsd/contrib/mandoc/
H A Droff.c981 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 DMakefile496 curs_addstr.3 addstr.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in567 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1208 #define addstr(str) waddnstr(stdscr,(str),-1) macro
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncurses476 #undef addstr
477 int addstr(
H A Dllib-lncursest479 #undef addstr
480 int addstr(
H A Dllib-lncursestw589 #undef addstr
590 int addstr(

12