/src/sbin/restore/ |
restore.c | 61 long descend = hflag ? GOOD : FAIL; local in function:listfile 64 return (descend); 67 return (descend); 78 long descend = hflag ? GOOD : FAIL; local in function:addfile 83 return (descend); 86 return (descend); 93 return (descend); 100 return (descend); 108 return (descend); 119 long descend = hflag ? GOOD : FAIL local in function:deletefile 211 long descend = GOOD; local in function:nodeupdates 843 long descend = GOOD; local in function:verifyfile [all...] |
/src/lib/libc/gen/ |
fts.c | 649 int cderrno, descend, level, nlinks, saved_errno, nostat, doadjust; local in function:fts_build 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 in typeref:typename:const char *
|
/src/sys/kern/ |
kern_ktrace.c | 1000 int descend; local in function:ktrace_common 1002 descend = ops & KTRFLAG_DESCEND; 1107 if (descend) 1123 else if (descend) 1258 * If this process has children, descend to them next,
|