Home | History | Annotate | Download | only in libedit

Lines Matching refs:xstrdup

4280 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
4283 char *xstrdup (const char *string);
4364 program_name = (char *) xstrdup (base_name (argv[0]));
4409 newargz[++newargc] = xstrdup (argv[i]);
4435 actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
4446 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
4469 tmp_pathspec = xstrdup (newargz[0]);
4561 xstrdup (const char *string)
4644 concat_name = xstrdup (wrapper);
4654 concat_name = xstrdup (wrapper);
4732 return xstrdup (pathspec);
4736 char *tmp_pathspec = xstrdup (pathspec);
4774 return xstrdup (pathspec);
4783 return xstrdup (tmp_pathspec);
4863 char *str = xstrdup (value);
4899 new_value = xstrdup (add);
4990 new_argv[i] = xstrdup ("\"\"");