Searched refs:script_dir (Results 1 – 2 of 2) sorted by relevance
1076 char *script_dir; in script_path_add() local1080 script_dir = lcconf->pathinfo[LC_PATHTYPE_SCRIPT]; in script_path_add()1083 if ((path->v[0] != '/') && (script_dir != NULL)) { in script_path_add()1084 len = strlen(script_dir) + sizeof("/") + path->l + 1; in script_path_add()1093 (void)strlcat(new_path->v, script_dir, len); in script_path_add()
842 char *script_dir = find_scripts_dir (); in ldfile_find_command_file() local843 if (script_dir) in ldfile_find_command_file()847 ldfile_add_library_path (script_dir, true); in ldfile_find_command_file()