| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Application.h | 96 char *cur_dir; member in class:Application
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Application.h | 96 char *cur_dir; member in class:Application
|
| /src/tests/kernel/ |
| t_proccwd.c | 113 struct stat cur_dir; local 123 ATF_REQUIRE_EQ(stat(buf, &cur_dir), 0); 126 if (cur_dir.st_ino == root_dir.st_ino)
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| line-header.c | 265 const char *cur_dir, *cur_file; local 389 while ((cur_dir = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL) 392 lh->add_include_dir (cur_dir);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| line-header.c | 265 const char *cur_dir, *cur_file; local 389 while ((cur_dir = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL) 392 lh->add_include_dir (cur_dir);
|
| /src/external/gpl2/dtc/dist/ |
| srcpos.c | 131 const char *cur_dir = NULL; local 138 cur_dir = current_srcfile->dir; 139 fullname = try_open(cur_dir, fname, fp);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf2.c | 2522 /* Add directory to TABLE. CUR_DIR memory ownership is taken by TABLE. */ 2525 line_info_add_include_dir (struct line_info_table *table, char *cur_dir) 2541 table->dirs[table->num_dirs++] = cur_dir; 2546 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir, 2551 return line_info_add_include_dir (table, cur_dir); 2720 char *cur_file, *cur_dir; local 2882 while ((cur_dir = read_string (&line_ptr, line_end)) != NULL) 2884 if (!line_info_add_include_dir (table, cur_dir))
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf2.c | 2522 /* Add directory to TABLE. CUR_DIR memory ownership is taken by TABLE. */ 2525 line_info_add_include_dir (struct line_info_table *table, char *cur_dir) 2541 table->dirs[table->num_dirs++] = cur_dir; 2546 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir, 2551 return line_info_add_include_dir (table, cur_dir); 2720 char *cur_file, *cur_dir; local 2882 while ((cur_dir = read_string (&line_ptr, line_end)) != NULL) 2884 if (!line_info_add_include_dir (table, cur_dir))
|
| /src/external/gpl3/gdb/dist/bfd/ |
| dwarf2.c | 2522 /* Add directory to TABLE. CUR_DIR memory ownership is taken by TABLE. */ 2525 line_info_add_include_dir (struct line_info_table *table, char *cur_dir) 2541 table->dirs[table->num_dirs++] = cur_dir; 2546 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir, 2551 return line_info_add_include_dir (table, cur_dir); 2720 char *cur_file, *cur_dir; local 2882 while ((cur_dir = read_string (&line_ptr, line_end)) != NULL) 2884 if (!line_info_add_include_dir (table, cur_dir))
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| dwarf2.c | 2515 /* Add directory to TABLE. CUR_DIR memory ownership is taken by TABLE. */ 2518 line_info_add_include_dir (struct line_info_table *table, char *cur_dir) 2534 table->dirs[table->num_dirs++] = cur_dir; 2539 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir, 2544 return line_info_add_include_dir (table, cur_dir); 2713 char *cur_file, *cur_dir; local 2875 while ((cur_dir = read_string (&line_ptr, line_end)) != NULL) 2877 if (!line_info_add_include_dir (table, cur_dir))
|