/freebsd/sys/tools/ |
H A D | vnode_if.awk | 60 function printc(s) {print s > cfile;} function 72 printc(ind"ASSERT_VI_UNLOCKED("star"a->a_"arg", \""uname" "pos" ("arg")\");"); 75 printc(ind"ASSERT_VOP_LOCKED(" star "a->a_"arg", \""uname" "pos" ("arg")\");"); 77 printc(ind"ASSERT_VOP_UNLOCKED(" star "a->a_"arg", \""uname" "pos" ("arg")\");"); 79 printc(ind"ASSERT_VOP_ELOCKED(" star "a->a_"arg", \""uname" "pos" ("arg")\");"); 89 printc("#ifdef DEBUG_VFS_LOCKS"); 90 printc("\t"lockdata[name, "debugpre"]"(a);"); 91 printc("#endif"); 98 printc("#ifdef DEBUG_VFS_LOCKS"); 99 printc("\t"lockdata[name, "debugpost"]"(a, rc);"); [all …]
|
H A D | fw_stub.awk | 42 function printc(s) function 127 printc("/*\ 130 printc("#include <sys/param.h>"); 131 printc("#include <sys/errno.h>"); 132 printc("#include <sys/kernel.h>"); 133 printc("#include <sys/module.h>"); 134 printc("#include <sys/linker.h>"); 135 printc("#include <sys/firmware.h>"); 136 printc("#include <sys/systm.h>\n"); 139 printc("static long " opt_l "_license_ack = 0;"); [all …]
|
H A D | makeobjops.awk | 74 function printc(s) {if (opt_c) print s > ctmpfilename;} function 150 printc("#include \"" intname "_if.h\"\n"); 307 printc("struct kobjop_desc " mname "_desc = {"); 308 printc("\t0, { &" mname "_desc, (kobjop_t)" default_function " }"); 309 printc("};\n"); 436 printc(common_head "\n" \ 462 printc("#include " incld); 467 printc($0); 483 printc(handle_code());
|
/freebsd/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]) 191 printc(entry_num .. ". " .. menuEntryName(menudef, e)) 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) [all …]
|
H A D | loader.lua | 48 printc(core.KEYSTR_RESET)
|
H A D | menu.lua | 552 printc("Autoboot in " .. time .. 566 printc(string.rep(" ", 79))
|
H A D | config.lua | 391 loader.printc(module_name .. "...")
|
/freebsd/sbin/bectl/ |
H A D | bectl_list.c | 44 struct printc { struct 57 static void print_padding(const char *fval, int colsz, struct printc *pc); argument 58 static int print_snapshots(const char *dsname, struct printc *pc); 59 static void print_info(const char *name, nvlist_t *dsprops, struct printc *pc); 60 static void print_headers(nvlist_t *props, struct printc *pc); 101 print_padding(const char *fval, int colsz, struct printc *pc) in print_padding() 152 print_snapshots(const char *dsname, struct printc *pc) in print_snapshots() 174 print_info(const char *name, nvlist_t *dsprops, struct printc *pc) in print_info() 291 print_headers(nvlist_t *props, struct printc *pc) in print_headers() 409 struct printc pc; in bectl_cmd_list()
|
/freebsd/tools/boot/ |
H A D | lua-lint.sh | 18 --globals io.ischar --globals printc --globals cli_execute \
|
/freebsd/usr.bin/sdiff/ |
H A D | sdiff.c | 58 static void printc(FILE *, size_t, FILE *, size_t); 866 printc(file1, file1end, file2, file2end); in parsecmd() 1066 printc(FILE *file1, size_t file1end, FILE *file2, size_t file2end) in printc() function 1085 err(2, "printc"); in printc()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 334 extern void printc(struct frentry *);
|
/freebsd/stand/liblua/ |
H A D | lutils.c | 400 REG_SIMPLE(printc), /* Also registered as the global 'printc' */
|
/freebsd/sbin/ipf/ipf/ |
H A D | ipf.c | 250 printc(ptr); in ipf_interceptadd()
|
H A D | ipfcomp.c | 61 printc(frentry_t *fr) in printc() function
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 2009 * cmp.c (sprintc): Renamed from `printc'. 2562 (printc): Remove `FILE *' arg; output to stdout. All callers changed.
|