Home
last modified time | relevance | path

Searched refs:from (Results 1 – 8 of 8) sorted by relevance

/apps/demoSRP/
A Dsrp_verifier.txt4 # The exact values ... you have to dig this out from the source of srp.c
/apps/
A Dsmime.c177 char *passinarg = NULL, *passin = NULL, *to = NULL, *from = NULL; in smime_main() local
307 from = opt_arg(); in smime_main()
664 if (from) in smime_main()
665 BIO_printf(out, "From: %s%s", from, mime_eol); in smime_main()
A Dlist.c76 const char *from, const char *to, void *arg) in legacy_cipher_fn() argument
85 if (from == NULL) in legacy_cipher_fn()
86 from = "<undefined>"; in legacy_cipher_fn()
89 BIO_printf(arg, " %s => %s\n", from, to); in legacy_cipher_fn()
166 const char *from, const char *to, void *arg) in legacy_md_fn() argument
171 if (from == NULL) in legacy_md_fn()
172 from = "<undefined>"; in legacy_md_fn()
175 BIO_printf((BIO *)arg, " %s => %s\n", from, to); in legacy_md_fn()
A Dcms.c337 char *to = NULL, *from = NULL, *subject = NULL, *prog; in cms_main() local
612 from = opt_arg(); in cms_main()
1377 if (from != NULL && BIO_printf(out, "From: %s%s", from, mime_eol) < 0) in cms_main()
A Dopenssl-vms.cnf8 # Note that you can include other files from the main configuration
49 # referenced from the [provider_sect] below.
A Dopenssl.cnf8 # Note that you can include other files from the main configuration
49 # referenced from the [provider_sect] below.
A Dcmp.c3372 const char *from = "", *server = ""; in print_status() local
3376 from = " from "; in print_status()
3389 : "warning", "received%s%s %s", from, server, in print_status()
/apps/lib/
A Dapps.c55 static int WIN32_rename(const char *from, const char *to);
56 # define rename(from, to) WIN32_rename((from), (to)) argument
2751 static int WIN32_rename(const char *from, const char *to) in WIN32_rename() argument
2758 tfrom = (TCHAR *)from; in WIN32_rename()
2761 size_t i, flen = strlen(from) + 1, tlen = strlen(to) + 1; in WIN32_rename()
2768 if (!MultiByteToWideChar(CP_ACP, 0, from, (int)flen, (WCHAR *)tfrom, (int)flen)) in WIN32_rename()
2771 tfrom[i] = (TCHAR)from[i]; in WIN32_rename()
2796 if (tfrom != NULL && tfrom != (TCHAR *)from) in WIN32_rename()

Completed in 26 milliseconds