Searched refs:hprint (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y310 hprint(int level, const char *fmt, ...)
468 hprint(0, "struct %s_options {\n", name);
480 hprint(1, "%s %s;\n", th->c_type, s);
483 hprint(0, "};\n");
514 hprint(0, "int %s(struct %s_options*, int, char **);\n", f, n);
516 hprint(0, "int %s(void*, int, char **);\n", f);
703 hprint(0, "#include <stdio.h>\n");
704 hprint(0, "#include <sl.h>\n");
705 hprint(0, "\n");
717 hprint(
[all...]
H A Dslc-gram.c1822 hprint(int level, const char *fmt, ...)
1980 hprint(0, "struct %s_options {\n", name);
1992 hprint(1, "%s %s;\n", th->c_type, s);
1995 hprint(0, "};\n");
2026 hprint(0, "int %s(struct %s_options*, int, char **);\n", f, n);
2028 hprint(0, "int %s(void*, int, char **);\n", f);
2215 hprint(0, "#include <stdio.h>\n");
2216 hprint(0, "#include <sl.h>\n");
2217 hprint(0, "\n");
2229 hprint(
1819 hprint(int level, const char *fmt, ...) function
[all...]

Completed in 114 milliseconds