Searched refs:out_h (Results 1 – 3 of 3) sorted by relevance
/external/toybox/kconfig/ |
D | confdata.c | 693 FILE *out, *out_h; in conf_write_autoconf() local 708 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf() 709 if (!out_h) { in conf_write_autoconf() 723 fprintf(out_h, "/*\n" in conf_write_autoconf() 743 fprintf(out_h, "#define CONFIG_%s_MODULE 1\n", sym->name); in conf_write_autoconf() 747 fprintf(out_h, "#define "CONFIG_PREFIX"%s 1\n", sym->name); in conf_write_autoconf() 754 fprintf(out_h, "#define "CONFIG_PREFIX"%s \"", sym->name); in conf_write_autoconf() 759 fwrite(str, l, 1, out_h); in conf_write_autoconf() 765 fprintf(out_h, "\\%c", *str); in conf_write_autoconf() 769 fputs("\"\n", out_h); in conf_write_autoconf() [all …]
|
/external/boringssl/src/crypto/dsa/ |
D | dsa.c | 158 unsigned long *out_h, BN_GENCB *cb) { in DSA_generate_parameters_ex() argument 403 if (out_h != NULL) { in DSA_generate_parameters_ex() 404 *out_h = h; in DSA_generate_parameters_ex()
|
/external/boringssl/src/include/openssl/ |
D | dsa.h | 127 unsigned long *out_h,
|