Searched refs:output_filename (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | noiseprof.c | 35 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 D | download.c | 47 int download_file(char *url, char const *output_filename) in download_file() argument 61 outfile = fopen(output_filename, "wb"); in download_file()
|
| H A D | download.h | 19 int download_file(char *url, const char *output_filename);
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | parse.h | 30 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 D | 0002-geninfo-Add-intermediate-JSON-format-support.patch | 235 $fd = get_output_fd($output_filename, $file);
|
| H A D | 0001-geninfo-Add-intermediate-text-format-support.patch | 451 + $fd = get_output_fd($output_filename, $file);
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mxsimage.c | 161 char *output_filename; member 2332 ctx.output_filename = params->imagefile; in mxsimage_generate()
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/ |
| H A D | 0001-Add-python3-build-support.patch | 109 - 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:
|