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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c1420 const char *dir_notarget = target_prefix ? dir + strlen ("target:") : dir;
1440 if (HAS_DRIVE_SPEC (dir_notarget))
1442 drive = dir_notarget[0];
1443 dir_notarget = STRIP_DRIVE_SPEC (dir_notarget);
1452 debugfile += dir_notarget;
1419 const char *dir_notarget = target_prefix ? dir + strlen ("target:") : dir; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c1412 const char *dir_notarget = target_prefix ? dir + strlen ("target:") : dir;
1433 if (HAS_DRIVE_SPEC (dir_notarget))
1435 drive = dir_notarget[0];
1436 dir_notarget = STRIP_DRIVE_SPEC (dir_notarget);
1445 debugfile += dir_notarget;
1411 const char *dir_notarget = target_prefix ? dir + strlen ("target:") : dir; local

Completed in 103 milliseconds