Searched refs:_nc_STRCAT (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/lib/libcurses/
H A Dnc_string.h63 #define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n)) macro
66 #define _nc_STRCAT(d,s,n) NCURSES_VOID strcat((d),(s)) macro
/openbsd-current/lib/libcurses/tinfo/
H A Dmake_hash.c237 _nc_STRCAT(result, "|", sizeof(result));
238 _nc_STRCAT(result, "1<<", sizeof(result));
239 _nc_STRCAT(result, typenames[n], sizeof(result));
242 _nc_STRCAT(result, R_PAREN, sizeof(result));
H A Dcomp_scan.c257 _nc_STRCAT(result, "\n", allocated);
H A Dread_termcap.c830 _nc_STRCAT(temp, ".termcap", sizeof(temp));
H A Dwrite_entry.c170 _nc_STRCAT(dst, suffix, limit);
/openbsd-current/lib/libcurses/base/
H A Dvsscanf.c299 _nc_STRCAT(my_fmt, "%n", len_fmt);
304 _nc_STRCAT(my_fmt, "%n", len_fmt);
/openbsd-current/lib/libcurses/trace/
H A Dlib_trace.c154 _nc_STRCAT(MyPath, "/trace", sizeof(MyPath));
156 _nc_STRCAT(MyPath, ".log", sizeof(MyPath));
/openbsd-current/usr.bin/tic/
H A Dtic.c587 _nc_STRCAT(result, suffix, need);
1614 _nc_STRCAT(show, " ka1", sizeof(show));
1617 _nc_STRCAT(show, " ka3", sizeof(show));
1620 _nc_STRCAT(show, " kb2", sizeof(show));
1623 _nc_STRCAT(show, " kc1", sizeof(show));
1626 _nc_STRCAT(show, " kc3", sizeof(show));
1641 _nc_STRCAT(show, " ka1", sizeof(show));
1643 _nc_STRCAT(show, " ka3", sizeof(show));
1645 _nc_STRCAT(show, " kb2", sizeof(show));
1647 _nc_STRCAT(sho
[all...]
H A Ddump_entry.c974 _nc_STRCAT(buffer, "@", sizeof(buffer));
1249 _nc_STRCAT(buffer, tmp, sizeof(buffer));
/openbsd-current/lib/libcurses/tty/
H A Dhardscroll.c328 _nc_STRCAT(buf, " ??", want - strlen(buf));
/openbsd-current/usr.bin/infocmp/
H A Dinfocmp.c799 _nc_STRCAT(dst, ap->to, MAX_TERMINFO_LENGTH);
806 _nc_STRCAT(dst, ep, MAX_TERMINFO_LENGTH);
807 _nc_STRCAT(dst, ";", MAX_TERMINFO_LENGTH);
955 _nc_STRCAT(buf2, ecma_highlights[0].to, sizeof(buf2));
/openbsd-current/usr.bin/tset/
H A Dtset.c157 _nc_STRCAT(temp, ": ", sizeof(temp));

Completed in 224 milliseconds