Searched refs:xstrdup (Results 276 - 300 of 309) sorted by relevance

<<111213

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmonitor.c768 dev_name = xstrdup (args);
H A Dinfrun.c3982 *execd_pathname = xstrdup (last.value.execd_pathname);
H A Dwin32-nat.c2307 name = xstrdup (dll_name);
H A Dwince.c1980 remote_directory = xstrdup (remote_directory);
H A Dxcoffread.c705 current_subfile->name = xstrdup (inclTable[ii].name);
H A Dgdbtypes.c1669 TYPE_FN_FIELDLIST_NAME (type, method_id) = xstrdup (dem_opname);
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c448 p->ptr_name = xstrdup (buffer);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1223 symbol_get_obj (sym)->versioned_name = xstrdup (name);
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c516 files[i].filename = num ? file : xstrdup (file);
H A Decoff.c2041 perm = xstrdup (tag);
2548 coff_sym_name = xstrdup (name);
2775 coff_tag = xstrdup (name);
H A Dsymbols.c2980 return xstrdup (".");
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh6405 char * xstrdup (const char *string);
6418 program_name = (char *) xstrdup (base_name (argv[0]));
6425 newargz[0] = (char *) xstrdup("$SHELL");
6437 newargz[i+1] = xstrdup(argv[i]);
6476 xstrdup (const char *string)
6546 concat_name = xstrdup (wrapper);
6556 concat_name = xstrdup (wrapper);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c1164 new->name = xstrdup (name);
3070 new->name = xstrdup (name);
7030 ent->name = xstrdup (name);
/freebsd-11-stable/contrib/gcc/cp/
H A Dtree.c962 print_ring[ring_counter] = xstrdup (lang_decl_name (decl, v));
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwrstabs.c403 s->string = xstrdup (string);
H A Dstabs.c528 info->so_string = xstrdup (string);
536 info->so_string = xstrdup (string);
H A Dprdbg.c348 n->type = xstrdup (type);
H A Dieee.c4848 c = xstrdup (modname);
5112 c = xstrdup (modname);
/freebsd-11-stable/crypto/openssh/
H A Dclientloop.c2636 name = xstrdup(env[i]);
H A Dmonitor.c715 authctxt->user = xstrdup(username);
/freebsd-11-stable/contrib/gcc/
H A Dgenrecog.c502 new->position = xstrdup (position);
H A Dprotoize.c914 p->symbol = xstrdup (s);
H A Dgengtype.c688 ftag = xstrdup (rtx_name[i]);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c852 return xstrdup (mangled);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c852 return xstrdup (mangled);

Completed in 607 milliseconds

<<111213