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

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
check_performance 45 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.xm
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
check_performance 45 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.xm
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
toutimpl.c 26 #define FILE_NAME "toutimpl_out.txt"
86 if (freopen (FILE_NAME, "w", stdout) == NULL)
121 f = fopen (FILE_NAME, "r");
143 remove (FILE_NAME);
  /src/tests/lib/libc/sys/
t_syscall.c 56 #define FILE_NAME "dummy"
71 fd = open(FILE_NAME, O_RDWR|O_CREAT|O_TRUNC, 0666);
96 fd = open(FILE_NAME, O_RDWR|O_CREAT|O_TRUNC, 0666);
  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 255 #define FILE_NAME(channel) (channel->destination.file.name)
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(channel)
    [all...]
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
FileUtils.pm 56 =item C<open_quote ($file_name)>
58 Quote C<$file_name> for open.
62 # $FILE_NAME
63 # open_quote ($FILE_NAME)
82 =item C<find_file ($file_name, @include)>
84 Return the first path for a C<$file_name> in the C<include>s.
95 # $FILE_NAME
96 # find_file ($FILE_NAME, @INCLUDE)
102 my ($file_name, @include) = @_;
106 if $file_name =~ s/\?$//
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
log.c 233 #define FILE_NAME(channel) (channel->destination.file.name)
443 filename = UNCONST(FILE_NAME(channel));
665 FILE_NAME(channel) = isc_mem_strdup(mctx,
675 FILE_NAME(channel) = NULL;
1384 path = FILE_NAME(channel);
1423 FILE_NAME(channel),
1770 (stat(FILE_NAME(channel), &statbuf) != 0 &&
1794 FILE_NAME(channel),
  /src/external/mpl/dhcp/bind/dist/lib/isc/
log.c 237 #define FILE_NAME(channel) (channel->destination.file.name)
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),
  /src/external/bsd/file/dist/src/
apprentice.c 289 { 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)
file.h 277 #define FILE_NAME 45
302 (t) == FILE_NAME || \
print.c 231 case FILE_NAME:
softmagic.c 244 if (m->type != FILE_NAME)
801 case FILE_NAME:
1304 case FILE_NAME:
1973 case FILE_NAME:
2363 case FILE_NAME:
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_xar.c 261 FILE_NAME,
2078 xar->xmlsts = FILE_NAME;
2208 case FILE_NAME:
2429 case FILE_NAME:
2709 case FILE_NAME:
  /src/external/gpl3/autoconf/dist/
maint.mk 542 re='CAN_(EXISTING|ALL_BUT_LAST|MISSING)|canonicalize_(mode_t|filename_mode|file_name)' \
907 # Perl block to convert a match to FILE_NAME:LINENO:TEST,

Completed in 60 milliseconds