OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:script_dir
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
ldfile.c
848
char *
script_dir
= find_scripts_dir ();
local
849
if (
script_dir
)
853
ldfile_add_library_path (
script_dir
, true);
855
free (
script_dir
);
/src/external/gpl3/binutils.old/dist/ld/
ldfile.c
849
char *
script_dir
= find_scripts_dir ();
local
850
if (
script_dir
)
854
ldfile_add_library_path (
script_dir
, true);
856
free (
script_dir
);
/src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.c
1076
char *
script_dir
;
local
1080
script_dir
= lcconf->pathinfo[LC_PATHTYPE_SCRIPT];
1083
if ((path->v[0] != '/') && (
script_dir
!= NULL)) {
1084
len = strlen(
script_dir
) + sizeof("/") + path->l + 1;
1093
(void)strlcat(new_path->v,
script_dir
, len);
Completed in 48 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026