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

  /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/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/
file.h 277 #define FILE_NAME 45
302 (t) == 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:

Completed in 21 milliseconds