Home
last modified time | relevance | path

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

/trueos/lib/libc/nameser/
HDns_print.c64 static int addstr(const char *src, size_t len,
127 T(addstr("\t\t\t", 3, &buf, &buflen)); in ns_sprintrrf()
133 T(addstr("@\t\t\t", 4, &buf, &buflen)); in ns_sprintrrf()
135 T(addstr(name, len, &buf, &buflen)); in ns_sprintrrf()
141 T(addstr(".", 1, &buf, &buflen)); in ns_sprintrrf()
154 T(addstr(tmp, len, &buf, &buflen)); in ns_sprintrrf()
185 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
203 T(addstr(" ", 1, &buf, &buflen)); in ns_sprintrrf()
207 T(addstr(" (\n", 3, &buf, &buflen)); in ns_sprintrrf()
215 T(addstr("\t\t\t\t\t", 5, &buf, &buflen)); in ns_sprintrrf()
[all …]
/trueos/contrib/netbsd-tests/lib/libcurses/tests/
HDaddstr2 call OK addstr "abcde"
4 compare addstr.chk
HDaddnstr4 # should be the same as addstr
5 compare addstr.chk
HDclear1 include addstr
6 call OK addstr "abcde"
8 call OK addstr "fghij"
/trueos/usr.bin/systat/
HDnetcmds.c87 addstr("which proto?"); in netcmd()
118 addstr("show what?"); in netcmd()
188 addstr("tcp "); in showprotos()
191 addstr("udp "); in showprotos()
HDifcmds.c56 addstr("what scale? "); in ifcmd()
57 addstr(get_helplist()); in ifcmd()
HDcmds.c85 addstr(p->c_name); _col += _len; in command()
HDvmstat.c683 addstr(b); in putint()
715 addstr(b); in putfloat()
747 addstr(b); in putlongdouble()
/trueos/contrib/netbsd-tests/lib/libcurses/
HDt_curses.sh56 atf_test_case addstr
63 h_run addstr
272 atf_add_test_case addstr
/trueos/contrib/gdb/gdb/
HDui-out.c492 char addstr[20]; in ui_out_field_core_addr() local
499 strcpy (addstr, local_hex_string_custom (address, "08l")); in ui_out_field_core_addr()
501 strcpy (addstr, local_hex_string_custom (address, "016l")); in ui_out_field_core_addr()
503 ui_out_field_string (uiout, fldname, addstr); in ui_out_field_core_addr()
/trueos/games/grdc/
HDgrdc.c185 addstr(" "); in main()
/trueos/contrib/ncurses/man/
HDman_db.renames38 curs_addstr.3x addstr.3ncurses
/trueos/contrib/ncurses/misc/
HDncurses.def145 "addstr" @5 NONAME
HDncurses.ref26 "addstr" @5 NONAME ; generated
/trueos/sys/netinet/
HDsctp_output.c11706 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_out_stream() local
11712 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len); in sctp_add_an_out_stream()
11717 addstr->ph.param_type = htons(SCTP_STR_RESET_ADD_OUT_STREAMS); in sctp_add_an_out_stream()
11718 addstr->ph.param_length = htons(len); in sctp_add_an_out_stream()
11719 addstr->request_seq = htonl(seq); in sctp_add_an_out_stream()
11720 addstr->number_of_streams = htons(adding); in sctp_add_an_out_stream()
11721 addstr->reserved = 0; in sctp_add_an_out_stream()
11739 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_in_stream() local
11745 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len); in sctp_add_an_in_stream()
11749 addstr->ph.param_type = htons(SCTP_STR_RESET_ADD_IN_STREAMS); in sctp_add_an_in_stream()
[all …]
/trueos/lib/ncurses/ncurses/
HDMakefile562 curs_addstr.3 addstr.3 \
/trueos/contrib/ncurses/ncurses/
HDllib-lncurses328 #undef addstr
329 int addstr(
HDllib-lncursest331 #undef addstr
332 int addstr(
HDllib-lncursesw365 #undef addstr
366 int addstr(
/trueos/contrib/ncurses/include/
HDcurses.h.in524 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1016 #define addstr(str) waddnstr(stdscr,str,-1) macro
/trueos/contrib/ncurses/doc/
HDncurses-intro.doc431 The other output functions, such as addstr() and printw(), all call
791 addstr("Shelling out...");
795 addstr("returned.\n"); /* prepare return message */
/trueos/contrib/netbsd-tests/lib/libcurses/slave/
HDcurses_commands.c139 report_return(addstr(args[0])); in cmd_addstr()
/trueos/contrib/ncurses/
HDNEWS3406 + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
3880 + make addstr() work for the special case where the codeset is
8678 * Hopefully, addstr() and addch() are 8-bit clean.