Searched refs:xstrdup (Results 251 - 275 of 309) sorted by relevance

<<111213

/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile404 xmalloc.c xmemdup.c xstrdup.c xstrerror.c
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_cout.c429 sizestr = xstrdup(ptemp);
/freebsd-11-stable/contrib/gcc/
H A Dgcov.c686 src->name = xstrdup (file_name);
747 function_name = xstrdup (gcov_read_string ());
H A Ddwarf2out.c633 label = xstrdup (label);
2554 dup_label = xstrdup (label);
2620 fde->dw_fde_end = xstrdup (label);
5089 node->label = xstrdup (label);
5248 attr.dw_attr_val.v.val_lbl_id = xstrdup (lbl_id);
5263 attr.dw_attr_val.v.val_lbl_id = xstrdup (label);
5278 attr.dw_attr_val.v.val_lbl_id = xstrdup (label);
6224 comdat_symbol_id = unit_die->die_symbol = xstrdup (name);
6306 return xstrdup (buf);
6324 die->die_symbol = xstrdup (
[all...]
H A Dsdbout.c352 labelstr = xstrdup (label);
H A Dcoverage.c484 dup = xstrdup (string);
H A Dstmt.c1254 p = buffer = xstrdup (c);
1284 buffer = xstrdup (TREE_STRING_POINTER (string));
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c947 file->name = xstrdup (fname);
1397 return xstrdup (dir->name_map[index + 1]);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbreakpoint.c4170 b->addr_string = xstrdup (func_name);
4215 b->addr_string = xstrdup (func_name);
5137 copy_arg = xstrdup (addr_start);
5380 cond_string[i] = xstrdup (args->condition);
6491 trigger_func_name = xstrdup ("__cxa_begin_catch");
6493 trigger_func_name = xstrdup ("__cxa_throw");
H A Ddwarf2read.c6180 return xstrdup ("");
6191 return xstrdup (TYPE_TAG_NAME (parent->type));
6210 return xstrdup (TYPE_TAG_NAME (parent->type));
6240 return xstrdup (suffix);
7704 return xstrdup (fe->name);
7726 return xstrdup (fe->name);
H A Dtop.c1895 make_final_cleanup (do_chdir_cleanup, xstrdup (current_directory));
H A Dsymtab.c342 return xstrdup (physname);
3998 name_of_main = xstrdup (name);
H A Df-exp.c2043 tmp = xstrdup (p);
H A Dgo32-nat.c616 child_cmd.command = xstrdup (args);
/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c635 (*dir)[ents]->filename = xstrdup(filename);
636 (*dir)[ents]->longname = xstrdup(longname);
H A Dauth2-pubkey.c1047 av[1] = xstrdup(user_pw->pw_name);
H A Dssh_namespace.h927 #define xstrdup Fssh_xstrdup macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindmc.c1126 mcset_mc_basename = hsz = xstrdup (bn);
H A Dobjdump.c2673 last_functionname = xstrdup (functionname);
2689 last_filename = xstrdup (filename);
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-script.c1022 result->line = xstrdup (cmds->line);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c1043 weak_name = xstrdup (name + 6);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c1356 error_name = xstrdup (name);
/freebsd-11-stable/contrib/amd/amd/
H A Dops_nfs.c479 fp->fh_path = xstrdup(path);
/freebsd-11-stable/contrib/dtc/
H A Dlivetree.c738 name_node(node, xstrdup(name));
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.c249 static const char *xstrdup(const char *, const char *);
1391 return (xstrdup(sym, cp));
1579 val = (cp < end) ? xstrdup(cp, end) : "";
1625 xstrdup(const char *start, const char *end) function

Completed in 524 milliseconds

<<111213