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

/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh95 typeset -i MAXDEPTH=3
99 while (( depth < MAXDEPTH )); do
116 (( depth == MAXDEPTH )) && \
129 (( depth == MAXDEPTH )) && \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh87 typeset -i MAXDEPTH=3
91 while (( depth < MAXDEPTH )); do
114 (( depth == MAXDEPTH )) && \
138 (( depth == MAXDEPTH )) && \
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c153 #define MAXDEPTH 64 /* maximum #if nesting */ macro
226 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
227 static bool ignoring[MAXDEPTH]; /* ignore comments state */
228 static int stifline[MAXDEPTH]; /* start of current #if */
698 if (depth > MAXDEPTH-1)
700 if (depth == MAXDEPTH-1)
/freebsd-13-stable/contrib/ntp/libparse/
H A Dparsesolaris.c981 #define MAXDEPTH 50 /* maximum allowed stream crawl */ macro
1026 loopcheck = MAXDEPTH;
1110 loopcheck = MAXDEPTH;
H A Dparsestreams.c1112 #define MAXDEPTH 50 /* maximum allowed stream crawl */ macro
1192 loopcheck = MAXDEPTH;
1273 loopcheck = MAXDEPTH;

Completed in 169 milliseconds