Searched refs:cur_file (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfix-header.c134 static const char *cur_file; variable
553 i = strlen (cur_file);
555 || strcmp (inc_filename, cur_file + (i - inc_filename_length)) != 0)
600 cur_file = map == NULL ? NULL : map->to_file;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Ducma.c1125 struct ucma_file *cur_file; local
1143 cur_file = ctx->file;
1144 if (cur_file == new_file) {
1153 ucma_lock_files(cur_file, new_file);
1162 ucma_unlock_files(cur_file, new_file);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf2.c977 char *cur_file, *cur_dir; local
1101 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1122 table->files[table->num_files].name = cur_file;
1200 cur_file = read_string (abfd, line_ptr, &bytes_read);
1218 table->files[table->num_files].name = cur_file;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c5203 char *cur_dir, *cur_file; local
5268 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
5280 add_file_name (lh, cur_file, dir_index, mod_time, length);
5422 char *cur_file; local
5425 cur_file = read_string (abfd, line_ptr, &bytes_read);
5436 add_file_name (lh, cur_file, dir_index, mod_time, length);

Completed in 129 milliseconds