Home
last modified time | relevance | path

Searched refs:printc (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/tools/
H A Dvnode_if.awk60 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 Dfw_stub.awk42 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 Dmakeobjops.awk74 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 Dpassword.lua53 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 Dscreen.lua39 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 Ddrawer.lua161 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 Dloader.lua48 printc(core.KEYSTR_RESET)
H A Dmenu.lua552 printc("Autoboot in " .. time ..
566 printc(string.rep(" ", 79))
H A Dconfig.lua391 loader.printc(module_name .. "...")
/freebsd/sbin/bectl/
H A Dbectl_list.c44 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 Dlua-lint.sh18 --globals io.ischar --globals printc --globals cli_execute \
/freebsd/usr.bin/sdiff/
H A Dsdiff.c58 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 Dipf.h334 extern void printc(struct frentry *);
/freebsd/stand/liblua/
H A Dlutils.c400 REG_SIMPLE(printc), /* Also registered as the global 'printc' */
/freebsd/sbin/ipf/ipf/
H A Dipf.c250 printc(ptr); in ipf_interceptadd()
H A Dipfcomp.c61 printc(frentry_t *fr) in printc() function
/freebsd/contrib/diff/
H A DChangeLog2009 * cmp.c (sprintc): Renamed from `printc'.
2562 (printc): Remove `FILE *' arg; output to stdout. All callers changed.