OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ae_set
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_entry.c
200
entry2->
ae_set
= entry->
ae_set
;
293
return (entry->
ae_set
& AE_SET_ATIME);
311
return (entry->
ae_set
& AE_SET_BIRTHTIME);
323
return (entry->
ae_set
& AE_SET_CTIME);
345
return (entry->
ae_set
& AE_SET_DEV);
375
return (entry->
ae_set
& AE_SET_FILETYPE);
434
return (entry->
ae_set
& AE_SET_GID);
481
if ((entry->
ae_set
& AE_SET_SYMLINK) != 0) {
482
entry->
ae_set
&= ~AE_SET_SYMLINK
[
all
...]
archive_entry_private.h
138
int
ae_set
; /* bitmap of fields that are currently set */
member in struct:archive_entry
Completed in 17 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026