OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEMP_FILE
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/binutils/dist/libiberty/
choose-temp.c
40
#define
TEMP_FILE
"ccXXXXXX"
41
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
69
strcpy (temp_filename + len,
TEMP_FILE
);
make-temp-file.c
64
#define
TEMP_FILE
"XXXXXX"
65
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
222
strcpy (temp_filename + base_len + prefix_len,
TEMP_FILE
);
/src/external/gpl3/binutils.old/dist/libiberty/
choose-temp.c
40
#define
TEMP_FILE
"ccXXXXXX"
41
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
69
strcpy (temp_filename + len,
TEMP_FILE
);
make-temp-file.c
64
#define
TEMP_FILE
"XXXXXX"
65
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
222
strcpy (temp_filename + base_len + prefix_len,
TEMP_FILE
);
/src/external/gpl3/gcc.old/dist/libiberty/
choose-temp.c
40
#define
TEMP_FILE
"ccXXXXXX"
41
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
69
strcpy (temp_filename + len,
TEMP_FILE
);
make-temp-file.c
63
#define
TEMP_FILE
"XXXXXX"
64
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
218
strcpy (temp_filename + base_len + prefix_len,
TEMP_FILE
);
/src/external/gpl3/gcc/dist/libiberty/
choose-temp.c
40
#define
TEMP_FILE
"ccXXXXXX"
41
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
69
strcpy (temp_filename + len,
TEMP_FILE
);
make-temp-file.c
64
#define
TEMP_FILE
"XXXXXX"
65
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
219
strcpy (temp_filename + base_len + prefix_len,
TEMP_FILE
);
/src/external/gpl3/gdb/dist/libiberty/
choose-temp.c
40
#define
TEMP_FILE
"ccXXXXXX"
41
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
69
strcpy (temp_filename + len,
TEMP_FILE
);
make-temp-file.c
64
#define
TEMP_FILE
"XXXXXX"
65
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
219
strcpy (temp_filename + base_len + prefix_len,
TEMP_FILE
);
/src/external/gpl3/gdb.old/dist/libiberty/
choose-temp.c
40
#define
TEMP_FILE
"ccXXXXXX"
41
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
69
strcpy (temp_filename + len,
TEMP_FILE
);
make-temp-file.c
64
#define
TEMP_FILE
"XXXXXX"
65
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
219
strcpy (temp_filename + base_len + prefix_len,
TEMP_FILE
);
/src/tests/bin/sh/
t_here.sh
44
TEMP_FILE
=$( mktemp OUT.XXXXXX )
51
result="$( ${TEST_SH} -c "${CMD}" 2>"${
TEMP_FILE
}" )"
65
if [ -s "${
TEMP_FILE
}" ]; then
68
cat "${
TEMP_FILE
}" >&2
72
if ! [ -s "${
TEMP_FILE
}" ]; then
78
rm -f "${
TEMP_FILE
}"
t_patterns.sh
67
# Note
TEMP_FILE
must not be in the current directory (or nearby).
68
TEMP_FILE
=$( mktemp /tmp/OUT.XXXXXX )
76
result="$( ${TEST_SH} -c "${CMD}" 2>"${
TEMP_FILE
}" )"
92
if [ -s "${
TEMP_FILE
}" ]; then
95
MSG="${MSG}${nl}$( cat "${
TEMP_FILE
}" )"
99
if ! [ -s "${
TEMP_FILE
}" ]; then
106
rm -f "${
TEMP_FILE
}"
t_builtins.sh
123
TEMP_FILE
=$( mktemp OUT.XXXXXX )
132
result="$( ${TEST_SH} -c "${CMD}" 2>"${
TEMP_FILE
}" && printf X )"
150
if [ -s "${
TEMP_FILE
}" ]; then
153
MSG="${MSG}${nl}$( cat "${
TEMP_FILE
}" )"
157
if ! [ -s "${
TEMP_FILE
}" ]; then
164
rm -f "${
TEMP_FILE
}"
t_expand.sh
585
TEMP_FILE
=$( mktemp OUT.XXXXXX )
593
result="$( ${TEST_SH} -c "${CMD}" 2>"${
TEMP_FILE
}" )"
609
if [ -s "${
TEMP_FILE
}" ]; then
612
MSG="${MSG}${nl}$( cat "${
TEMP_FILE
}" )"
616
if ! [ -s "${
TEMP_FILE
}" ]; then
623
rm -f "${
TEMP_FILE
}"
/src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-ar.c
47
#define
TEMP_FILE
"arXXXXXX"
48
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
128
char temp_filename[] =
TEMP_FILE
SUFFIX;
307
strcpy (temp_filename,
TEMP_FILE
SUFFIX);
/src/external/gpl3/gcc/dist/gcc/config/vms/
vms-ar.c
47
#define
TEMP_FILE
"arXXXXXX"
48
#define TEMP_FILE_LEN (sizeof(
TEMP_FILE
) - 1)
128
char temp_filename[] =
TEMP_FILE
SUFFIX;
307
strcpy (temp_filename,
TEMP_FILE
SUFFIX);
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026