Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430-devices.cc47 char *t_path = *path; in canonicalize_path_dirsep() local
48 int len = strlen (t_path); in canonicalize_path_dirsep()
51 if (IS_DIR_SEPARATOR (t_path[i])) in canonicalize_path_dirsep()
52 t_path[i] = DIR_SEPARATOR; in canonicalize_path_dirsep()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430-devices.c47 char *t_path = *path; in canonicalize_path_dirsep() local
48 int len = strlen (t_path); in canonicalize_path_dirsep()
51 if (IS_DIR_SEPARATOR (t_path[i])) in canonicalize_path_dirsep()
52 t_path[i] = DIR_SEPARATOR; in canonicalize_path_dirsep()