OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_DIR
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.sbin/mtree/
specspec.c
216
if (c1->type !=
F_DIR
&& c2->type ==
F_DIR
) {
219
} else if (c1->type ==
F_DIR
&& c2->type !=
F_DIR
) {
233
if (c1 == NULL && c2->type ==
F_DIR
) {
238
} else if (c2 == NULL && c1->type ==
F_DIR
) {
245
} else if (c1->type ==
F_DIR
&& c2->type ==
F_DIR
) {
verify.c
135
ep->type ==
F_DIR
&&
189
if (p->type !=
F_DIR
&& (dflag || p->flags & F_VISIT))
208
case
F_DIR
:
263
case
F_DIR
:
277
if (p->type ==
F_DIR
) {
spec.c
160
if (last->type !=
F_DIR
|| last->flags & F_DONE) {
195
if (cur == NULL || cur->type !=
F_DIR
) {
226
centry->type =
F_DIR
;
231
if (centry->type !=
F_DIR
)
234
F_DIR
, centry->type);
249
} else if (last->type ==
F_DIR
&& !(last->flags & F_DONE)) {
332
if (cur->type !=
F_DIR
&& !matchtags(cur))
852
if ((a->type &
F_DIR
) != 0) {
853
if ((b->type &
F_DIR
) == 0)
855
} else if ((b->type &
F_DIR
) != 0)
[
all
...]
mtree.h
99
#define
F_DIR
0x004 /* directory */
misc.c
100
{"dir",
F_DIR
, 0},
256
case
F_DIR
:
compare.c
158
case
F_DIR
:
307
if (s->flags & F_NLINK && s->type !=
F_DIR
&&
/src/bin/pax/
ftree.c
155
(ftnode->type !=
F_DIR
|| strcmp(ftnode->name, ".") != 0)) {
491
if (ftnode->type ==
F_DIR
&& (ftnode->flags & F_OPT))
524
if (ftnode->type ==
F_DIR
&& ftnode->child != NULL) {
/src/usr.sbin/makefs/
walk.c
466
assert(root->type ==
F_DIR
);
490
if (specnode->type !=
F_DIR
)
608
if (curnode->type ==
F_DIR
) {
Completed in 31 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025