| /trueos/lib/libc/nameser/ |
| HD | ns_print.c | 64 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/ |
| HD | addstr | 2 call OK addstr "abcde" 4 compare addstr.chk
|
| HD | addnstr | 4 # should be the same as addstr 5 compare addstr.chk
|
| HD | clear | 1 include addstr 6 call OK addstr "abcde" 8 call OK addstr "fghij"
|
| /trueos/usr.bin/systat/ |
| HD | netcmds.c | 87 addstr("which proto?"); in netcmd() 118 addstr("show what?"); in netcmd() 188 addstr("tcp "); in showprotos() 191 addstr("udp "); in showprotos()
|
| HD | ifcmds.c | 56 addstr("what scale? "); in ifcmd() 57 addstr(get_helplist()); in ifcmd()
|
| HD | cmds.c | 85 addstr(p->c_name); _col += _len; in command()
|
| HD | vmstat.c | 683 addstr(b); in putint() 715 addstr(b); in putfloat() 747 addstr(b); in putlongdouble()
|
| /trueos/contrib/netbsd-tests/lib/libcurses/ |
| HD | t_curses.sh | 56 atf_test_case addstr 63 h_run addstr 272 atf_add_test_case addstr
|
| /trueos/contrib/gdb/gdb/ |
| HD | ui-out.c | 492 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/ |
| HD | grdc.c | 185 addstr(" "); in main()
|
| /trueos/contrib/ncurses/man/ |
| HD | man_db.renames | 38 curs_addstr.3x addstr.3ncurses
|
| /trueos/contrib/ncurses/misc/ |
| HD | ncurses.def | 145 "addstr" @5 NONAME
|
| HD | ncurses.ref | 26 "addstr" @5 NONAME ; generated
|
| /trueos/sys/netinet/ |
| HD | sctp_output.c | 11706 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/ |
| HD | Makefile | 562 curs_addstr.3 addstr.3 \
|
| /trueos/contrib/ncurses/ncurses/ |
| HD | llib-lncurses | 328 #undef addstr 329 int addstr(
|
| HD | llib-lncursest | 331 #undef addstr 332 int addstr(
|
| HD | llib-lncursesw | 365 #undef addstr 366 int addstr(
|
| /trueos/contrib/ncurses/include/ |
| HD | curses.h.in | 524 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 1016 #define addstr(str) waddnstr(stdscr,str,-1) macro
|
| /trueos/contrib/ncurses/doc/ |
| HD | ncurses-intro.doc | 431 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/ |
| HD | curses_commands.c | 139 report_return(addstr(args[0])); in cmd_addstr()
|
| /trueos/contrib/ncurses/ |
| HD | NEWS | 3406 + 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.
|