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

1234567891011>>

/freebsd-10.0-release/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-10.0-release/contrib/texinfo/lib/
H A Dxstrdup.c0 /* xstrdup.c -- copy a string with out of memory checking
30 xstrdup (const char *string) function
/freebsd-10.0-release/crypto/openssh/
H A Dxmalloc.h22 char *xstrdup(const char *);
H A Dcanohost.c77 return xstrdup(ntop);
84 return xstrdup(ntop);
99 return xstrdup(ntop);
124 return xstrdup(ntop);
140 return xstrdup(ntop);
142 return xstrdup(name);
281 return xstrdup(ntop);
291 return xstrdup("UNKNOWN");
301 return xstrdup("UNKNOWN");
317 host = xstrdup(mynam
[all...]
H A Dauth-bsdauth.c80 *name = xstrdup("");
81 *infotxt = xstrdup("");
85 (*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-10.0-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.h44 char *xstrdup(const char *);
/freebsd-10.0-release/gnu/usr.bin/texinfo/libtxi/
H A DMakefile6 SRCS= substring.c xexit.c xmalloc.c xstrdup.c
/freebsd-10.0-release/usr.bin/xlint/common/
H A Dexterns.h50 extern char *xstrdup(const char *);
H A Dmem.c74 xstrdup(const char *s) function
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/contrib/dtc/
H A Ddtc-lexer.l112 yylval.labelref = xstrdup(yytext);
118 yylval.literal = xstrdup(yytext);
125 yylval.literal = xstrdup(yytext+1);
132 yylval.labelref = xstrdup(yytext+1);
139 yylval.labelref = xstrdup(yytext+2);
157 yylval.propnodename = xstrdup(yytext);
H A Dfstree.c61 prop = build_property(xstrdup(de->d_name),
71 newchild = name_node(newchild, xstrdup(de->d_name));
/freebsd-10.0-release/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-10.0-release/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-10.0-release/libexec/rtld-elf/
H A Dxmalloc.c60 xstrdup(const char *str) function
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dsectioning.c131 last_sectioning_number = xstrdup (s);
258 return xstrdup ("");
263 return xstrdup (s);
269 return xstrdup (s);
278 return xstrdup ("");
280 return xstrdup (last_sectioning_number);
287 return xstrdup (last_sectioning_title);
302 return xstrdup ("");
306 return xstrdup ("");
315 return xstrdup ("");
[all...]
H A Dfootnote.c106 temp->marker = xstrdup (marker);
107 temp->note = xstrdup (note);
228 marker = xstrdup ("*");
312 char *old_command = xstrdup (command);
369 char *old_command = xstrdup (command);
/freebsd-10.0-release/contrib/texinfo/info/
H A Dinfo.c205 user_filename = xstrdup (optarg);
217 user_output_filename = xstrdup (optarg);
254 apropos_search_string = xstrdup (optarg);
272 index_search_string = xstrdup (optarg);
286 user_output_filename = xstrdup ("-");
467 program = xstrdup (*p);
476 program = xstrdup ("");
520 char *directory_name = xstrdup (filename);
/freebsd-10.0-release/usr.bin/logins/
H A Dlogins.c112 xstrdup(const char *str) function
140 grps[ngrps].gr_name = xstrdup(grp->gr_name);
141 grps[ngrps].gr_passwd = xstrdup(grp->gr_passwd);
143 grps[ngrps].gr_mem = xstrdup("");
215 pwds[npwds].pw_name = xstrdup(pwd->pw_name);
216 pwds[npwds].pw_passwd = xstrdup(pwd->pw_passwd);
220 pwds[npwds].pw_class = xstrdup(pwd->pw_class);
221 pwds[npwds].pw_gecos = xstrdup(pwd->pw_gecos);
222 pwds[npwds].pw_dir = xstrdup(pwd->pw_dir);
223 pwds[npwds].pw_shell = xstrdup(pw
[all...]
/freebsd-10.0-release/usr.bin/csup/
H A Dconfig.c108 coll->co_base = xstrdup("/usr/local/etc/cvsup");
112 coll->co_prefix = xstrdup(coll->co_base);
189 supdir = xstrdup(coll->co_colldir);
293 new->co_host = xstrdup(def->co_host);
295 new->co_base = xstrdup(def->co_base);
297 new->co_date = xstrdup(def->co_date);
299 new->co_prefix = xstrdup(def->co_prefix);
301 new->co_release = xstrdup(def->co_release);
303 new->co_tag = xstrdup(def->co_tag);
305 new->co_listsuffix = xstrdup(de
[all...]

Completed in 206 milliseconds

1234567891011>>