Searched refs:SNPRINTF1 (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/less/dist/ |
| H A D | charset.c | 545 SNPRINTF1(buf, sizeof(buf), "%c", (int) c); in prchar() 550 SNPRINTF1(buf, sizeof(buf), "^%c", in prchar() 562 SNPRINTF1(buf, sizeof(buf), "^%c", (int) (c ^ 0100)); in prchar() 565 SNPRINTF1(buf, sizeof(buf), binfmt, c); in prchar() 581 SNPRINTF1(buf, sizeof(buf), "^%c", ((char) ch) ^ 0100); in prutfchar() 583 SNPRINTF1(buf, sizeof(buf), binfmt, (char) ch); in prutfchar() 586 SNPRINTF1(buf, sizeof(buf), utfbinfmt, ch); in prutfchar()
|
| H A D | filename.c | 417 SNPRINTF1(fpat, len, "%s*.*", s); in fcomplete() 419 SNPRINTF1(fpat, len, "%s*", s); in fcomplete() 425 SNPRINTF1(fpat, len, "%s*", s); in fcomplete() 882 SNPRINTF1(cmd, len, lessopen, qfilename); in open_altfile()
|
| H A D | less.h | 205 #define SNPRINTF1(str, size, fmt, v1) snprintf((str), (size), (fmt), (v1)) macro 211 #define SNPRINTF1(str, size, fmt, v1) sprintf((str), (fmt), (v1)) macro
|
| H A D | optfunc.c | 202 SNPRINTF1(buf, sizeof(buf), ".%06ld", jump_sline_fraction); in opt_j() 262 SNPRINTF1(buf, sizeof(buf), ".%06ld", shift_count_fraction); in opt_shift()
|
| H A D | option.c | 44 SNPRINTF1(buf, sizeof(buf), "--%s", o->onames->oname); in opt_desc()
|
| H A D | screen.c | 748 SNPRINTF1(name, sizeof(name), "LESS_TERMCAP_%s", capname); in ltget_env() 1884 SNPRINTF1(dump_cmd, sizeof(dump_cmd), ESCS"0;0;%dR", sc_width * sc_height); in dump_screen() 2569 SNPRINTF1(buf, sizeof(buf), fmt, color); in tput_fmt() 2633 int len = SNPRINTF1(buf, sizeof(buf), fmt, color); in WIN32put_fmt()
|
| H A D | command.c | 188 SNPRINTF1(buf, sizeof(buf), "Sub-%d ", i); in mca_search1() 579 SNPRINTF1(buf, sizeof(buf), "Sub-pattern (1-%d):", NUM_SEARCH_COLORS); in mca_search_char()
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | subsearch.lt | 774 SNPRINTF1(name, sizeof(name), "LESS_TERMCAP_%s", capname); 1901 SNPRINTF1(dump_cmd, sizeof(dump_cmd), ESCS"0;0;%dR", sc_width * sc_height); 2586 SNPRINTF1(buf, sizeof(buf), fmt, color); 2650 int len = SNPRINTF1(buf, sizeof(buf), fmt, color);
|