Searched refs:sys_dirs (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-path.c87 static struct entry *sys_dirs;
224 add_entry (&sys_dirs, ".", 0);
225 add_entry (&sys_dirs, LIBGCJ_ZIP_FILE, 1);
293 append_entry (&sealed, sys_dirs);
294 sys_dirs = NULL;
297 free_entry (&sys_dirs);
86 static struct entry *sys_dirs; variable in typeref:struct:entry
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c83 static struct entry *sys_dirs;
250 add_entry (&sys_dirs, attempt, 1);
271 add_entry (&sys_dirs, attempt, 1);
287 add_entry (&sys_dirs, LIBGCJ_ZIP_FILE, 1);
317 free_entry (&sys_dirs);
318 add_path (&sys_dirs, path, 1);
425 append_entry (&sealed, sys_dirs);
427 sys_dirs = NULL;
82 static struct entry *sys_dirs; variable in typeref:struct:entry

Completed in 64 milliseconds