1 /* 2 * Copyright (C) 2018-2022 Intel Corporation. 3 * SPDX-License-Identifier: BSD-3-Clause 4 */ 5 6 int execv_out2file(char * const argv[], const char *outfile); 7 int exec_out2file(const char *outfile, const char *fmt, ...); 8 ssize_t exec_out2mem(char **outmem, const char *fmt, ...); 9