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 D | zfs_mount_006_pos.ksh | 77 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 D | path.h | 47 #define MAXDEPTH (sizeof(char*)==2?64:1024) /* maximum recursion depth*/ macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | path.h | 48 #define MAXDEPTH (sizeof(char*)==2?64:1024) /* maximum recursion depth*/ macro
|
/titanic_51/usr/src/cmd/find/ |
H A D | find.c | 88 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 D | misc.c | 49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | misc.c | 49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2637 if(shp->fn_depth++ > MAXDEPTH) in sh_funscope()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 3420 if(shp->fn_depth++ > MAXDEPTH) in sh_funscope()
|