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

1234567

/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dxstrdup.c0 /* xstrdup.c -- copy a string with out of memory checking
30 xstrdup (const char *string) function
H A Dxalloc.h53 /* Defined in xstrdup.c. */
56 extern char *xstrdup (const char *string);
H A DMakefile.am39 xalloc.h xmalloc.c xstrdup.c \
/macosx-10.10/OpenSSH-189/openssh/
H A Dxmalloc.h23 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);
H A Dmatch.c223 pat = xstrdup(pattern);
247 c = cp = xstrdup(client);
248 s = sp = xstrdup(server);
263 ret = xstrdup(p);
H A Dauth2-jpake.c232 style = xstrdup("blowfish,6");
241 *scheme = xstrdup("md5");
243 *salt = xstrdup(makesalt(2, authctxt->user));
244 *scheme = xstrdup("crypt");
252 *scheme = xstrdup("crypt-extended");
259 *scheme = xstrdup("bcrypt");
296 *hash_scheme = xstrdup("bcrypt");
306 *hash_scheme = xstrdup("bcrypt");
319 *hash_scheme = xstrdup("md5crypt");
330 *hash_scheme = xstrdup("cryp
[all...]
H A Dcompat.c191 q = s = xstrdup(spec);
222 tmp = orig_prop = xstrdup(cipher_prop);
231 fix_ciphers = xstrdup(buffer_ptr(&b));
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dmemory.h44 char *xstrdup(const char *);
H A Diidesc.c53 ii->ii_name = xstrdup(name);
127 tgt->ii_name = src->ii_name ? xstrdup(src->ii_name) : NULL;
128 tgt->ii_owner = src->ii_owner ? xstrdup(src->ii_owner) : NULL;
146 tgt->ii_name = name ? xstrdup(name) : NULL;
147 tgt->ii_owner = owner ? xstrdup(owner) : NULL;
H A Dmemory.c69 xstrdup(const char *str) function
/macosx-10.10/rsync-45/rsync/popt/
H A Dsystem.h69 /*@mayexit@*/ /*@only@*/ char * xstrdup (const char *str)
75 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
77 #define xstrdup(_str) strdup(_str) macro
H A Dfindme.c21 return xstrdup(argv0);
/macosx-10.10/cxxfilt-11/cxxfilt/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);
/macosx-10.10/cxxfilt-11/cxxfilt/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
H A Dmakefile.vms13 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
/macosx-10.10/gpatch-3/patch/
H A Dmkdir.c62 tmp_dir = xstrdup (dir);
H A Drename.c56 src_temp = xstrdup (src_path);
/macosx-10.10/man-16/man/man2html/
H A Ddefs.h41 extern char *xstrdup(const char *s);
/macosx-10.10/text_cmds-88/sort/
H A Dxalloc.h57 char *xstrdup (char const *str);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dpathchk.c235 xstrdup (s) function
278 parent = xstrdup (*path == '/' ? "/" : ".");
338 parent = xstrdup (path);

Completed in 243 milliseconds

1234567