Searched refs:include_dirs (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dscanner.h32 extern gfc_directorylist *include_dirs, *intrinsic_modules_dirs;
H A Dscanner.c54 gfc_directorylist *include_dirs, *intrinsic_modules_dirs; variable
373 add_path_to_list (&include_dirs, path, use_for_modules, file_dir, warn);
395 while (include_dirs != NULL)
397 p = include_dirs;
398 include_dirs = include_dirs->next;
463 f = open_included_file (name, include_dirs, module, false);
H A Dmodule.c1007 f = gzopen_included_file_1 (name, include_dirs, module, false);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-path.c74 static struct entry *include_dirs;
254 add_entry (&include_dirs, path, 0);
265 sealed = include_dirs;
266 include_dirs = NULL;
73 static struct entry *include_dirs; variable in typeref:struct:entry
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c73 static struct entry *include_dirs;
392 add_entry (&include_dirs, path, 0);
403 sealed = include_dirs;
404 include_dirs = NULL;
72 static struct entry *include_dirs; variable in typeref:struct:entry
/haiku-buildtools/legacy/binutils/gas/
H A Dread.h69 extern char **include_dirs;
H A Dread.c170 char **include_dirs; variable
5109 sprintf (path, "%s/%s", include_dirs[i], filename);
5212 strcpy (path, include_dirs[i]);
5237 include_dirs = (char **) xmalloc (2 * sizeof (*include_dirs));
5238 include_dirs[0] = "."; /* Current dir. */
5244 include_dirs =
5245 (char **) realloc (include_dirs,
5246 include_dir_count * sizeof (*include_dirs));
5249 include_dirs[include_dir_coun
[all...]
/haiku-buildtools/binutils/gas/
H A Dread.h80 extern const char **include_dirs;
H A Dread.c169 const char **include_dirs; variable
5899 sprintf (path, "%s/%s", include_dirs[i], filename);
6003 strcpy (path, include_dirs[i]);
6028 include_dirs = XNEWVEC (const char *, 2);
6029 include_dirs[0] = "."; /* Current dir. */
6035 include_dirs = XRESIZEVEC (const char *, include_dirs,
6039 include_dirs[include_dir_count - 1] = path; /* New one. */
/haiku-buildtools/binutils/bfd/
H A Dopncls.c1342 (bfd *abfd, const char *dir, bfd_boolean include_dirs,
1350 @var{include_dirs} parameter is true then the directory components of
1364 bfd_boolean include_dirs,
1399 if (include_dirs)
1454 (ie include_dirs == FALSE) then we should only check absolute
1472 include_dirs ? canon_dir : "/", base);
1480 include_dirs ? canon_dir : "/", base);
1488 if (include_dirs)
1361 find_separate_debug_file(bfd * abfd, const char * debug_file_directory, bfd_boolean include_dirs, get_func_type get_func, check_func_type check_func) argument
/haiku-buildtools/legacy/binutils/binutils/
H A Dwindres.c107 static struct include_dir *include_dirs; variable in typeref:struct:include_dir
188 for (d = include_dirs; d != NULL; d = d->next)
900 for (pp = &include_dirs; *pp != NULL; pp = &(*pp)->next)
/haiku-buildtools/binutils/binutils/
H A Dwindres.c108 static struct include_dir *include_dirs; variable in typeref:struct:include_dir
198 for (d = include_dirs; d != NULL; d = d->next)
771 we add them to include_dirs. */
779 for (pp = &include_dirs; *pp != NULL; pp = &(*pp)->next)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic54x.c2051 include_dirs = (char **) xmalloc (sizeof (*include_dirs));
2054 include_dirs[0] = dir;
2058 else if (include_dirs != NULL)
2059 include_dirs[0] = ".";
2492 strcpy (path, include_dirs[i]);
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic54x.c1875 include_dirs = XNEWVEC (const char *, 1);
1878 include_dirs[0] = dir;
1882 else if (include_dirs != NULL)
1883 include_dirs[0] = ".";
2298 strcpy (path, include_dirs[i]);
H A Dtc-rx.c384 sprintf (path, "%s/%s", include_dirs[i], f);

Completed in 195 milliseconds