OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entries2
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_mtree.c
56
}
entries2
[] = {
variable in typeref:struct:__anon7133
176
/* Write
entries2
*/
177
for (i = 0;
entries2
[i].path != NULL; i++) {
179
archive_entry_set_mtime(ae,
entries2
[i].mtime, 0);
180
assert(
entries2
[i].mtime == archive_entry_mtime(ae));
181
archive_entry_set_mode(ae,
entries2
[i].mode);
182
assert(
entries2
[i].mode == archive_entry_mode(ae));
183
archive_entry_set_uid(ae,
entries2
[i].uid);
184
assert(
entries2
[i].uid == archive_entry_uid(ae));
185
archive_entry_set_gid(ae,
entries2
[i].gid)
[
all
...]
Completed in 19 milliseconds
Indexes created Fri Jul 17 00:25:55 UTC 2026