/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | alloc_entry.c | 126 _nc_STRCPY(&stringbuf[next_free], string, MAX_ENTRY_SIZE); in _nc_save_str() 225 _nc_STRCPY(tp->ext_Names[i], in _nc_wrap_entry() 287 _nc_STRCPY(str_copied, to->term_names, str_size); in _nc_merge_entry() 294 _nc_STRCPY(str_copied, from->Strings[i], str_size); in _nc_merge_entry() 303 _nc_STRCPY(str_copied, to->Strings[i], str_size); in _nc_merge_entry() 338 _nc_STRCPY(str_copied, from->ext_Names[i], str_size); in _nc_merge_entry() 347 _nc_STRCPY(str_copied, to->ext_Names[i], str_size); in _nc_merge_entry()
|
H A D | lib_print.c | 81 _nc_STRCPY(mybuf, switchon, need); in NCURSES_EXPORT() 84 _nc_STRCPY(mybuf + onsize + len, prtr_off, need); in NCURSES_EXPORT()
|
H A D | strings.c | 115 _nc_STRCPY(dst->s_tail, src, dst->s_size); in _nc_safe_strcat() 136 _nc_STRCPY(dst->s_head, src, dst->s_size); in _nc_safe_strcpy()
|
H A D | access.c | 143 _nc_STRCPY(head, path, sizeof(head)); in _nc_access() 149 _nc_STRCPY(head, ".", sizeof(head)); in _nc_access()
|
H A D | alloc_ttype.c | 560 _nc_STRCPY(dst->term_names + str_size, in copy_termtype() 569 _nc_STRCPY(new_table + str_size, in copy_termtype() 645 _nc_STRCPY(new_table + str_size, in copy_termtype() 657 _nc_STRCPY(new_table + str_size, in copy_termtype()
|
H A D | write_entry.c | 152 _nc_STRCPY(dst, src, limit); in make_db_path() 328 _nc_STRCPY(name_list, term_names, sizeof(name_list)); in _nc_write_entry() 382 _nc_STRCPY(buffer + 1, in _nc_write_entry() 504 _nc_STRCPY(symlinkname, "../", sizeof(symlinkname)); in _nc_write_entry()
|
H A D | make_hash.c | 84 _nc_STRCPY(result, s, need); in strmalloc() 227 _nc_STRCPY(result, L_PAREN, sizeof(result)); in get_type()
|
H A D | comp_error.c | 98 _nc_STRCPY(name, TermType != 0 ? TermType : "", MAX_NAME_SIZE); in _nc_get_type()
|
H A D | read_termcap.c | 165 _nc_STRCPY(toprec, ent, topreclen); in _nc_cgetset() 298 _nc_STRCPY(record, toprec, topreclen + BFRAG); in _nc_getent() 1072 _nc_STRCPY(envhome, h, sizeof(envhome)); in _nc_read_termcap_entry()
|
H A D | lib_tgoto.c | 186 _nc_STRCPY(result + used, BC, length - used); in tgoto_internal()
|
H A D | obsolete.c | 72 _nc_STRCPY(result, s, need); in _nc_strdup()
|
H A D | trim_sgr0.c | 115 _nc_STRCPY(s + n, attr, strlen(s) + 1); in rewrite_sgr()
|
H A D | lib_termcap.c | 396 _nc_STRCPY(*area, result, 1024); in NCURSES_SP_NAME()
|
H A D | db_iterator.c | 67 _nc_STRCPY(last, text, limit); in add_to_blob()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_string.h | 71 #define _nc_STRCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) macro 74 #define _nc_STRCPY(d,s,n) NCURSES_VOID strcpy((d),(s)) macro
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_traceatr.c | 72 _nc_STRCPY(my_buffer[my_select], "default", in color_of() 135 _nc_STRCPY(result, l_brace, TRACE_BUF_SIZE(bufnum)); in _traceattr2() 291 _nc_STRCPY(result, l_brace, TRACE_BUF_SIZE(bufnum)); in _tracechtype2() 332 _nc_STRCPY(result, l_brace, TRACE_BUF_SIZE(bufnum)); in _tracecchar_t2()
|
H A D | trace_buf.c | 118 _nc_STRCPY(buffer + have, value, need); in _nc_trace_bufcat()
|
H A D | varargs.c | 167 _nc_STRCPY(buffer, "?", sizeof(buffer)); in _nc_varargs()
|
H A D | lib_trace.c | 145 _nc_STRCPY(myFile, "trace", sizeof(myFile)); in curses_trace()
|
/freebsd/contrib/ncurses/progs/ |
H A D | infocmp.c | 388 _nc_STRCPY(buf, s_absent, MAX_STRING); in dump_numeric() 391 _nc_STRCPY(buf, s_cancel, MAX_STRING); in dump_numeric() 404 _nc_STRCPY(buf, s_absent, MAX_STRING); in dump_string() 406 _nc_STRCPY(buf, s_cancel, MAX_STRING); in dump_string() 925 _nc_STRCPY(buf2, in analyze_string() 945 _nc_STRCPY(buf2, in analyze_string() 964 _nc_STRCPY(buf2, "SGR:", sizeof(buf2)); in analyze_string() 976 _nc_STRCPY(buf2, "SGR:", sizeof(buf2)); in analyze_string() 1302 _nc_STRCPY(initializer, entries->tterm.term_names, need); in any_initializer()
|
H A D | dump_entry.c | 536 _nc_STRCPY(&result[d], fill, need + 1 - d); in fill_spaces() 970 _nc_STRCPY(buffer, name, sizeof(buffer)); in fmt_entry() 1066 _nc_STRCPY(buffer, "im=", sizeof(buffer)); in fmt_entry() 1073 _nc_STRCPY(buffer, "ei=", sizeof(buffer)); in fmt_entry() 1231 _nc_STRCPY(buffer, "box1=", sizeof(buffer)); in fmt_entry()
|
H A D | tset.c | 154 _nc_STRCPY(temp, _nc_progname, sizeof(temp)); in failed() 157 _nc_STRCPY(temp, "tset: ", sizeof(temp)); in failed()
|
/freebsd/contrib/ncurses/panel/ |
H A D | panel.c | 67 _nc_STRCPY(temp, "<null>", sizeof(temp)); in _nc_my_visbuf()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_screen.c | 684 _nc_STRCPY(target, scr_attrs[n].name, limit); in encode_attr() 744 _nc_STRCPY(target, "s", limit); in encode_cell() 776 _nc_STRCPY(target, "s", limit); in encode_cell() 841 _nc_STRCPY(buffer, name, sizeof(buffer)); in putwin()
|
H A D | safe_sprintf.c | 122 _nc_STRCPY(&format[f], fmt_arg, fmt_len - f); in _nc_printf_length()
|