Searched refs:file_replace_pattern (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 1366 def file_replace_pattern(fname, pat, s_after): function 1900 …file_replace_pattern(curves_list_path + "curves_list.h", magic_re, "#include <libecc/curves/user_d… 1905 …file_replace_pattern(curves_list_path + "curves_list.h", magic_re, "#ifdef WITH_CURVE_"+name.upper… 1912 …file_replace_pattern(lib_ecc_types_path + "lib_ecc_types.h", magic_re, "#ifdef WITH_CURVE_"+name.u… 1917 …file_replace_pattern(lib_ecc_config_path + "lib_ecc_config.h", magic_re, "#define WITH_CURVE_"+nam… 1922 …file_replace_pattern(meson_options_path + "meson.options", magic_re, "\t'"+name.lower()+"',\n"+mag… 1941 …file_replace_pattern(ec_self_tests_path + "ec_self_tests_core.h", magic_re, case_name+"\n"+magic_b… 1949 …file_replace_pattern(ec_self_tests_path + "ec_self_tests_core.h", magic_re, "#include \"ec_self_te…
|