Home
last modified time | relevance | path

Searched refs:in_fname (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c370 ATTRIBUTE_WARN_UNUSED_RET static int store_sig(const char *in_fname, const char *out_fname, in store_sig() argument
381 MUST_HAVE((in_fname != NULL), ret, err); in store_sig()
393 in_file = fopen(in_fname, "rb"); in store_sig()
396 printf("Error: file %s cannot be opened\n", in_fname); in store_sig()
430 in_fname); in store_sig()
472 ATTRIBUTE_WARN_UNUSED_RET static int get_file_size(const char *in_fname, size_t *outsz) in get_file_size() argument
479 MUST_HAVE(in_fname != NULL, ret, err); in get_file_size()
483 in_file = fopen(in_fname, "rb"); in get_file_size()
486 printf("Error: file %s cannot be opened\n", in_fname); in get_file_size()
492 printf("Error: file %s cannot be seeked\n", in_fname); in get_file_size()
[all …]
/freebsd/usr.sbin/config/
H A Dlang.l47 const char *in_fname; /* previous file name */ member
304 in->in_fname = yyfile;
330 yyfile = in->in_fname;
/freebsd/crypto/openssl/apps/
H A Dfipsinstall.c300 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()
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c1949 static void cmd_to_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_to_tnds() argument
1954 mo = node_from_file(ctx->xml, in_fname); in cmd_to_tnds()
1956 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_to_tnds()
1970 static void cmd_from_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_from_tnds() argument
1975 tnds = node_from_file(ctx->xml, in_fname); in cmd_from_tnds()
1977 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_from_tnds()