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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Ddu.c51 int du_depth; member in struct:globals
88 if (G.du_depth == 0) {
98 if (G.slink_depth > G.du_depth) { /* -H or -L */
137 ++G.du_depth;
139 --G.du_depth;
144 if (!(option_mask32 & OPT_a_files_too) && G.du_depth != 0)
147 if (G.du_depth <= G.max_print_depth) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Ddu.c51 int du_depth; member in struct:globals
88 if (G.du_depth == 0) {
98 if (G.slink_depth > G.du_depth) { /* -H or -L */
137 ++G.du_depth;
139 --G.du_depth;
144 if (!(option_mask32 & OPT_a_files_too) && G.du_depth != 0)
147 if (G.du_depth <= G.max_print_depth) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Ddu.c51 int du_depth; member in struct:globals
88 if (G.du_depth == 0) {
98 if (G.slink_depth > G.du_depth) { /* -H or -L */
137 ++G.du_depth;
139 --G.du_depth;
144 if (!(option_mask32 & OPT_a_files_too) && G.du_depth != 0)
147 if (G.du_depth <= G.max_print_depth) {

Completed in 122 milliseconds