OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:basename_utf16
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c
175
struct archive_string
basename_utf16
;
member in struct:isofile
4646
archive_string_init(&(file->
basename_utf16
));
4667
archive_string_free(&(file->
basename_utf16
));
4725
archive_string_empty(&(file->
basename_utf16
));
4809
if (archive_string_ensure(&(file->
basename_utf16
),
4819
memcpy(file->
basename_utf16
.s, ulast, ulen_last);
4820
file->
basename_utf16
.length = ulen_last;
6265
if ((l = np->file->
basename_utf16
.length) > ffmax)
6274
memcpy(p, np->file->
basename_utf16
.s, l);
6298
if (np->file->
basename_utf16
.length > ffmax)
[
all
...]
archive_write_set_format_iso9660.c
175
struct archive_string
basename_utf16
;
member in struct:isofile
4646
archive_string_init(&(file->
basename_utf16
));
4667
archive_string_free(&(file->
basename_utf16
));
4725
archive_string_empty(&(file->
basename_utf16
));
4809
if (archive_string_ensure(&(file->
basename_utf16
),
4819
memcpy(file->
basename_utf16
.s, ulast, ulen_last);
4820
file->
basename_utf16
.length = ulen_last;
6265
if ((l = np->file->
basename_utf16
.length) > ffmax)
6274
memcpy(p, np->file->
basename_utf16
.s, l);
6298
if (np->file->
basename_utf16
.length > ffmax)
[
all
...]
Completed in 90 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026