HomeSort by: relevance | last modified time | path
    Searched refs:tempfile (Results 1 - 25 of 117) sorted by relevancy

1 2 3 4 5

  /src/external/gpl2/texinfo/dist/util/
fixfonts 32 tempfile="${TMPDIR}/circ$$"
36 #trap 'rm -f "${tempfile}" "${tempfile2}"' 0 1 2 3 15
39 (cd "${texfontdir}"; find . -name '*circle*' -print > "${tempfile}")
42 if grep 'lcircle10\.tfm' "${tempfile}" > /dev/null 2>&1 ; then
49 grep 'circle10\.tfm' "${tempfile}" > "${tempfile2}" \
66 for f in `grep 'circle10.*pk' "${tempfile}"` ; do
76 for f in `grep 'circle10.*gf' "${tempfile}"` ; do
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
90-test_sslapi.t 12 use File::Temp qw(tempfile);
21 (undef, my $tmpfilename) = tempfile();
90-test_shlibload.t 11 use File::Temp qw(tempfile);
36 (my $fh, my $filename) = tempfile();
41 ($fh, $filename) = tempfile();
46 ($fh, $filename) = tempfile();
51 ($fh, $filename) = tempfile();
56 ($fh, $filename) = tempfile();
70-test_tlsextms.t 13 use File::Temp qw(tempfile);
99 (undef, my $session) = tempfile();
116 (undef, $session) = tempfile();
133 (undef, $session) = tempfile();
150 (undef, $session) = tempfile();
167 (undef, $session) = tempfile();
  /src/external/gpl3/gdb.old/dist/sim/common/
lineno.sh 24 Usage: $0 <script> <tempfile> [script args]
27 written to <tempfile>, and then removed when done.
  /src/external/gpl3/gdb/dist/sim/common/
lineno.sh 24 Usage: $0 <script> <tempfile> [script args]
27 written to <tempfile>, and then removed when done.
  /src/crypto/external/bsd/heimdal/dist/tests/db/
add-modify-delete.in 89 ${kadmin} get foo > tempfile || exit 1
91 ${EGREP} " *Principal: foo@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
93 ${EGREP} " *Kvno: 1$" tempfile > /dev/null || exit 1
95 ${EGREP} " *Failed login count: 0$" tempfile > /dev/null || exit 1
97 ${EGREP} " *Modifier: kadmin/admin@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
99 ${EGREP} " *Attributes: $" tempfile > /dev/null || exit 1
101 ${EGREP} " *Max renewable life: 1 week$" tempfile > /dev/null || exit 1
106 ${kadmin} get foo > tempfile || exit 1
107 ${EGREP} " *Max renewable life: 2 months$" tempfile > /dev/null || exit 1
111 ${kadmin} get host/datan.example.org > tempfile || exit
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-tempdir.cc 148 char *tempfile; local
149 FOR_EACH_VEC_ELT (m_tempfiles, i, tempfile)
151 log ("unlinking tempfile: %s", tempfile);
152 unlink (tempfile);
171 char *tempfile; local
172 FOR_EACH_VEC_ELT (m_tempfiles, i, tempfile)
173 free (tempfile);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-tempdir.cc 148 char *tempfile; local
149 FOR_EACH_VEC_ELT (m_tempfiles, i, tempfile)
151 log ("unlinking tempfile: %s", tempfile);
152 unlink (tempfile);
171 char *tempfile; local
172 FOR_EACH_VEC_ELT (m_tempfiles, i, tempfile)
173 free (tempfile);
  /src/usr.bin/rdist/
main.c 62 char tempfile[sizeof _PATH_TMP + sizeof _RDIST_TMP + 1]; variable
104 strlcpy(tempfile, _PATH_TMP, sizeof(tempfile));
105 strlcat(tempfile, _RDIST_TMP, sizeof(tempfile));
106 if ((tempname = strrchr(tempfile, '/')) != 0)
109 tempname = tempfile;
201 fd = mkstemp(tempfile);
208 unlink(tempfile);
223 unlink(tempfile);
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
90-test_sslapi.t 12 use File::Temp qw(tempfile);
30 (undef, my $tmpfilename) = tempfile();
70-test_tlsextms.t 13 use File::Temp qw(tempfile);
97 (undef, my $session) = tempfile();
114 (undef, $session) = tempfile();
131 (undef, $session) = tempfile();
148 (undef, $session) = tempfile();
165 (undef, $session) = tempfile();
  /src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp2.pl 70 my $tempfile = 't-zdisp2.tmp';
