Home
last modified time | relevance | path

Searched refs:maxdepth (Results 1 – 25 of 49) sorted by relevance

12

/openbsd/lib/libc/stdlib/
H A Dqsort.c125 introsort(char *a, size_t n, size_t es, size_t maxdepth, int swaptype, in introsort() argument
139 if (maxdepth == 0) { in introsort()
143 maxdepth--; in introsort()
196 introsort(a, r / es, es, maxdepth, in introsort()
207 introsort(pn - s, s / es, es, maxdepth, in introsort()
219 size_t i, maxdepth = 0; in qsort() local
224 maxdepth++; in qsort()
225 maxdepth *= 2; in qsort()
234 introsort(a, n, es, maxdepth, swaptype, cmp); in qsort()
/openbsd/usr.bin/du/
H A Ddu.c63 int ftsoptions, listfiles, maxdepth; in main() local
76 maxdepth = -1; in main()
97 maxdepth = strtonum(optarg, 0, INT_MAX, &errstr); in main()
112 maxdepth = 0; in main()
144 if (maxdepth == -1) in main()
145 maxdepth = INT_MAX; in main()
178 if (p->fts_level <= maxdepth) in main()
198 if ((listfiles && p->fts_level <= maxdepth) || in main()
/openbsd/gnu/llvm/clang/docs/
H A Dindex.rst9 :maxdepth: 1
17 :maxdepth: 1
61 :maxdepth: 1
82 :maxdepth: 1
98 :maxdepth: 1
H A DClangStaticAnalyzer.rst15 :maxdepth: 2
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dindex.rst15 :maxdepth: 1
46 :maxdepth: 1
65 :maxdepth: 1
75 :maxdepth: 1
95 :maxdepth: 1
/openbsd/gnu/llvm/clang/docs/HLSL/
H A DHLSLDocs.rst4 :maxdepth: 1
12 :maxdepth: 1
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dpurity_deepcopy_maxdepth.t287 my ($obj, %dumps, $maxdepth);
306 $maxdepth = 3;
307 local $Data::Dumper::Maxdepth = $maxdepth;
327 my ($obj, %dumps, $maxdepth);
349 $maxdepth = 3;
351 $obj->Maxdepth($maxdepth);
/openbsd/gnu/llvm/lldb/docs/
H A Dindex.rst116 :maxdepth: 1
127 :maxdepth: 1
148 :maxdepth: 1
161 :maxdepth: 1
169 :maxdepth: 1
179 :maxdepth: 1
/openbsd/gnu/llvm/clang/docs/analyzer/
H A Duser-docs.rst7 :maxdepth: 2
H A Ddeveloper-docs.rst7 :maxdepth: 2
/openbsd/sys/arch/alpha/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/macppc/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/octeon/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/armv7/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/hppa/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/i386/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/loongson/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/amd64/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/arm64/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/luna88k/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/sparc64/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/powerpc64/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/riscv64/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/sys/arch/landisk/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd/gnu/llvm/clang/docs/CommandGuide/
H A Dindex.rst15 :maxdepth: 1

12