HomeSort by: relevance | last modified time | path
    Searched refs:tmp_file (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/patch/
backupfile.c 64 char *dir, *base_versions, *tmp_file; local
69 tmp_file = strdup(file);
70 if (tmp_file == NULL)
72 base_versions = concat(basename(tmp_file), ".~");
73 free(tmp_file);
76 tmp_file = strdup(file);
77 if (tmp_file == NULL) {
81 dir = dirname(tmp_file);
84 free(tmp_file);
89 free(tmp_file);
    [all...]
  /src/external/lgpl3/mpc/dist/tests/
tio_str.c 118 char tmp_file[] = "mpc_test"; local
122 if (!(fp = fopen (tmp_file, "w")))
124 printf ("Error: Could not open file %s in write mode\n", tmp_file);
131 if (!(fp = fopen (tmp_file, "r")))
133 printf ("Error: Could not open file %s in read mode\n", tmp_file);
139 "in file %s\n", tmp_file);
162 char tmp_file[] = "mpc_test"; local
168 if (freopen (tmp_file, "w", stdout) == NULL)
181 if (freopen (tmp_file, "r", stdin) == NULL)
189 "in file %s\n", tmp_file);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
80-test_ssl_new.t 124 my $tmp_file = "${conf}.$$.tmp";
134 stdout => $tmp_file)),
142 $run_test = is(cmp_text($tmp_file, $conf_file), 0,
150 ok(run(test(["ssl_test", $tmp_file])), "running ssl_test $conf");
153 unlink glob $tmp_file;
  /src/external/gpl2/lvm2/dist/lib/filters/
filter-persistent.c 183 char *tmp_file; local
236 tmp_file = alloca(strlen(pf->file) + 5);
237 sprintf(tmp_file, "%s.tmp", pf->file);
239 if (!(fp = fopen(tmp_file, "w"))) {
242 log_sys_error("fopen", tmp_file);
254 if (lvm_fclose(fp, tmp_file))
257 if (rename(tmp_file, pf->file))
258 log_error("%s: rename to %s failed: %s", tmp_file, pf->file,
  /src/external/gpl2/groff/dist/contrib/gdiffmk/tests/
runtests.in 11 rm -fv test_result* tmp_file*
20 clean Remove the test_result? and tmp_file? files.
  /src/external/bsd/kyua-testers/dist/
atf_main.c 120 FILE* tmp_file = fopen(path, mode);
121 if (tmp_file == NULL) {
126 *file = tmp_file;
  /src/external/bsd/byacc/dist/test/
grammar.y 323 FILE *tmp_file; /* temporary file */
730 fputs(cur_text(), cur_file->tmp_file);
739 fputs(" =", cur_file->tmp_file);
  /src/external/gpl3/binutils/dist/gprofng/src/
Print.h 114 char *tmp_file; member in class:er_print_common_display
Print.cc 62 tmp_file = dbeSession->get_tmp_file_name (NTXT ("print"), false);
63 dbeSession->tmp_files->append (xstrdup (tmp_file));
64 out_file = fopen (tmp_file, NTXT ("w"));
89 pr_params.ncopies, tmp_file);
92 pr_params.name, pr_params.ncopies, tmp_file);
95 unlink (tmp_file);
111 fclose (out_file); // close tmp_file
115 int st = stat (tmp_file, &sbuf);
123 tmp_file);
127 FILE *f = fopen (tmp_file, "r")
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Print.h 114 char *tmp_file; member in class:er_print_common_display
Print.cc 62 tmp_file = dbeSession->get_tmp_file_name (NTXT ("print"), false);
63 dbeSession->tmp_files->append (xstrdup (tmp_file));
64 out_file = fopen (tmp_file, NTXT ("w"));
89 pr_params.ncopies, tmp_file);
92 pr_params.name, pr_params.ncopies, tmp_file);
95 unlink (tmp_file);
111 fclose (out_file); // close tmp_file
115 int st = stat (tmp_file, &sbuf);
123 tmp_file);
127 FILE *f = fopen (tmp_file, "r")
    [all...]
  /src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c 353 FILE *tmp_file; /* temporary file */ member in struct:__anon6508
1726 fputs(cur_text(), cur_file->tmp_file);
1738 fputs(" =", cur_file->tmp_file);
  /src/external/lgpl3/gmp/dist/tune/
many.pl 1018 my $tmp_file = "tmp-$objbase.c";
  /src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c 373 FILE *tmp_file; /* temporary file */ member in struct:__anon6459
2452 fputs(cur_text(), cur_file->tmp_file);
2464 fputs(" =", cur_file->tmp_file);
  /src/external/lgpl3/gmp/dist/
configure 25252 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
25253 if test -f $tmp_file; then
25255 # If the host uses a non-standard ABI, check if tmp_file supports it
25258 abi=`sed -n 's/^[ ]*ABI_SUPPORT(\(.*\))/\1/p' $tmp_file `
25343 if grep "^PROLOGUE(mpn_preinv_$tmp_fn)" $tmp_file >/dev/null; then
25350 if grep "^PROLOGUE(mpn_${tmp_fbase}_cps)" $tmp_file >/dev/null; then
25448 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
25449 if test -f $tmp_file; then
25473 nails=`sed -n 's/^[ ]*NAILS_SUPPORT(\(.*\))/\1/p' $tmp_file `
25497 # If the host uses a non-standard ABI, check if tmp_file supports i
    [all...]

Completed in 58 milliseconds