OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pathnamelen
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/ld.elf_so/
search.c
73
size_t
pathnamelen
;
local in function:_rtld_search_library_path
77
pathnamelen
= dirlen + 1 + namelen;
78
if (
pathnamelen
>= sizeof(pathname))
82
if (sp->sp_pathlen ==
pathnamelen
&&
93
pathname[
pathnamelen
] = '\0';
101
path->sp_pathlen =
pathnamelen
;
search.c
73
size_t
pathnamelen
;
local in function:_rtld_search_library_path
77
pathnamelen
= dirlen + 1 + namelen;
78
if (
pathnamelen
>= sizeof(pathname))
82
if (sp->sp_pathlen ==
pathnamelen
&&
93
pathname[
pathnamelen
] = '\0';
101
path->sp_pathlen =
pathnamelen
;
Completed in 48 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025