Home | History | Annotate | Download | only in protobuf

Lines Matching refs:lt_extend_str

4295 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4440 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
4448 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
4475 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
4878 lt_extend_str (const char *orig_value, const char *add, int to_end)
4913 char *new_value = lt_extend_str (getenv (name), value, 0);
4934 char *new_value = lt_extend_str (getenv (name), value, 0);