| /freebsd-14.2/sys/tools/ |
| H A D | vnode_if.awk | 391 printc("{"); 392 printc(""); 398 printc(""); 466 printc("{"); 468 printc(""); 472 printc(""); 474 printc(""); 482 printc(""); 489 printc(""); 494 printc(""); [all …]
|
| H A D | fw_stub.awk | 42 function printc(s) function 127 printc("/*\ 149 printc("\nstatic int\n"\ 155 printc("\tint error;\ 160 printc("\ 186 printc(reg); 194 printc("\t\treturn (0);"); 197 printc("fail_" file_i ":") 201 printc("\tfail_0:"); 208 printc("\t\tif (error)"); [all …]
|
| H A D | makeobjops.awk | 78 function printc(s) {if (opt_c) print s > ctmpfilename;} function 154 printc("#include \"" intname "_if.h\"\n"); 311 printc("struct kobjop_desc " mname "_desc = {"); 312 printc("\t0, { &" mname "_desc, (kobjop_t)" default_function " }"); 313 printc("};\n"); 440 printc(common_head "\n" \ 466 printc("#include " incld); 471 printc($0); 487 printc(handle_code());
|
| /freebsd-14.2/stand/lua/ |
| H A D | password.lua | 53 printc(twiddle_chars[twiddle_pos]) 60 printc(" ") 69 printc("\008 \008") 77 printc("*") 93 printc("\r" .. string.rep(" ", #INCORRECT_PASSWORD)) 105 printc(prompt) 109 printc(string.rep(" ", #prompt + 5)) 112 printc("\n" .. INCORRECT_PASSWORD)
|
| H A D | screen.lua | 39 printc(core.KEYSTR_CSI .. "H" .. core.KEYSTR_CSI .. "J") 43 printc(core.KEYSTR_CSI .. y .. ";" .. x .. "H") 50 printc(color.escapefg(color_value)) 57 printc(color.escapebg(color_value)) 61 printc(color.default())
|
| H A D | drawer.lua | 161 printc(logo[i]) 202 printc(menuEntryName(menudef, e)) 246 screen.setcursor(x, y); printc(tl) 247 screen.setcursor(x, y + h); printc(bl) 248 screen.setcursor(x + w, y); printc(tr) 249 screen.setcursor(x + w, y + h); printc(br) 253 printc(hl) 258 printc(hl) 263 printc(vl) 265 printc(vl) [all …]
|
| H A D | loader.lua | 48 printc(core.KEYSTR_RESET)
|
| H A D | cli.lua | 40 printc(str)
|
| H A D | config.lua | 391 loader.printc(module_name .. "...")
|
| /freebsd-14.2/sbin/bectl/ |
| H A D | bectl_list.c | 45 struct printc { struct 58 static void print_padding(const char *fval, int colsz, struct printc *pc); argument 59 static int print_snapshots(const char *dsname, struct printc *pc); 60 static void print_info(const char *name, nvlist_t *dsprops, struct printc *pc); 61 static void print_headers(nvlist_t *props, struct printc *pc); 102 print_padding(const char *fval, int colsz, struct printc *pc) in print_padding() 153 print_snapshots(const char *dsname, struct printc *pc) in print_snapshots() 175 print_info(const char *name, nvlist_t *dsprops, struct printc *pc) in print_info() 292 print_headers(nvlist_t *props, struct printc *pc) in print_headers() 410 struct printc pc; in bectl_cmd_list()
|
| /freebsd-14.2/tools/boot/ |
| H A D | lua-lint.sh | 18 --globals io.ischar --globals printc --globals cli_execute \
|
| /freebsd-14.2/usr.bin/sdiff/ |
| H A D | sdiff.c | 59 static void printc(FILE *, size_t, FILE *, size_t); 867 printc(file1, file1end, file2, file2end); in parsecmd() 1067 printc(FILE *file1, size_t file1end, FILE *file2, size_t file2end) in printc() function
|
| /freebsd-14.2/sbin/ipf/common/ |
| H A D | ipf.h | 336 extern void printc(struct frentry *);
|
| /freebsd-14.2/stand/liblua/ |
| H A D | lutils.c | 400 REG_SIMPLE(printc), /* Also registered as the global 'printc' */
|
| /freebsd-14.2/sbin/ipf/ipf/ |
| H A D | ipf.c | 254 printc(ptr); in ipf_interceptadd()
|
| H A D | ipfcomp.c | 65 printc(frentry_t *fr) in printc() function
|
| /freebsd-14.2/contrib/diff/ |
| H A D | ChangeLog | 2009 * cmp.c (sprintc): Renamed from `printc'. 2562 (printc): Remove `FILE *' arg; output to stdout. All callers changed.
|