Home
last modified time | relevance | path

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

/dflybsd-src/sys/tools/
H A Dfw_stub.awk41 function printc(s) function
130 printc("#include <sys/param.h>\n"\
139 printc("static long " opt_l "_license_ack = 0;");
146 printc("extern char _binary_" symb "_start[], _binary_" symb "_end[];");
149 printc("");
150 printc("static int\n"\
156 printc("\tconst struct firmware *parent;");
158 printc(" int error;\n"\
164 printc("");
165 printc("\tTUNABLE_LONG_FETCH(\"legal." opt_l ".license_ack\", &" opt_l "_license_ack);\n"\
[all …]
H A Dmakeobjops.awk76 function printc(s) {if (opt_c) print s > ctmpfilename;} function
152 printc("#include \"" intname "_if.h\"\n");
292 printc("struct kobjop_desc " mname "_desc = {");
293 printc("\t0, { &" mname "_desc, (kobjop_t)" default " }");
294 printc("};\n");
409 printc(common_head "\n" \
432 printc("#include " incld);
449 printc(handle_code());
/dflybsd-src/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