Searched refs:nstore (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | make-relative-prefix.c | 252 char *startp, *endp, *nstore; in make_relative_prefix_1() local 263 nstore = (char *) alloca (len); in make_relative_prefix_1() 265 alloc_ptr = nstore = (char *) malloc (len); in make_relative_prefix_1() 274 nstore[0] = '.'; in make_relative_prefix_1() 275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1() 276 nstore[2] = '\0'; in make_relative_prefix_1() 280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1() 283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1() 284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1() 287 nstore[endp - startp] = 0; in make_relative_prefix_1() [all …]
|
| D | ChangeLog | 2857 if nstore is a regular file.
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | make-relative-prefix.c | 252 char *startp, *endp, *nstore; in make_relative_prefix_1() local 263 nstore = (char *) alloca (len); in make_relative_prefix_1() 265 alloc_ptr = nstore = (char *) malloc (len); in make_relative_prefix_1() 274 nstore[0] = '.'; in make_relative_prefix_1() 275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1() 276 nstore[2] = '\0'; in make_relative_prefix_1() 280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1() 283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1() 284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1() 287 nstore[endp - startp] = 0; in make_relative_prefix_1() [all …]
|
| D | ChangeLog | 2366 if nstore is a regular file.
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | make-relative-prefix.c | 252 char *startp, *endp, *nstore; in make_relative_prefix_1() local 263 nstore = (char *) alloca (len); in make_relative_prefix_1() 265 alloc_ptr = nstore = (char *) malloc (len); in make_relative_prefix_1() 274 nstore[0] = '.'; in make_relative_prefix_1() 275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1() 276 nstore[2] = '\0'; in make_relative_prefix_1() 280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1() 283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1() 284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1() 287 nstore[endp - startp] = 0; in make_relative_prefix_1() [all …]
|
| D | ChangeLog | 2857 if nstore is a regular file.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | file-find.cc | 175 char *nstore = XNEWVEC (char, strlen (p) + 3); in prefix_from_string() local 185 strncpy (nstore, startp, endp-startp); in prefix_from_string() 188 strcpy (nstore, "./"); in prefix_from_string() 192 nstore[endp-startp] = DIR_SEPARATOR; in prefix_from_string() 193 nstore[endp-startp+1] = 0; in prefix_from_string() 196 nstore[endp-startp] = 0; in prefix_from_string() 199 fprintf (stderr, " - add prefix: %s\n", nstore); in prefix_from_string() 201 add_prefix (pprefix, nstore); in prefix_from_string() 209 free (nstore); in prefix_from_string()
|
| D | gcc.cc | 4811 char *nstore = (char *) alloca (strlen (temp) + 3); in process_command() local 4818 strncpy (nstore, startp, endp - startp); in process_command() 4820 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command() 4823 nstore[endp - startp] = DIR_SEPARATOR; in process_command() 4824 nstore[endp - startp + 1] = 0; in process_command() 4827 nstore[endp - startp] = 0; in process_command() 4828 add_prefix (&exec_prefixes, nstore, 0, in process_command() 4830 add_prefix (&include_prefixes, nstore, 0, in process_command() 4845 char *nstore = (char *) alloca (strlen (temp) + 3); in process_command() local 4852 strncpy (nstore, startp, endp - startp); in process_command() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/erc32/ |
| D | sis.h | 115 uint64_t nstore; /* Number of load instructions */ member
|
| D | func.c | 607 sregs->nstore = 0; in reset_stat() 627 iinst = sregs->ninst - sregs->finst - sregs->nload - sregs->nstore - in show_stat() 639 100.0 * (float) sregs->nstore / (float) sregs->ninst); in show_stat()
|
| D | exec.c | 1208 sregs->nstore++; in dispatch_instruction() 1474 sregs->nstore++; /* Double store counts twice */ in dispatch_instruction() 1503 sregs->nstore++; /* Double store counts twice */ in dispatch_instruction() 1564 sregs->nstore++; /* Double store counts twice */ in dispatch_instruction()
|