OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_FLAGS
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mtree/
mtree.h
38
F_TIME | F_TYPE | F_UID |
F_FLAGS
)
70
#define
F_FLAGS
0x00000008 /* file flags */
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c
48
(
F_FLAGS
| F_GID | F_GNAME | F_MODE | F_TYPE | F_UID | F_UNAME)
176
#define
F_FLAGS
0x00000008 /* file flags */
213
#define DEFAULT_KEYS (F_DEV |
F_FLAGS
| F_GID | F_GNAME | F_SLINK | F_MODE\
477
effkeys &= ~
F_FLAGS
;
478
else if ((oldkeys &
F_FLAGS
) != 0) {
484
effkeys &= ~
F_FLAGS
;
494
keys &= ~
F_FLAGS
;
540
if ((keys & effkeys &
F_FLAGS
) != 0) {
551
keys &= ~
F_FLAGS
;
552
if ((oldkeys &
F_FLAGS
) != 0
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026