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

/freebsd-10-stable/contrib/ntp/scripts/
H A Dplot_summary.in105 my $out_file = "/tmp/tempdata$$";
112 open OUTPUT, ">$out_file" or die "$out_file: $!";
150 close OUTPUT or die "close failed on $out_file: $!";
179 print "plot $ylimit \"$out_file\"" .
181 print "\"$out_file\" using 1:(\$3-\$6/2) " .
183 print "\"$out_file\" using 1:3 smooth bezier " .
185 print "\"$out_file\" using 1:(\$3+\$6/2) " .
191 print "plot \"$out_file\" using 1:7:8:9 title \"mean frequency\", ";
192 print "\"$out_file\" usin
[all...]
H A Dsummary.in123 my ($directory, $fname, $out_file) = @_;
126 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
192 my ($directory, $fname, $out_file) = @_;
195 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
284 my ($directory, $fname, $out_file) = @_;
287 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
/freebsd-10-stable/bin/sh/tests/
H A Dfunctional_test.sh39 local out_file="${SRCDIR}/${tc}.stdout"
40 [ -f "${out_file}" ] && out_flag="-o file:${out_file}"
/freebsd-10-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c61 static FILE *out_file = NULL; variable
75 if (out_file) {
76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
221 if (out_file) {
222 vfprintf(out_file, fmt, ap);
223 fprintf(out_file, "\n");
348 if (out_file) {
349 fprintf(out_file, "%s - hexdump(len=%lu):",
352 fprintf(out_file, " [NULL]");
355 fprintf(out_file, "
[all...]
/freebsd-10-stable/usr.bin/colldef/
H A Dparse.y68 const char *out_file = "LC_COLLATE";
130 if ((fp = fopen(out_file, "w")) == NULL)
132 out_file);
138 out_file);
143 out_file);
148 out_file);
159 out_file);
171 out_file);
174 out_file);
320 out_file
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp307 FILE *out_file = GetOutputFile(); local
363 //::fprintf (out_file, "\033[1A\033[%uD\033[2K", (uint32_t)(m_lines_prompt.size() + lines[line_idx].size())); // Make cursor go up a line and clear that line
364 ::fprintf (out_file, "\033[1A\033[1000D\033[2K");
374 //::fprintf (out_file, "\033[1B\033[%uD\033[2K", (uint32_t)(m_lines_prompt.size() + lines[line_idx].size()));
375 ::fprintf (out_file, "\033[1B\033[1000D\033[2K");
416 FILE *out_file = GetOutputFile(); local
443 ::fprintf (out_file, "\nAvailable completions:");
449 ::fprintf (out_file, "\n\t%s", completion_str);
451 ::fprintf (out_file, "\n");
466 ::fprintf (out_file, "\
674 FILE *out_file = GetOutputFile(); local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Ddeprecated.c244 apr_file_t *out_file,
255 if (out_file)
256 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool);
266 apr_file_t *out_file,
270 return svn_ra_svn_create_conn3(sock, in_file, out_file,
278 apr_file_t *out_file,
281 return svn_ra_svn_create_conn3(sock, in_file, out_file,
242 svn_ra_svn_create_conn3(apr_socket_t *sock, apr_file_t *in_file, apr_file_t *out_file, int compression_level, apr_size_t zero_copy_limit, apr_size_t error_check_interval, apr_pool_t *pool) argument
264 svn_ra_svn_create_conn2(apr_socket_t *sock, apr_file_t *in_file, apr_file_t *out_file, int compression_level, apr_pool_t *pool) argument
276 svn_ra_svn_create_conn(apr_socket_t *sock, apr_file_t *in_file, apr_file_t *out_file, apr_pool_t *pool) argument
H A Dclient.c462 apr_file_t *in_file, *out_file;
467 || apr_file_open_stdout(&out_file, pool))
471 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool);
461 apr_file_t *in_file, *out_file; local
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_ra_svn.h212 apr_file_t *out_file,
229 apr_file_t *out_file,
243 apr_file_t *out_file,
/freebsd-10-stable/sbin/ffsinfo/
H A Dffsinfo.c137 char *out_file; local
144 out_file = strdup("-");
170 free(out_file);
171 out_file = strdup(optarg);
172 if (out_file == NULL)
224 DBG_OPEN(out_file); /* already here we need a superblock */
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c515 static int out_file; /* Print filenames. */ variable
590 if (out_file)
1016 if (out_file)
1092 out_file += !no_filenames;
1103 out_file -= !no_filenames;
1828 out_file = 1;
/freebsd-10-stable/crypto/openssh/
H A Dssh-keygen.c2260 char out_file[PATH_MAX], *checkpoint = NULL; local
2465 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2466 sizeof(out_file))
2471 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2472 sizeof(out_file))
2575 FILE *out = fopen(out_file, "w");
2579 out_file, strerror(errno));
2592 FILE *out = fopen(out_file, "
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c466 apr_file_t *out_file, *err_file;
469 if ((apr_err = apr_file_open_stdout(&out_file, pool)))
473 return apr_file_dup2(out_file, err_file, pool);
465 apr_file_t *out_file, *err_file; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp625 FILE *out_file = output_file_sp->GetFile().GetStream(); local
634 out_file,
666 ::fflush (out_file);
667 if (out_file != err_file)
/freebsd-10-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile89 out_file= ${srcdir}/config/${GCC_CPU}/${GCC_CPU}.c macro
127 $(srcdir)/targhooks.c $(srcdir)/cgraphunit.c $(out_file) \
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp751 File &out_file = m_output_file_sp->GetFile(); local
752 if (out_file.IsValid() == false)
753 out_file.SetStream (stdout, false);
/freebsd-10-stable/contrib/gcc/
H A Dconfigure312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical build_libsubdir build_subdir host_subdir target_subdir GENINSRC CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT NO_MINUS_C_MINUS_O OUTPUT_OPTION CPP EGREP strict1_warn cxx_compat_warn warn_cflags WERROR nocommon_flag TREEBROWSER valgrind_path valgrind_path_defines valgrind_command coverage_flags enable_multilib enable_decimal_float enable_shared TARGET_SYSTEM_ROOT TARGET_SYSTEM_ROOT_DEFINE CROSS_SYSTEM_HEADER_DIR onestep datarootdir docdir htmldir SET_MAKE AWK LN_S LN RANLIB ac_ct_RANLIB ranlib_flags INSTALL INSTALL_PROGRAM INSTALL_DATA make_compare_target have_mktemp_command MAKEINFO BUILD_INFO GENERATED_MANPAGES FLEX BISON NM AR stage1_cflags COLLECT2_LIBS GNAT_LIBEXC LDEXP_LIB TARGET_GETGROUPS_T LIBICONV LTLIBICONV LIBICONV_DEP manext objext gthread_flags extra_modes_file extra_opt_files USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT host_cc_for_libada CROSS ALL SYSTEM_HEADER_DIR inhibit_libc CC_FOR_BUILD BUILD_CFLAGS STMP_FIXINC STMP_FIXPROTO collect2 gcc_cv_as ORIGINAL_AS_FOR_TARGET gcc_cv_ld ORIGINAL_LD_FOR_TARGET gcc_cv_nm ORIGINAL_NM_FOR_TARGET gcc_cv_objdump libgcc_visibility GGC zlibdir zlibinc MAINT gcc_tooldir dollar slibdir objdir subdirs srcdir all_boot_languages all_compilers all_gtfiles all_gtfiles_files_langs all_gtfiles_files_files all_lang_makefrags all_lang_makefiles all_languages all_selected_languages all_stagestuff build_exeext build_install_headers_dir build_xm_file_list build_xm_include_list build_xm_defines check_languages cc_set_by_configure quoted_cc_set_by_configure cpp_install_dir xmake_file tmake_file extra_gcc_objs extra_headers_list extra_objs extra_parts extra_passes extra_programs float_h_file gcc_config_arguments gcc_gxx_include_dir host_exeext host_xm_file_list host_xm_include_list host_xm_defines out_host_hook_obj install lang_opt_files lang_specs_files lang_tree_files local_prefix md_file objc_boehm_gc out_file out_object_file stage_prefix_set_by_configure quoted_stage_prefix_set_by_configure thread_file tm_file_list tm_include_list tm_defines tm_p_file_list tm_p_include_list xm_file_list xm_include_list xm_defines c_target_objs cxx_target_objs target_cpu_default GMPLIBS GMPINC LIBOBJS LTLIBOBJS'
12210 if test x$out_file = x
12211 then out_file=$cpu_type/$cpu_type.c; fi
12222 echo "Using \`$srcdir/config/$out_file' for machine-specific logic."
13067 out_object_file=`basename $out_file .c`.o
16319 echo "dir ${srcdir}/config/"`dirname ${out_file}` >> .gdbinit
17303 s,@out_file@,$out_file,;t t

Completed in 412 milliseconds