Home
last modified time | relevance | path

Searched refs:_nc_STRCPY (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/ncurses/ncurses-6.3/test/
H A Dlist_keys.c103 _nc_STRCPY(buffer, "^?", sizeof(buffer)); in show_key()
106 _nc_STRCPY(buffer, "\\E", sizeof(buffer)); in show_key()
109 _nc_STRCPY(buffer, "\\b", sizeof(buffer)); in show_key()
112 _nc_STRCPY(buffer, "\\f", sizeof(buffer)); in show_key()
115 _nc_STRCPY(buffer, "\\n", sizeof(buffer)); in show_key()
118 _nc_STRCPY(buffer, "\\r", sizeof(buffer)); in show_key()
121 _nc_STRCPY(buffer, "\\s", sizeof(buffer)); in show_key()
124 _nc_STRCPY(buffer, "\\t", sizeof(buffer)); in show_key()
127 _nc_STRCPY(buffer, "\\^", sizeof(buffer)); in show_key()
130 _nc_STRCPY(buffer, "\\072", sizeof(buffer)); in show_key()
[all …]
H A Ddemo_defkey.c82 _nc_STRCPY(temp, "\\\\", sizeof(temp)); in visichar()
84 _nc_STRCPY(temp, "\\E", sizeof(temp)); in visichar()
H A Dfilter.c247 _nc_STRCPY(buffer, "# event!", length); in new_command()
251 _nc_STRCPY(buffer, "# resize!", length); in new_command()
H A Dcardfile.c139 _nc_STRCPY(card->content + offset, " ", total + 1 - offset); in add_content()
149 _nc_STRCPY(card->content + offset, content, total + 1 - offset); in add_content()
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dlib_print.c81 _nc_STRCPY(mybuf, switchon, need); in NCURSES_EXPORT()
84 _nc_STRCPY(mybuf + onsize + len, prtr_off, need); in NCURSES_EXPORT()
H A Dstrings.c115 _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 Daccess.c136 _nc_STRCPY(head, path, sizeof(head)); in _nc_access()
142 _nc_STRCPY(head, ".", sizeof(head)); in _nc_access()
H A Dalloc_entry.c115 _nc_STRCPY(&stringbuf[next_free], string, MAX_STRTAB); in _nc_save_str()
207 _nc_STRCPY(tp->ext_Names[i], in _nc_wrap_entry()
H A Dwrite_entry.c144 _nc_STRCPY(dst, src, limit); in make_db_path()
316 _nc_STRCPY(name_list, term_names, sizeof(name_list)); in _nc_write_entry()
369 _nc_STRCPY(buffer + 1, in _nc_write_entry()
487 _nc_STRCPY(symlinkname, "../", sizeof(symlinkname)); in _nc_write_entry()
H A Dmake_hash.c84 _nc_STRCPY(result, s, need); in strmalloc()
227 _nc_STRCPY(result, L_PAREN, sizeof(result)); in get_type()
H A Dcomp_error.c91 _nc_STRCPY(name, TermType != 0 ? TermType : "", MAX_NAME_SIZE); in _nc_get_type()
H A Dlib_tgoto.c186 _nc_STRCPY(result + used, BC, length - used); in tgoto_internal()
H A Dread_termcap.c165 _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 Dobsolete.c72 _nc_STRCPY(result, s, need); in _nc_strdup()
/dports/devel/ncurses/ncurses-6.3/include/
H A Dnc_string.h71 #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
/dports/devel/ncurses/ncurses-6.3/ncurses/trace/
H A Dlib_traceatr.c72 _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 Dtrace_buf.c114 _nc_STRCPY(buffer + have, value, need); in _nc_trace_bufcat()
H A Dvarargs.c169 _nc_STRCPY(buffer, "?", sizeof(buffer)); in _nc_varargs()
/dports/devel/ncurses/ncurses-6.3/progs/
H A Dinfocmp.c133 _nc_STRCPY(buf, ptr, NAMESIZE); in canonical_name()
362 _nc_STRCPY(buf, s_absent, MAX_STRING); in dump_numeric()
365 _nc_STRCPY(buf, s_cancel, MAX_STRING); in dump_numeric()
378 _nc_STRCPY(buf, s_absent, MAX_STRING); in dump_string()
380 _nc_STRCPY(buf, s_cancel, MAX_STRING); in dump_string()
899 _nc_STRCPY(buf2, in analyze_string()
920 _nc_STRCPY(buf2, in analyze_string()
940 _nc_STRCPY(buf2, "SGR:", sizeof(buf2)); in analyze_string()
952 _nc_STRCPY(buf2, "SGR:", sizeof(buf2)); in analyze_string()
1278 _nc_STRCPY(initializer, entries->tterm.term_names, need); in any_initializer()
H A Ddump_entry.c536 _nc_STRCPY(&result[d], fill, need + 1 - d); in fill_spaces()
971 _nc_STRCPY(buffer, name, sizeof(buffer)); in fmt_entry()
1067 _nc_STRCPY(buffer, "im=", sizeof(buffer)); in fmt_entry()
1074 _nc_STRCPY(buffer, "ei=", sizeof(buffer)); in fmt_entry()
1232 _nc_STRCPY(buffer, "box1=", sizeof(buffer)); in fmt_entry()
H A Dtset.c154 _nc_STRCPY(temp, _nc_progname, sizeof(temp)); in failed()
157 _nc_STRCPY(temp, "tset: ", sizeof(temp)); in failed()
/dports/devel/ncurses/ncurses-6.3/panel/
H A Dpanel.c67 _nc_STRCPY(temp, "<null>", sizeof(temp)); in _nc_my_visbuf()
/dports/devel/ncurses/ncurses-6.3/c++/
H A Dcursslk.cc47 ::_nc_STRCPY(label,text,need); in operator =()
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_screen.c686 _nc_STRCPY(target, scr_attrs[n].name, limit); in encode_attr()
746 _nc_STRCPY(target, "s", limit); in encode_cell()
778 _nc_STRCPY(target, "s", limit); in encode_cell()
843 _nc_STRCPY(buffer, name, sizeof(buffer)); in putwin()
H A Dsafe_sprintf.c122 _nc_STRCPY(&format[f], fmt_arg, fmt_len - f); in _nc_printf_length()

12