Searched refs:FILE_NAME (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dcheck_performance45 FILE_NAME="`basename $NAME`"
46 FILE_NAME="`echo $FILE_NAME | sed 's/.cc//g'`"
57 EXE_NAME="`echo $FILE_NAME-$CYCLE.exe`"
71 EXE_NAME="`echo $FILE_NAME-$CYCLE.exe`"
83 EXE_NAME="`echo $FILE_NAME.exe`"
86 ./$EXE_NAME >& tmp.$FILE_NAME
91 if [ -s tmp.$FILE_NAME ]; then
92 mv tmp.$FILE_NAME $FILE_NAME
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dcheck_performance45 FILE_NAME="`basename $NAME`"
46 FILE_NAME="`echo $FILE_NAME | sed 's/.cc//g'`"
57 EXE_NAME="`echo $FILE_NAME-$CYCLE.exe`"
71 EXE_NAME="`echo $FILE_NAME-$CYCLE.exe`"
83 EXE_NAME="`echo $FILE_NAME.exe`"
86 ./$EXE_NAME >& tmp.$FILE_NAME
91 if [ -s tmp.$FILE_NAME ]; then
92 mv tmp.$FILE_NAME $FILE_NAME
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtoutimpl.c26 #define FILE_NAME "toutimpl_out.txt" macro
86 if (freopen (FILE_NAME, "w", stdout) == NULL)
121 f = fopen (FILE_NAME, "r");
143 remove (FILE_NAME);
/netbsd-current/tests/lib/libc/sys/
H A Dt_syscall.c56 #define FILE_NAME "dummy" macro
71 fd = open(FILE_NAME, O_RDWR|O_CREAT|O_TRUNC, 0666);
96 fd = open(FILE_NAME, O_RDWR|O_CREAT|O_TRUNC, 0666);
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlog.c255 #define FILE_NAME(channel) (channel->destination.file.name) macro
535 DE_CONST(FILE_NAME(channel), filename);
752 FILE_NAME(channel) =
761 FILE_NAME(channel) = NULL;
1165 basenam = strrchr(FILE_NAME(channel), sep);
1167 basename2 = strrchr(FILE_NAME(channel), '\\');
1176 dirname = FILE_NAME(channel);
1178 DE_CONST(FILE_NAME(channel), basenam);
1189 if (basenam != FILE_NAME(channel))
1232 path = FILE_NAME(channe
[all...]
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DFileUtils.pm62 # $FILE_NAME
63 # open_quote ($FILE_NAME)
95 # $FILE_NAME
96 # find_file ($FILE_NAME, @INCLUDE)
356 # contents ($FILE_NAME)
370 =item C<dir_has_case_matching_file ($DIRNAME, $FILE_NAME)>
372 Return true iff $DIR contains a file name that matches $FILE_NAME case
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c237 #define FILE_NAME(channel) (channel->destination.file.name) macro
466 DE_CONST(FILE_NAME(channel), filename);
689 FILE_NAME(channel) = isc_mem_strdup(mctx,
699 FILE_NAME(channel) = NULL;
1418 path = FILE_NAME(channel);
1457 FILE_NAME(channel),
1794 (stat(FILE_NAME(channel), &statbuf) != 0 &&
1818 FILE_NAME(channel),
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dlog.c240 #define FILE_NAME(channel) (channel->destination.file.name) macro
469 DE_CONST(FILE_NAME(channel), filename);
692 FILE_NAME(channel) = isc_mem_strdup(mctx,
702 FILE_NAME(channel) = NULL;
1419 path = FILE_NAME(channel);
1458 FILE_NAME(channel),
1802 (stat(FILE_NAME(channel), &statbuf) != 0 &&
1826 FILE_NAME(channel),
/netbsd-current/external/bsd/file/dist/src/
H A Dapprentice.c289 { XX("name"), FILE_NAME, FILE_FMT_NONE },
313 { XX("name"), FILE_NAME, FILE_FMT_STR },
1032 case FILE_NAME:
1296 size_t i = me->mp->type == FILE_NAME ? 1 : 0;
1708 case FILE_NAME:
2302 if (m->type == FILE_NAME && cont_level != 0) {
2458 if (m->type == FILE_NAME) {
2861 case FILE_NAME:
3726 if (ma[i].type != FILE_NAME)
H A Dfile.h277 #define FILE_NAME 45 macro
302 (t) == FILE_NAME || \
H A Dprint.c231 case FILE_NAME:
H A Dsoftmagic.c244 if (m->type != FILE_NAME)
801 case FILE_NAME:
1304 case FILE_NAME:
1973 case FILE_NAME:
2363 case FILE_NAME:
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c256 FILE_NAME, enumerator in enum:xmlstatus
2077 xar->xmlsts = FILE_NAME;
2207 case FILE_NAME:
2428 case FILE_NAME:
2708 case FILE_NAME:
/netbsd-current/external/gpl3/autoconf/dist/
H A Dmaint.mk907 # Perl block to convert a match to FILE_NAME:LINENO:TEST,

Completed in 368 milliseconds