Searched refs:slink_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.c45 static int slink_depth; variable
89 if (slink_depth > du_depth) { /* -H or -L */
96 if (slink_depth == 1) {
97 slink_depth = INT_MAX; /* Convert -H to -L. */
202 slink_depth = 1;
206 slink_depth = INT_MAX;
227 if (slink_depth == 1) {
228 slink_depth = 0;
232 slink_depth_save = slink_depth;
236 slink_depth
[all...]

Completed in 217 milliseconds