OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:descend
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/restore/
restore.c
61
long
descend
= hflag ? GOOD : FAIL;
local
64
return (
descend
);
67
return (
descend
);
78
long
descend
= hflag ? GOOD : FAIL;
local
83
return (
descend
);
86
return (
descend
);
93
return (
descend
);
100
return (
descend
);
108
return (
descend
);
119
long
descend
= hflag ? GOOD : FAIL
local
211
long
descend
= GOOD;
local
843
long
descend
= GOOD;
local
[
all
...]
/src/lib/libc/gen/
fts.c
649
int cderrno,
descend
, level, nlinks, saved_errno, nostat, doadjust;
local
703
* If we're going to need to stat anything or we want to
descend
723
descend
= 0;
726
descend
= 1;
728
descend
= 0;
897
if (
descend
&& (type == BCHILD || !nitems) &&
/src/games/atc/
input.c
85
static const char *
descend
(int);
164
{ '-', 10, "
descend
",
descend
},
165
{ 'd', 10, "
descend
",
descend
},
556
descend
(int c __unused)
function
/src/sys/kern/
kern_ktrace.c
1022
int
descend
;
local
1024
descend
= ops & KTRFLAG_DESCEND;
1129
if (
descend
)
1145
else if (
descend
)
1280
* If this process has children,
descend
to them next,
Completed in 29 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026