Searched refs:out_file (Results 1 - 16 of 16) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dwpa_debug.c21 static FILE *out_file = NULL; variable
68 if (out_file) {
69 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
96 if (out_file) {
97 vfprintf(out_file, fmt, ap);
98 fprintf(out_file, "\n");
119 if (out_file) {
120 fprintf(out_file, "%s - hexdump(len=%lu):",
123 fprintf(out_file, " [NULL]");
126 fprintf(out_file, "
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c56 static FILE *out_file = NULL; variable
69 if (out_file) {
70 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
139 if (out_file) {
140 vfprintf(out_file, fmt, ap);
141 fprintf(out_file, "\n");
197 if (out_file) {
198 fprintf(out_file, "%s - hexdump(len=%lu):",
201 fprintf(out_file, " [NULL]");
204 fprintf(out_file, "
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c56 static FILE *out_file = NULL; variable
69 if (out_file) {
70 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
139 if (out_file) {
140 vfprintf(out_file, fmt, ap);
141 fprintf(out_file, "\n");
197 if (out_file) {
198 fprintf(out_file, "%s - hexdump(len=%lu):",
201 fprintf(out_file, " [NULL]");
204 fprintf(out_file, "
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c56 static FILE *out_file = NULL; variable
69 if (out_file) {
70 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
139 if (out_file) {
140 vfprintf(out_file, fmt, ap);
141 fprintf(out_file, "\n");
197 if (out_file) {
198 fprintf(out_file, "%s - hexdump(len=%lu):",
201 fprintf(out_file, " [NULL]");
204 fprintf(out_file, "
[all...]
/external/e2fsprogs/debugfs/
H A Dlogdump.c79 FILE *out_file; local
170 out_file = stdout;
173 out_file = fopen(out_fn, "w");
174 if (!out_file) {
247 fprintf(out_file, "Using external journal found at %s\n",
254 dump_journal(argv[0], out_file, &journal_source);
262 if (out_file && (out_file != stdout))
263 fclose(out_file);
331 static void dump_journal(char *cmdname, FILE *out_file, argument
462 dump_descriptor_block(FILE *out_file, struct journal_source *source, char *buf, journal_superblock_t *jsb, unsigned int *blockp, int blocksize, tid_t transaction) argument
520 dump_revoke_block(FILE *out_file, char *buf, journal_superblock_t *jsb EXT2FS_ATTR((unused)), unsigned int blocknr, int blocksize EXT2FS_ATTR((unused)), tid_t transaction) argument
554 show_extent(FILE *out_file, int start_extent, int end_extent, __u32 first_block) argument
562 show_indirect(FILE *out_file, const char *name, __u32 where) argument
569 dump_metadata_block(FILE *out_file, struct journal_source *source, journal_superblock_t *jsb EXT2FS_ATTR((unused)), unsigned int log_blocknr, unsigned int fs_blocknr, unsigned int log_tag_flags, int blocksize, tid_t transaction) argument
673 do_hexdump(FILE *out_file, char *buf, int blocksize) argument
[all...]
/external/libvpx/build/make/
H A Dversion.sh23 out_file=${2}
71 if [ -n "$out_file" ]; then
72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file}
/external/webp/examples/
H A Ddwebp.c38 const char *out_file = NULL; local
50 out_file = argv[++c];
101 if (out_file) {
102 FILE* const fout = fopen(out_file, "wb");
129 printf("Saved file %s\n", out_file);
131 printf("Error writing file %s !!\n", out_file);
134 printf("Error opening output file %s\n", out_file);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.cc83 const std::string& out_file);
121 const std::string& out_file)
136 talk_base::Pathname(out_file), "wb"));
210 const std::string& out_file)
211 : rtp_sender_receiver_(new RtpSenderReceiver(this, in_file, out_file)) {
233 const std::string& out_file)
234 : rtp_sender_receiver_(new RtpSenderReceiver(this, in_file, out_file)) {
119 RtpSenderReceiver(MediaChannel* channel, const std::string& in_file, const std::string& out_file) argument
209 FileVoiceChannel(const std::string& in_file, const std::string& out_file) argument
232 FileVideoChannel(const std::string& in_file, const std::string& out_file) argument
H A Dfilemediaengine.h127 FileVoiceChannel(const std::string& in_file, const std::string& out_file);
162 FileVideoChannel(const std::string& in_file, const std::string& out_file);
/external/chromium/build/util/
H A Dlastchange.py261 out_file = opts.output
263 while len(args) and out_file is None:
264 if out_file is None:
265 out_file = args.pop(0)
277 if out_file:
278 WriteIfChanged(out_file, contents)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Dupdate_webgl_conformance_tests.py87 with open(out_filename, 'w') as out_file:
88 out_file.write(translate_khronos_test(in_file.read()))
/external/oprofile/pp/
H A Dopannotate.cpp639 string const out_file = op_realpath(output_dir + source); local
651 if (out_file.find("/../") != string::npos) {
654 << out_file << endl;
657 } else if (!is_prefix(out_file, output_dir)) {
659 cerr << "refusing to create file " << out_file
666 if (is_files_identical(out_file, source)) {
668 << out_file << endl;
672 if (create_path(out_file.c_str())) {
674 << '"' << op_dirname(out_file) << '"' << endl;
678 ofstream out(out_file
[all...]
/external/valgrind/main/callgrind/
H A Ddump.c39 static Char* out_file = 0; variable
68 return out_file;
1297 i = VG_(sprintf)(filename, "%s", out_file);
1308 VG_(sprintf)(filename, "%s", out_file);
1667 * Set up file names for dump output: <out_directory>, <out_file>.
1668 * <out_file> is derived from the output format string, which defaults
1673 * <out_file> always starts with a full absolute path.
1689 CLG_ASSERT(out_file != 0);
1698 if (out_file) {
1699 VG_(free)(out_file);
[all...]
H A Dcommand.c49 static Char* out_file = 0; variable
67 out_file = CLG_(get_out_file)();
107 CLG_DEBUG(1, " output file: '%s'\n", out_file);
140 WRITE_STR3(fd, "dumps: ", out_file, "\n");
210 WRITE_STR3(fd, "base: ", out_file, "\n");
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc410 FILE* out_file = NULL; local
447 out_file = fopen(out_filename, "wb");
448 ASSERT_TRUE(NULL != out_file) << "Unable to open output audio file "
666 out_file));
865 out_file));
/external/openssh/
H A Dssh-keygen.c1919 char out_file[MAXPATHLEN], *rr_hostname = NULL; local
2096 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2097 sizeof(out_file))
2102 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2103 sizeof(out_file))
2196 FILE *out = fopen(out_file, "w");
2200 out_file, strerror(errno));
2213 FILE *out = fopen(out_file, "
[all...]

Completed in 424 milliseconds