Home | History | Annotate | Download | only in gcc

Lines Matching defs:nstore

4835       char *nstore = (char *) alloca (strlen (temp) + 3);
4842 strncpy (nstore, startp, endp - startp);
4844 strcpy (nstore, concat (".", dir_separator_str, NULL));
4847 nstore[endp - startp] = DIR_SEPARATOR;
4848 nstore[endp - startp + 1] = 0;
4851 nstore[endp - startp] = 0;
4852 add_prefix (&exec_prefixes, nstore, 0,
4854 add_prefix (&include_prefixes, nstore, 0,
4869 char *nstore = (char *) alloca (strlen (temp) + 3);
4876 strncpy (nstore, startp, endp - startp);
4878 strcpy (nstore, concat (".", dir_separator_str, NULL));
4881 nstore[endp - startp] = DIR_SEPARATOR;
4882 nstore[endp - startp + 1] = 0;
4885 nstore[endp - startp] = 0;
4886 add_prefix (&startfile_prefixes, nstore, NULL,
4902 char *nstore = (char *) alloca (strlen (temp) + 3);
4909 strncpy (nstore, startp, endp - startp);
4911 strcpy (nstore, concat (".", dir_separator_str, NULL));
4914 nstore[endp - startp] = DIR_SEPARATOR;
4915 nstore[endp - startp + 1] = 0;
4918 nstore[endp - startp] = 0;
4919 add_prefix (&startfile_prefixes, nstore, NULL,