OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linkname_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libperfuse/
ops.c
2435
size_t
linkname_len
;
local in function:perfuse_node_symlink
2446
linkname_len
= strlen(link_target) + 1;
2447
len = path_len +
linkname_len
;
2453
(void)strlcpy(np, link_target,
linkname_len
);
ops.c
2435
size_t
linkname_len
;
local in function:perfuse_node_symlink
2446
linkname_len
= strlen(link_target) + 1;
2447
len = path_len +
linkname_len
;
2453
(void)strlcpy(np, link_target,
linkname_len
);
Completed in 25 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025