Searched refs:xstrdup (Results 226 - 250 of 309) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dserial.c217 scb->name = xstrdup (name);
H A Dui-file.c297 acc.buffer = xstrdup ("");
H A Dvarobj.c1086 cppush (resultp, xstrdup (var->obj_name));
1870 name = xstrdup ("???");
2071 return xstrdup ("{...}");
2473 return xstrdup ("");
H A Dnto-procfs.c131 nodestr = arg ? xstrdup (arg) : arg;
987 args = xstrdup (allargs);
H A Dsource.c357 source_path = xstrdup (buf);
415 dirname = xstrdup (dirname);
H A Df-exp.y666 tmp = xstrdup (p);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-io.c284 tui_rl_saved_prompt = xstrdup (rl_prompt);
H A Dtui-layout.c419 buf_ptr = (char *) xstrdup (layout_name);
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.c570 return xstrdup (answer);
H A Dread.c2714 name = xstrdup (name);
2778 name = xstrdup (name);
5438 path = xstrdup (filename);
5659 name = xstrdup (name);
5683 label = xstrdup (label);
H A Dlisting.c264 p->filename = xstrdup (file_name);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc.c541 res->name = xstrdup (name);
/freebsd-11-stable/crypto/openssh/
H A Dssh-add.c262 comment = xstrdup(filename);
H A Dsshd.c427 client_version_string = xstrdup(buf);
1414 saved_argv[i] = xstrdup(av[i]);
1536 line = xstrdup(optarg);
1678 privsep_pw->pw_passwd = xstrdup("*");
H A Dauth-pam.c728 *name = xstrdup("");
729 *info = xstrdup("");
H A Dssh-pkcs11.c594 p->name = xstrdup(provider_id);
H A Dsshconnect1.c229 comment = xstrdup(authfile);
H A Dmoduli.c561 eta_str = xstrdup(fmt_time(eta));
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h334 extern char *xstrdup(const char *);
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_util.c362 char *p = xstrdup(v);
/freebsd-11-stable/contrib/amd/amd/
H A Dautil.c718 char *fname = xstrdup(mp->am_name);
/freebsd-11-stable/contrib/gcc/
H A Dtoplev.c425 src_pwd = xstrdup (pwd);
1636 char *name = xstrdup (lbasename (main_input_filename));
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c438 name = xstrdup(name);
448 pos1 = xstrdup(mkpos(&renamehte->h_syms->s_pos));
/freebsd-11-stable/contrib/amd/libamu/
H A Dmount_fs.c219 mnt_dir = xstrdup(mnt->mnt_dir);
1104 s = ss = xstrdup(o);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c635 obj_main->path = xstrdup(argv0);
637 obj_main->path = xstrdup(buf);
640 obj_main->path = xstrdup(argv0);
659 obj_rtld.path = xstrdup(obj_main->interp);
922 return error_message == NULL ? NULL : xstrdup(error_message);
976 return (may_free ? real : xstrdup(real));
1020 return (xstrdup(real));
2212 obj_rtld.path = xstrdup(ld_path_rtld);
3234 envcopy = xstrdup(path);

Completed in 398 milliseconds

1234567891011>>