Searched refs:temp_name (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/info/
H A Dtilde.c185 char *temp_name; local
202 temp_name = xmalloc (1 + strlen (&dirname[1])
205 strcpy (temp_name, temp_home);
207 temp_name[0] = 0;
208 strcat (temp_name, &dirname[1]);
210 dirname = xstrdup (temp_name);
211 free (temp_name);
239 temp_name = xmalloc (1 + strlen (expansion)
241 strcpy (temp_name, expansion);
242 strcat (temp_name,
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c3538 /* We need temp_name around because processing_current_prefix
3540 char *temp_name = alloca (strlen (previous_prefix) local
3542 strcpy (temp_name, previous_prefix);
3543 strcat (temp_name, "::");
3544 strcat (temp_name, name);
3546 processing_current_prefix = temp_name;
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c1920 static struct temp_name {
1926 struct temp_name *next;
4919 struct temp_name *t;
5019 t = xmalloc (sizeof (struct temp_name));
1909 static struct temp_name { struct

Completed in 137 milliseconds