HomeSort by: relevance | last modified time | path
    Searched refs:actual_cwrapper_path (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5734 char *actual_cwrapper_path;
5807 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
5810 actual_cwrapper_path);
5813 actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
5814 strendzap (actual_cwrapper_path, actual_cwrapper_name);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5840 strcpy (newargz[0], actual_cwrapper_path);
5878 XFREE (actual_cwrapper_path);
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 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);

Completed in 21 milliseconds