Searched refs:du_depth (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddu.c46 static int du_depth; variable
79 if (du_depth == 0) {
89 if (slink_depth > du_depth) { /* -H or -L */
131 ++du_depth;
133 --du_depth;
137 } else if (du_depth > print_files) {
140 if (du_depth <= max_print_depth) {

Completed in 35 milliseconds