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

  /src/external/gpl2/texinfo/dist/util/
install-info-html 128 index_file=$index_dir/index.html
129 rm -f $index_file
130 echo -n "$name: Writing index: $index_file..."
133 cat >> $index_file <<EOF
149 done >> $index_file
152 cat >> $index_file <<EOF
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
gdb-index.exp 40 set index_file [host_standard_output_file $filename.gdb-index]
44 verbose -log "index_file: ${index_file}"
45 remote_file host delete ${index_file}
47 gdb_test_no_output "save gdb-index [file dirname ${index_file}]" \
55 if { [remote_file host exists ${index_file}] } {
68 "--add-section .gdb_index=$index_file" \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
gdb-index.exp 40 set index_file [host_standard_output_file $filename.gdb-index]
44 verbose -log "index_file: ${index_file}"
45 remote_file host delete ${index_file}
47 gdb_test_no_output "save gdb-index [file dirname ${index_file}]" \
55 if { [remote_file host exists ${index_file}] } {
68 "--add-section .gdb_index=$index_file" \
  /src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp 286 char *index_file = new char[strlen(base_name) + sizeof(INDEX_SUFFIX)]; variable
287 strcpy(index_file, base_name);
288 strcat(index_file, INDEX_SUFFIX);
291 if (access(index_file, R_OK) == 0)
292 unlink(index_file); variable
294 if (rename(temp_index_file, index_file) < 0) {
297 // INDEX_FILE is an invalid filename, e.g. it has multiple dots.
298 char *fname = p ? index_file + (p - base_name) : 0;
306 if (rename(temp_index_file, index_file) < 0)
312 if (unlink(index_file) < 0)
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2dvi 1027 for index_file in $index_files
1029 index_noext=`noext "$index_file"`
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2dvi 1027 for index_file in $index_files
1029 index_noext=`noext "$index_file"`
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 3942 static int index_file(int argc, const char **argv, int full) { function
4882 return index_file(argc - 2, argv + 2, /*full=*/0);
4884 return index_file(argc - 2, argv + 2, /*full=*/1);
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 2022 index_file (const char *map, size_t size, unsigned int *maxline)
2094 p->linemap = index_file (p->map, p->mapsize, &p->maxline);
2017 index_file (const char *map, size_t size, unsigned int *maxline) function
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 2031 index_file (const char *map, size_t size, unsigned int *maxline)
2103 p->linemap = index_file (p->map, p->mapsize, &p->maxline);
2026 index_file (const char *map, size_t size, unsigned int *maxline) function

Completed in 25 milliseconds