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

1234567891011>>

/freebsd-9.3-release/contrib/dtc/
H A Dutil.c22 char *xstrdup(const char *s) function
H A Dutil.h53 extern char *xstrdup(const char *s);
H A Dfstree.c61 prop = build_property(xstrdup(de->d_name),
72 newchild = name_node(newchild, xstrdup(de->d_name),
/freebsd-9.3-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-9.3-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-9.3-release/crypto/openssh/
H A Dxmalloc.h22 char *xstrdup(const char *);
H A Dcanohost.c75 return xstrdup(ntop);
82 return xstrdup(ntop);
97 return xstrdup(ntop);
118 return xstrdup(ntop);
134 return xstrdup(ntop);
136 return xstrdup(name);
274 return xstrdup(ntop);
284 return xstrdup("UNKNOWN");
294 return xstrdup("UNKNOWN");
310 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("");
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.h44 char *xstrdup(const char *);
/freebsd-9.3-release/gnu/usr.bin/texinfo/libtxi/
H A DMakefile6 SRCS= substring.c xexit.c xmalloc.c xstrdup.c
/freebsd-9.3-release/usr.bin/xlint/common/
H A Dexterns.h50 extern char *xstrdup(const char *);
H A Dmem.c74 xstrdup(const char *s) function
/freebsd-9.3-release/contrib/cvs/src/
H A Dvers_ts.c95 vers_ts->vn_user = xstrdup (entdata->version);
96 vers_ts->ts_rcs = xstrdup (entdata->timestamp);
97 vers_ts->ts_conflict = xstrdup (entdata->conflict);
100 vers_ts->tag = xstrdup (entdata->tag);
101 vers_ts->date = xstrdup (entdata->date);
111 vers_ts->options = xstrdup (entdata->options);
132 vers_ts->options = xstrdup ("-kb");
134 vers_ts->options = xstrdup (options);
150 vers_ts->options = xstrdup ("");
158 vers_ts->tag = xstrdup (ta
[all...]
H A Dcvsrc.c123 new_argv[0] = xstrdup ((*argv)[0]);
132 new_argv [new_argc++] = xstrdup (optstart);
154 new_argv [new_argc++] = xstrdup ((*argv)[i]);
H A Dno_diff.c53 options = xstrdup (vers->entdata->options);
55 options = xstrdup ("");
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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);

Completed in 417 milliseconds

1234567891011>>