OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_search_dirs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ldconfig/
shlib.c
70
int
n_search_dirs
;
variable in typeref:typename:int
79
n_search_dirs
+= 2;
81
xrealloc(search_dirs,
n_search_dirs
* sizeof search_dirs[0]);
82
search_dirs[
n_search_dirs
- 2] = strdup(name);
83
search_dirs[
n_search_dirs
- 1] =
85
strcpy(search_dirs[
n_search_dirs
- 1], _PATH_EMUL_AOUT);
86
strcat(search_dirs[
n_search_dirs
- 1], name);
/src/lib/libc/citrus/
citrus_module.c
195
const int
n_search_dirs
= 1;
local in function:_findshlib
210
for (i = 0; i <
n_search_dirs
; i++) {
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025