Searched refs:dump_path (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/ |
| H A D | kexfuzz.c | 43 const char *dump_path; member 76 } else if (ctx->dump_path != NULL) { in packet_hook() 77 if ((dumpfile = fopen(ctx->dump_path, "w+")) == NULL) in packet_hook() 78 err(1, "fopen %s", ctx->dump_path); in packet_hook() 81 err(1, "fwrite type %s", ctx->dump_path); in packet_hook() 85 err(1, "fwrite body %s", ctx->dump_path); in packet_hook() 201 const char *dump_path, struct sshbuf *replace_data) in do_kex_with_key() argument 234 hook_ctx.dump_path = dump_path; in do_kex_with_key()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/ |
| H A D | zdb.c | 2599 dump_path(char *ds, char *path) in dump_path() function 5494 return (dump_path(argv[0], argv[1])); in main()
|