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

  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5733 char *tmp_pathspec;
5800 tmp_pathspec = find_executable (argv[0]);
5801 if (tmp_pathspec == NULL)
5805 tmp_pathspec);
5807 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
5811 XFREE (tmp_pathspec);
5818 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
5820 actual_cwrapper_name = tmp_pathspec;
5821 tmp_pathspec = 0;
5826 tmp_pathspec = lt_extend_str (target_name, ".exe", 1)
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 4355 char *tmp_pathspec;
4422 tmp_pathspec = find_executable (argv[0]);
4423 if (tmp_pathspec == NULL)
4427 tmp_pathspec);
4429 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
4433 XFREE (tmp_pathspec);
4440 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
4442 actual_cwrapper_name = tmp_pathspec;
4443 tmp_pathspec = 0;
4448 tmp_pathspec = lt_extend_str (target_name, ".exe", 1)
    [all...]

Completed in 69 milliseconds