Searched refs:in_fname (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/apps/ |
D | fipsinstall.c | 300 char *in_fname = NULL, *out_fname = NULL, *prog; in fipsinstall_main() local 330 in_fname = opt_arg(); in fipsinstall_main() 387 if (argc != 0 || (verify && in_fname == NULL)) in fipsinstall_main() 487 if (!verify_config(in_fname, section_name, module_mac, module_mac_len, in fipsinstall_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | osu_client.c | 1948 static void cmd_to_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_to_tnds() argument 1953 mo = node_from_file(ctx->xml, in_fname); in cmd_to_tnds() 1955 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_to_tnds() 1969 static void cmd_from_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_from_tnds() argument 1974 tnds = node_from_file(ctx->xml, in_fname); in cmd_from_tnds() 1976 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_from_tnds()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | osu_client.c | 1948 static void cmd_to_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_to_tnds() argument 1953 mo = node_from_file(ctx->xml, in_fname); in cmd_to_tnds() 1955 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_to_tnds() 1969 static void cmd_from_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_from_tnds() argument 1974 tnds = node_from_file(ctx->xml, in_fname); in cmd_from_tnds() 1976 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_from_tnds()
|