Searched refs:xstrdup (Results 151 - 175 of 345) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/cvs/src/
H A Drun.c65 run_prog = xstrdup (prog);
97 (*iargv)[(*iargc)++] = xstrdup (s);
H A Dwrapper.c381 e.wildCard=xstrdup(temp);
456 e.rcsOption = strcmp (temp, "kv") ? xstrdup (temp) : NULL;
H A Dtag.c465 p->key = xstrdup (xdir);
476 p->key = xstrdup (finfo->file);
493 p->data = xstrdup (vers->vn_user);
517 p->data = xstrdup (oversion);
583 s = xstrdup(filter);
1444 c = xstrdup (join_tag);
H A Dupdate.c780 p->key = xstrdup (finfo->file);
805 tmp = xstrdup (file);
938 tag_update_dir = xstrdup (update_dir);
1413 xvers_ts->ts_user = xstrdup (xvers_ts->ts_rcs);
1459 vers_ts->vn_user = xstrdup (xvers_ts->vn_rcs);
1460 vers_ts->vn_rcs = xstrdup (xvers_ts->vn_rcs);
2074 vers->vn_user = xstrdup (vers->vn_rcs);
2366 cp = xstrdup (vers->ts_user);
2815 rev1_symlink = xstrdup (n->data);
2893 rev2_symlink = xstrdup (
[all...]
H A Dfilesubr.c811 * no need for a xstrdup
848 fn = xstrdup (ifn);
1023 home = xstrdup (pw->pw_dir);
1070 (*pargv)[i] = xstrdup (argv[i]);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsolib-osf.c224 name = xstrdup ("");
467 init_sec (so, (int) i, 0, xstrdup (rinf.lri_name),
H A Dsolib.c189 *found_pathname = xstrdup (temp_pathname);
902 solib_absolute_prefix = xstrdup (gdb_sysroot);
H A Dremote-rdi.c208 devName = xstrdup (name);
942 log_filename = xstrdup (arg);
985 log_filename = xstrdup ("rdi.log");
H A Dthread.c554 saved_cmd = xstrdup (cmd);
596 saved_cmd = xstrdup (cmd);
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-disasm.c71 asm_lines->addr_string = xstrdup (tui_file_get_strbuf (gdb_dis_out));
77 asm_lines->insn = xstrdup (tui_file_get_strbuf (gdb_dis_out));
/freebsd-9.3-release/contrib/texinfo/info/
H A Dsearch.c104 alternate = xstrdup (string);
171 alternate = xstrdup (string);
H A Decho-area.c187 return_value = xstrdup ("");
853 line = xstrdup (completions_found[0]->label);
863 line = xstrdup (completions_found[i]->label);
1409 pushed->line = xstrdup (input_line);
1514 text = xstrdup (message);
H A Dnodes.c164 node->nodename = xstrdup ("*");
338 lowered_name = xstrdup (filename);
371 file_buffer->filename = xstrdup (filename);
372 file_buffer->fullpath = xstrdup (fullpath);
771 char *containing_dir = xstrdup (file_buffer->fullpath);
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dchk.c215 pos1 = xstrdup(mkpos(&def1->s_pos));
270 pos1 = xstrdup(mkpos(&def->s_pos));
279 pos1 = xstrdup(mkpos(&def->s_pos));
318 pos1 = xstrdup(mkpos(&def->s_pos));
400 pos1 = xstrdup(mkpos(pos1p));
582 pos1 = xstrdup(mkpos(pos1p));
1130 pos1 = xstrdup(mkpos(&sym1->s_pos));
1151 pos1 = xstrdup(mkpos(&sym1->s_pos));
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c410 *strp = xstrdup(str);
566 tdp->t_name = xstrdup(name);
622 new->t_name = xstrdup(old->t_name);
846 ii->ii_name = xstrdup(tdp->t_name);
1061 ii->ii_name = xstrdup(tdp->t_name);
1317 *newp = xstrdup(buf);
1490 ii->ii_name = xstrdup(tdp->t_name);
1563 ii->ii_owner = xstrdup(dw->dw_cuname);
1636 ii->ii_owner = xstrdup(dw->dw_cuname);
1949 char *base = xstrdup(basenam
[all...]
H A Dctf.c826 ii->ii_owner = xstrdup(symit_curfile(si));
876 ii->ii_owner = xstrdup(symit_curfile(si));
959 xstrdup(sbuf + CTF_NAME_OFFSET(ctt->ctt_name));
1042 (*mpp)->ml_name = xstrdup(sbuf +
1056 (*mpp)->ml_name = xstrdup(sbuf +
1080 (*epp)->el_name = xstrdup(sbuf + cte->cte_name);
1187 td->td_parlabel = xstrdup(buf + h->cth_stroff + h->cth_parlabel);
/freebsd-9.3-release/crypto/openssh/
H A Dsftp-server.c331 handles[i].name = xstrdup(name);
1041 stats[count].name = xstrdup(dp->d_name);
1121 path = xstrdup(".");
1503 request_whitelist = xstrdup(optarg);
1508 request_blacklist = xstrdup(optarg);
1527 client_addr = xstrdup(cp);
1535 client_addr = xstrdup("UNKNOWN");
H A Dchannels.c335 c->remote_name = xstrdup(remote_name);
666 cp = xstrdup(buffer_ptr(&buffer));
1134 c->path = xstrdup(host);
1150 c->path = xstrdup(p);
1273 c->path = xstrdup(dest_addr);
1277 c->path = xstrdup(ntop);
1309 c->path = xstrdup(host_to_connect);
1442 remote_ipaddr = xstrdup("127.0.0.1");
1455 c->remote_name = xstrdup(buf);
1550 nc->path = xstrdup(
[all...]
H A Dsshconnect.c642 server_version_string = xstrdup(buf);
800 *hostfile_ipaddr = xstrdup("<no hostip for proxy "
813 *hostfile_hostname = xstrdup(options.host_key_alias);
1304 local_user = xstrdup(pw->pw_name);
1308 host = xstrdup(orighost);
/freebsd-9.3-release/contrib/gcc/
H A Dc-opts.c321 TARGET_OPTF (xstrdup (arg));
326 add_path (xstrdup (arg), BRACKET, 0, true);
853 add_path (xstrdup (arg), AFTER, 0, true);
870 add_path (xstrdup (arg), QUOTE, 0, true);
878 add_path (xstrdup (arg), SYSTEM, 0, true);
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-main.c228 last_async_command = xstrdup (previous_async_command);
1264 previous_async_command = xstrdup (last_async_command);
1276 last_async_command = xstrdup (parse->token);
1319 run = xstrdup (cmd);
1445 previous_sect_name = xstrdup (section_name);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dxml.c1301 new->type = xstrdup (type);
1716 index = xstrdup (xml_synonyms[i]->to);
1825 new->title = xstrdup (p);
1945 execute_string ("%cxref{%s}", COMMAND_PREFIX, xstrdup (node));
1985 xml_synonyms[slot]->from = xstrdup (from);
1986 xml_synonyms[slot]->to = xstrdup (to);
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldfile.c123 new->name = xstrdup (name);
517 char *name = xstrdup (in_name);
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-c.c524 str = concat (sysroot, xstrdup (framework_defaults [i]), NULL);
526 str = xstrdup (framework_defaults[i]);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-common.c91 add = xstrdup (name);
116 name = xstrdup (obj->tempbase);

Completed in 264 milliseconds

1234567891011>>