OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025