HomeSort by: relevance | last modified time | path
    Searched refs:descend (Results 1 - 8 of 8) sorted by relevancy

  /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/usr.bin/make/unit-tests/
jobs-error-nested-make.mk 5 # This marker is typically used for targets like 'all' that descend into
  /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/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/sys/kern/
subr_thmap.c 619 descend:
624 /* Descend the tree until we find a leaf or empty slot. */
628 goto descend;
792 descend:
834 /* Another collision -- descend and expand again. */
835 goto descend;
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,
  /src/share/mk/
bsd.test.mk 67 # These entries must all correspond to subdirectories to descend into.
  /src/common/lib/libc/gen/
radixtree.c 844 goto descend;
896 descend:
899 * reverse scan) child node, descend until reaching the leaf or

Completed in 42 milliseconds