Home | History | Annotate | Download | only in libevent

Lines Matching refs:lt_extend_str

5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
5818 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
5826 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
5853 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
6291 char *new_value = lt_extend_str (getenv (name), value, 0);
6312 char *new_value = lt_extend_str (getenv (name), value, 0);