71 open KARA, ">$tempfile" or die;
94 open KARA, ">$tempfile" or die;
123 my $m4 = "m4 -DHAVE_HOST_CPU_athlon -DOPERATION_$fun $pic ../config.m4 $tempfile $file";
140 unlink($tempfile);
  /src/lib/libutil/
pidlock.c 51 char tempfile[MAXPATHLEN]; local
81 if (snprintf(tempfile, sizeof(tempfile), "%s.%d.%s", lockfile,
82 (int) getpid(), hostname) >= (int)sizeof(tempfile)) {
88 if ((f = open(tempfile, O_WRONLY|O_CREAT|O_TRUNC, 0600)) == -1)
118 while (link(tempfile, lockfile) == -1) {
160 * to our tempfile (reference count is two).
162 if (stat(tempfile, &st) == -1)
167 (void)unlink(tempfile);
176 (void)unlink(tempfile);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
70-test_tlsextms.t 13 use File::Temp qw(tempfile);
95 (undef, my $session) = tempfile();
112 (undef, $session) = tempfile();
129 (undef, $session) = tempfile();
146 (undef, $session) = tempfile();
163 (undef, $session) = tempfile();
70-test_quic_multistream.t 11 use File::Temp qw(tempfile);
70-test_sslsessiontick.t 13 use File::Temp qw(tempfile);
77 (undef, my $session) = tempfile();
91 (undef, $session) = tempfile();
113 (undef, $session) = tempfile();
  /src/usr.sbin/tpctl/
data.c 260 char *p, tempfile[MAXPATHLEN + 1]; local
267 strncpy(tempfile, filename, MAXPATHLEN);
268 tempfile[MAXPATHLEN] = '\0';
269 if ((p = strrchr(tempfile, '/')) == NULL) {
270 strcpy(tempfile, TPCTL_TMP_FILENAME);
274 p - tempfile + strlen(TPCTL_TMP_FILENAME))
276 strcat(tempfile, TPCTL_TMP_FILENAME);
278 if ((fd = open(tempfile, O_RDWR|O_CREAT|O_EXCL, 0644)) < 0) {
280 getprogname(), tempfile);
307 if (rename(tempfile, filename) < 0)
    [all...]
  /src/external/bsd/less/dist/lesstest/
pipeline.c 28 static void become_child_less(char* less, int argc, char* const* argv, char* const* envp, const char* tempfile, int less_in_pipe[2], int screen_in_pipe[2]) {
41 less_argv[less_argc++] = (argc > 1 || tempfile == NULL) ? arg : (char*) tempfile;
91 pipeline->tempfile = NULL;
105 pipeline->tempfile = textbase;
135 become_child_less(less, argc, argv, envp, pipeline->tempfile, pipeline->less_in_pipe, pipeline->screen_in_pipe);
164 if (pipeline->tempfile != NULL)
165 unlink(pipeline->tempfile);
  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob_spec.py 24 import tempfile
52 temp = tempfile.NamedTemporaryFile(delete = False)
git-fix-changelog.py 28 import tempfile
83 with tempfile.NamedTemporaryFile('w', encoding='utf8',
  /src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob_spec.py 22 import tempfile
50 temp = tempfile.NamedTemporaryFile(delete = False)
git-fix-changelog.py 28 import tempfile
83 with tempfile.NamedTemporaryFile('w', encoding='utf8',
  /src/bin/pax/
pax.c 113 char *tempfile; /* tempfile to use for mkstemp(3) */ variable
114 char *tempbase; /* basename of tempfile to use for mkstemp(3) */
290 tempfile = malloc(tdlen + 1 + sizeof(_TFILE_BASE));
291 if (tempfile == NULL) {
296 memcpy(tempfile, tmpdir, tdlen);
297 tempbase = tempfile + tdlen;
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
collect_data_flow.py 26 import tempfile
57 tmpdir = tempfile.mkdtemp(prefix="libfuzzer-tmp-")

Completed in 45 milliseconds

1 2 3 4 5