Home | History | Annotate | Download | only in libvorbis

Lines Matching refs:actual_cwrapper_path

3368   char *actual_cwrapper_path;
3407 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
3409 actual_cwrapper_path));
3412 actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path));
3413 strendzap (actual_cwrapper_path, actual_cwrapper_name);
3436 XMALLOC (char, (strlen (actual_cwrapper_path) +
3438 strcpy (newargz[0], actual_cwrapper_path);
3476 XFREE (actual_cwrapper_path);