Home | History | Annotate | Download | only in libcap-ng-0.7

Lines Matching refs:actual_cwrapper_path

4356   char *actual_cwrapper_path;
4429 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
4432 actual_cwrapper_path);
4435 actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
4436 strendzap (actual_cwrapper_path, actual_cwrapper_name);
4460 XMALLOC (char, (strlen (actual_cwrapper_path) +
4462 strcpy (newargz[0], actual_cwrapper_path);
4500 XFREE (actual_cwrapper_path);