Searched refs:xstrdup (Results 101 - 125 of 309) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/
H A Dauth2-chall.c129 kbdintctxt->devices = xstrdup(devs);
184 kbdintctxt->devices = t[len] ? xstrdup(t+len+1) : NULL;
H A Dssh-keygen.c289 pass = xstrdup(identity_passphrase);
1109 ohosts = hosts = xstrdup(l->hosts);
1307 old_passphrase = xstrdup(identity_passphrase);
1327 passphrase1 = xstrdup(identity_new_passphrase);
1417 passphrase = xstrdup("");
1423 passphrase = xstrdup(identity_passphrase);
1425 passphrase = xstrdup(identity_new_passphrase);
1618 otmp = tmp = xstrdup(cert_principals);
1622 if (*(plist[n] = xstrdup(cp)) == '\0')
1643 public->cert->key_id = xstrdup(cert_key_i
[all...]
H A Dchannels.c360 c->remote_name = xstrdup(remote_name);
743 cp = xstrdup((char *)buffer_ptr(&buffer));
1183 c->path = xstrdup(host);
1199 c->path = xstrdup(p);
1322 c->path = xstrdup(dest_addr);
1326 c->path = xstrdup(ntop);
1358 c->path = xstrdup(host_to_connect);
1490 remote_ipaddr = xstrdup("127.0.0.1");
1501 c->remote_name = xstrdup(buf);
1618 nc->path = xstrdup(
[all...]
H A Dgss-serv-krb5.c184 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.c264 msg = xstrdup("(none)");
394 principal = xstrdup(authname);
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c665 itbl_files->name = xstrdup (optarg);
779 listing_filename = xstrdup (optarg);
830 listing_filename = xstrdup (optarg + 1);
856 char *temp = xstrdup (optarg);
863 out_file_name = xstrdup (optarg);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c307 ntdp->t_name = xstrdup(ii->ii_name);
319 ntdp->t_name = xstrdup(ii->ii_name);
327 ntdp->t_name = xstrdup(ii->ii_name);
364 tdp->t_name = xstrdup(idp->ii_name);
371 rtdp->t_name = xstrdup(idp->ii_name);
377 rtdp->t_name = idp->ii_name ? xstrdup(idp->ii_name) : NULL;
837 newtdp->t_name = xstrdup(template->t_name);
H A Ddwarf.c407 *strp = xstrdup(str);
432 str = xstrdup("");
574 tdp->t_name = xstrdup(name);
630 new->t_name = xstrdup(old->t_name);
877 ii->ii_name = xstrdup(tdp->t_name);
1110 ii->ii_name = xstrdup(tdp->t_name);
1371 *newp = xstrdup(buf);
1551 ii->ii_name = xstrdup(tdp->t_name);
1624 ii->ii_owner = xstrdup(dw->dw_cuname);
1697 ii->ii_owner = xstrdup(d
[all...]
/freebsd-11-stable/usr.bin/patch/
H A Dpatch.c237 outname = xstrdup(filearg[0]);
575 simple_backup_suffix = xstrdup(optarg);
578 origprae = xstrdup(optarg);
616 filearg[filec] = xstrdup(optarg);
628 outname = xstrdup(optarg);
673 filearg[0] = xstrdup(*Argv++);
678 filearg[filec] = xstrdup(*Argv++);
/freebsd-11-stable/contrib/amd/libamu/
H A Dwire.c225 al->ip_net_num = xstrdup(netNumberBuf);
241 al->ip_net_name = xstrdup(s);
317 char *netstr = xstrdup(net), *maskstr;
/freebsd-11-stable/usr.bin/gencat/
H A Dgencat.c113 static char *xstrdup(const char *);
226 xstrdup(const char *str) function
653 p->str = xstrdup(str);
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c960 dll_name = xstrdup (image_basename);
998 d->text = xstrdup (desc);
1007 d->text = xstrdup (dir);
1020 new_directive (xstrdup (b));
1031 new_directive (xstrdup (b));
1051 q->functail->name = xstrdup (symbol_name);
1059 q->dllname = xstrdup (dll_name);
1064 q->functail->name = xstrdup (symbol_name);
1151 new_directive (xstrdup (buf));
1302 char *exported_name = xstrdup (
[all...]
H A Drddbg.c296 sc = xstrdup (s);
390 saved_stabs[saved_stabs_index].string = xstrdup (string);
/freebsd-11-stable/contrib/gcc/
H A Dprefix.c274 result = xstrdup (path);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-msdos.c118 ms->files[i] = xstrdup (name);
/freebsd-11-stable/contrib/xz/src/xz/
H A Dsuffix.c397 custom_suffix = xstrdup(suffix);
H A Dutil.c48 xstrdup(const char *src) function
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c169 appstrg(lstp, xstrdup(s));
185 dest[i + k] = xstrdup(src[k]);
491 outputfn = xstrdup(optarg);
504 libexec_path = xstrdup(optarg);
/freebsd-11-stable/contrib/amd/amd/
H A Dops_pcfs.c96 return xstrdup(fo->opt_dev);
H A Dops_udf.c135 return xstrdup(fo->opt_dev);
H A Dops_cdfs.c96 return xstrdup(fo->opt_dev);
H A Dops_lustre.c97 rhost = xstrdup(fo->opt_rhost);
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhomedir.c561 root_home = xstrdup(pent_p->pw_dir);
578 root_home = xstrdup("");
673 pwtab[cur_pwtab_num].home = xstrdup(h);
680 untab[cur_pwtab_num].username = xstrdup(n);
/freebsd-11-stable/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);

Completed in 813 milliseconds

1234567891011>>