Home
last modified time | relevance | path

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

/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh77 typeset -i MAXDEPTH=3
81 while (( depth < MAXDEPTH )); do
98 (( depth == MAXDEPTH )) && \
111 (( depth == MAXDEPTH )) && \
/titanic_51/usr/src/lib/libshell/common/include/
H A Dpath.h47 #define MAXDEPTH (sizeof(char*)==2?64:1024) /* maximum recursion depth*/ macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h48 #define MAXDEPTH (sizeof(char*)==2?64:1024) /* maximum recursion depth*/ macro
/titanic_51/usr/src/cmd/find/
H A Dfind.c88 IREGEX, LINKS, LOCAL, LPAREN, LS, MAXDEPTH, MINDEPTH, MMIN, MOUNT, enumerator
135 "-maxdepth", MAXDEPTH, Num,
462 if (((argp->action == MAXDEPTH) ||
468 (argp->action == MAXDEPTH) ?
754 case MAXDEPTH:
1139 case MAXDEPTH:
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dmisc.c49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c2637 if(shp->fn_depth++ > MAXDEPTH) in sh_funscope()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c3420 if(shp->fn_depth++ > MAXDEPTH) in sh_funscope()