Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnoiseprof.c35 char* output_filename; member
51 data->output_filename = argv[0]; in sox_noiseprof_getopts()
70 if (!data->output_filename || !strcmp(data->output_filename, "-")) { in sox_noiseprof_start()
78 else if ((data->output_file = fopen(data->output_filename, "wb")) == NULL) { in sox_noiseprof_start()
79 lsx_fail("Couldn't open profile file %s: %s", data->output_filename, strerror(errno)); in sox_noiseprof_start()
/OK3568_Linux_fs/external/recovery/update_engine/
H A Ddownload.c47 int download_file(char *url, char const *output_filename) in download_file() argument
61 outfile = fopen(output_filename, "wb"); in download_file()
H A Ddownload.h19 int download_file(char *url, const char *output_filename);
/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A Dparse.h30 char *output_filename; /* logfile name, must be freed at the end member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0002-geninfo-Add-intermediate-JSON-format-support.patch235 $fd = get_output_fd($output_filename, $file);
H A D0001-geninfo-Add-intermediate-text-format-support.patch451 + $fd = get_output_fd($output_filename, $file);
/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.c161 char *output_filename; member
2332 ctx.output_filename = params->imagefile; in mxsimage_generate()
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0001-Add-python3-build-support.patch109 - with open(parsed_args.output_filename, 'w') as output_file:
110 + with open(parsed_args.output_filename, 'wb') as output_file:
1680 - with open(parsed_args.output_filename, 'w') as output_file:
1681 + with open(parsed_args.output_filename, 'wb') as output_file: