OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:name_utf8_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c
1746
char
name_utf8_buf
[MAX_NAME_IN_BYTES];
local
2001
memcpy(
name_utf8_buf
, p, name_size);
2002
name_utf8_buf
[name_size] = 0;
2007
archive_entry_update_pathname_utf8(entry,
name_utf8_buf
);
archive_read_support_format_rar5.c
1746
char
name_utf8_buf
[MAX_NAME_IN_BYTES];
local
2001
memcpy(
name_utf8_buf
, p, name_size);
2002
name_utf8_buf
[name_size] = 0;
2007
archive_entry_update_pathname_utf8(entry,
name_utf8_buf
);
Completed in 30 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026