Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Ddu.c102 int du_depth; member
157 if (G.du_depth == 0) { in du()
167 if (G.slink_depth > G.du_depth) { /* -H or -L */ in du()
206 ++G.du_depth; in du()
208 --G.du_depth; in du()
213 if (!(option_mask32 & OPT_a_files_too) && G.du_depth != 0) in du()
216 if (G.du_depth <= G.max_print_depth) { in du()