Searched refs:xstrdup (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin1.c33 putenv (xstrdup ("GCC_CYGWIN_MINGW=0"));
37 putenv (xstrdup ("GCC_CYGWIN_WIN32=0"));
39 putenv (xstrdup ("GCC_CYGWIN_WIN32=1"));
51 putenv (xstrdup ("GCC_CYGWIN_MINGW=1"));
/freebsd-11-stable/crypto/openssh/
H A Dxmalloc.h23 char *xstrdup(const char *);
H A Dcanohost.c103 return xstrdup(ntop);
106 return xstrdup(((struct sockaddr_un *)&addr)->sun_path);
120 return xstrdup("UNKNOWN");
130 return xstrdup("UNKNOWN");
145 host = xstrdup("UNKNOWN");
147 host = xstrdup(myname);
H A Dauth-bsdauth.c87 *name = xstrdup("");
88 *infotxt = xstrdup("");
92 (*prompts)[0] = xstrdup(challenge);
H A Dauth-skey.c63 *name = xstrdup("");
64 *infotxt = xstrdup("");
H A Dreadpass.c107 pass = xstrdup(buf);
145 return (flags & RP_ALLOW_EOF) ? NULL : xstrdup("");
154 return xstrdup("");
161 return xstrdup("");
164 ret = xstrdup(buf);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.h44 char *xstrdup(const char *);
/freebsd-11-stable/usr.bin/diff/
H A Dxmalloc.h27 char *xstrdup(const char *);
/freebsd-11-stable/contrib/amd/amd/
H A Dconf_tok.l131 conf_lval.strtype = xstrdup(yytext);
137 conf_lval.strtype = xstrdup(yytext);
143 conf_lval.strtype = xstrdup(yytext);
159 conf_lval.strtype = xstrdup(yytext);
167 conf_lval.strtype = xstrdup(&yytext[1]);
173 conf_lval.strtype = xstrdup(yytext);
H A Damfs_program.c104 return xstrdup(prog ? prog + 1 : fo->opt_mount);
120 mf->mf_private = (opaque_t) xstrdup(mf->mf_fo->opt_unmount);
122 mf->mf_private = (opaque_t) xstrdup(mf->mf_fo->opt_umount);
138 info = xstrdup(info);
H A Dinfo_union.c76 char *mapd = xstrdup(map + UNION_PREFLEN);
95 char *mapd = xstrdup(map + UNION_PREFLEN);
102 (*fn) (m, xstrdup("/defaults"), xstrdup("type:=link;opts:=nounmount;sublink:=${key}"));
126 (*fn) (m, xstrdup(dp->d_name), val);
139 (*fn) (m, xstrdup("*"), val);
H A Damfs_link.c109 fo->opt_sublink = xstrdup(fo->opt_fs);
114 return xstrdup(fo->opt_fs);
H A Dinfo_passwd.c97 *pval = xstrdup("type:=nfs");
122 dir = xstrdup(pw->pw_dir);
179 *pval = xstrdup(val);
H A Damfs_auto.c132 mp->am_pref = xstrdup("");
137 mp->am_pref = xstrdup(mf->mf_fo->opt_pref);
H A Dsun_map_parse.y241 mountpt->path = xstrdup($1);
279 mountpt->path = xstrdup($1);
307 location->path = xstrdup($3);
320 location->path = xstrdup($2);
336 host->name = xstrdup($1);
351 host->name = xstrdup($1);
386 tmpFsType = xstrdup(type);
395 opt->str = xstrdup($1);
/freebsd-11-stable/usr.bin/xlint/common/
H A Dexterns.h50 extern char *xstrdup(const char *);
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddeflex.l67 yylval.id = xstrdup (yytext);
72 yylval.id = xstrdup (yytext+1);
78 yylval.id = xstrdup (yytext+1);
H A Darlex.l78 yylval.name = xstrdup (yytext);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dxstrdup.c0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dxstrdup.c0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
/freebsd-11-stable/contrib/amd/conf/mtab/
H A Dmtab_bsd.c62 new_mp->mnt_fsname = xstrdup(mp->f_mntfromname);
63 new_mp->mnt_dir = xstrdup(mp->f_mntonname);
95 new_mp->mnt_type = xstrdup(ty);
96 new_mp->mnt_opts = xstrdup("unset");
/freebsd-11-stable/usr.bin/patch/
H A Dutil.h43 char *xstrdup(const char *);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c53 ii->ii_name = xstrdup(name);
117 tmpdesc.ii_name = xstrdup(name);
130 tgt->ii_name = src->ii_name ? xstrdup(src->ii_name) : NULL;
131 tgt->ii_owner = src->ii_owner ? xstrdup(src->ii_owner) : NULL;
149 tgt->ii_name = name ? xstrdup(name) : NULL;
150 tgt->ii_owner = owner ? xstrdup(owner) : NULL;
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-env.c59 run = xstrdup (cmd);
162 exec_path = xstrdup (orig_path);
172 exec_path = xstrdup (env);
258 orig_path = xstrdup (env);
/freebsd-11-stable/contrib/dtc/
H A Dfstree.c61 prop = build_property(xstrdup(de->d_name),
71 newchild = name_node(newchild, xstrdup(de->d_name));

Completed in 321 milliseconds

1234567891011>>