Searched refs:nstore (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmake-relative-prefix.c242 char *startp, *endp, *nstore; local
247 nstore = (char *) alloca (prefixlen + strlen (progname) + 1);
256 nstore[0] = '.';
257 nstore[1] = DIR_SEPARATOR;
258 nstore[2] = '\0';
262 strncpy (nstore, startp, endp - startp);
265 nstore[endp - startp] = DIR_SEPARATOR;
266 nstore[endp - startp + 1] = 0;
269 nstore[endp - startp] = 0;
271 strcat (nstore, prognam
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmake-relative-prefix.c242 char *startp, *endp, *nstore; local
247 nstore = (char *) alloca (prefixlen + strlen (progname) + 1);
256 nstore[0] = '.';
257 nstore[1] = DIR_SEPARATOR;
258 nstore[2] = '\0';
262 strncpy (nstore, startp, endp - startp);
265 nstore[endp - startp] = DIR_SEPARATOR;
266 nstore[endp - startp + 1] = 0;
269 nstore[endp - startp] = 0;
271 strcat (nstore, prognam
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c3476 char *nstore = alloca (strlen (temp) + 3);
3483 strncpy (nstore, startp, endp - startp);
3485 strcpy (nstore, concat (".", dir_separator_str, NULL));
3488 nstore[endp - startp] = DIR_SEPARATOR;
3489 nstore[endp - startp + 1] = 0; local
3492 nstore[endp - startp] = 0;
3493 add_prefix (&exec_prefixes, nstore, 0,
3495 add_prefix (&include_prefixes, nstore, 0,
3510 char *nstore = alloca (strlen (temp) + 3);
3517 strncpy (nstore, start
3455 char *nstore = alloca (strlen (temp) + 3); local
3522 char *nstore = alloca (strlen (temp) + 3); local
[all...]

Completed in 116 milliseconds