Home
last modified time | relevance | path

Searched refs:dir_up (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/bfd/
Darchive.c1436 unsigned int dir_up = 0; in adjust_relative_path() local
1480 dir_up ++; in adjust_relative_path()
1486 len += 3 * dir_up; in adjust_relative_path()
1514 while (dir_up-- > 0) in adjust_relative_path()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Darchive.c1439 unsigned int dir_up = 0; in adjust_relative_path() local
1483 dir_up ++; in adjust_relative_path()
1489 len += 3 * dir_up; in adjust_relative_path()
1517 while (dir_up-- > 0) in adjust_relative_path()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsource.c842 for (const gdb::unique_xmalloc_ptr<char> &dir_up : dir_vec) in openp() local
844 char *dir = dir_up.get (); in openp()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-streamer-in.cc210 const char dir_up[3] = { '.', '.', DIR_SEPARATOR }; in relative_path_prefix() local
211 memcpy (p, dir_up, 3); in relative_path_prefix()