HomeSort by: relevance | last modified time | path
    Searched defs:nstore (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
file-find.cc 175 char *nstore = XNEWVEC (char, strlen (p) + 3); local
185 strncpy (nstore, startp, endp-startp);
188 strcpy (nstore, "./");
192 nstore[endp-startp] = DIR_SEPARATOR;
193 nstore[endp-startp+1] = 0;
196 nstore[endp-startp] = 0;
199 fprintf (stderr, " - add prefix: %s\n", nstore);
201 add_prefix (pprefix, nstore);
209 free (nstore);
gcc.cc 4892 char *nstore = (char *) alloca (strlen (temp) + 3);
4899 strncpy (nstore, startp, endp - startp);
4901 strcpy (nstore, concat (".", dir_separator_str, NULL));
4904 nstore[endp - startp] = DIR_SEPARATOR;
4905 nstore[endp - startp + 1] = 0; local
4908 nstore[endp - startp] = 0;
4909 add_prefix (&exec_prefixes, nstore, 0,
4911 add_prefix (&include_prefixes, nstore, 0,
4926 char *nstore = (char *) alloca (strlen (temp) + 3);
4933 strncpy (nstore, startp, endp - startp)
4871 char *nstore = (char *) alloca (strlen (temp) + 3); local
4938 char *nstore = (char *) alloca (strlen (temp) + 3); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
file-find.cc 175 char *nstore = XNEWVEC (char, strlen (p) + 3); local
185 strncpy (nstore, startp, endp-startp);
188 strcpy (nstore, "./");
192 nstore[endp-startp] = DIR_SEPARATOR;
193 nstore[endp-startp+1] = 0;
196 nstore[endp-startp] = 0;
199 fprintf (stderr, " - add prefix: %s\n", nstore);
201 add_prefix (pprefix, nstore);
209 free (nstore);
gcc.cc 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; local
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)
4814 char *nstore = (char *) alloca (strlen (temp) + 3); local
4881 char *nstore = (char *) alloca (strlen (temp) + 3); local
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
263 nstore = (char *) alloca (len);
265 alloc_ptr = nstore = (char *) malloc (len);
274 nstore[0] = '.';
275 nstore[1] = DIR_SEPARATOR;
276 nstore[2] = '\0';
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
263 nstore = (char *) alloca (len);
265 alloc_ptr = nstore = (char *) malloc (len);
274 nstore[0] = '.';
275 nstore[1] = DIR_SEPARATOR;
276 nstore[2] = '\0';
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
263 nstore = (char *) alloca (len);
265 alloc_ptr = nstore = (char *) malloc (len);
274 nstore[0] = '.';
275 nstore[1] = DIR_SEPARATOR;
276 nstore[2] = '\0';
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
263 nstore = (char *) alloca (len);
265 alloc_ptr = nstore = (char *) malloc (len);
274 nstore[0] = '.';
275 nstore[1] = DIR_SEPARATOR;
276 nstore[2] = '\0';
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
263 nstore = (char *) alloca (len);
265 alloc_ptr = nstore = (char *) malloc (len);
274 nstore[0] = '.';
275 nstore[1] = DIR_SEPARATOR;
276 nstore[2] = '\0';
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
263 nstore = (char *) alloca (len);
265 alloc_ptr = nstore = (char *) malloc (len);
274 nstore[0] = '.';
275 nstore[1] = DIR_SEPARATOR;
276 nstore[2] = '\0';
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.h 115 uint64_t nstore; /* Number of load instructions */ member in struct:pstate
  /src/external/gpl3/gdb/dist/sim/erc32/
sis.h 115 uint64_t nstore; /* Number of load instructions */ member in struct:pstate

Completed in 26 milliseconds