Home
last modified time | relevance | path

Searched refs:inc_path (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430-devices.cc209 char *inc_path = xstrdup (argv[i]); in msp430_check_path_for_devices() local
210 canonicalize_path_dirsep (&inc_path); in msp430_check_path_for_devices()
211 if (!IS_DIR_SEPARATOR (inc_path[strlen (inc_path) - 1])) in msp430_check_path_for_devices()
212 inc_path = concat (inc_path, dirsep, NULL); in msp430_check_path_for_devices()
213 local_devices_csv_loc = concat (inc_path, "devices.csv", NULL); in msp430_check_path_for_devices()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430-devices.c209 char *inc_path = xstrdup (argv[i]); in msp430_check_path_for_devices() local
210 canonicalize_path_dirsep (&inc_path); in msp430_check_path_for_devices()
211 if (!IS_DIR_SEPARATOR (inc_path[strlen (inc_path) - 1])) in msp430_check_path_for_devices()
212 inc_path = concat (inc_path, dirsep, NULL); in msp430_check_path_for_devices()
213 local_devices_csv_loc = concat (inc_path, "devices.csv", NULL); in msp430_check_path_for_devices()