/titanic_52/usr/src/test/zfs-tests/cmd/scripts/ |
H A D | zfstest.ksh | 115 # Add the root pool to $KEEP according to its contents. 117 if [[ -z $KEEP ]]; then 118 KEEP="$(find_rpool)" 120 KEEP+=" $(find_rpool)" 123 export __ZFS_POOL_EXCLUDE="$KEEP" 124 export KEEP="^$(echo $KEEP | sed 's/ /$|^/g')\$"
|
/titanic_52/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.c | 228 { DOT2, { '.' }, KEEP(T_VARIADIC), }, 327 { COM1, { '=' }, KEEP(T_DIVEQ), }, 490 { PCT1, { '=' }, KEEP(T_MODEQ), }, 493 { AND1, { '=' }, KEEP(T_ANDEQ), }, 494 { AND1, { '&' }, KEEP(T_ANDAND), }, 497 { STAR1, { '=' }, KEEP(T_MPYEQ), }, 501 { PLUS1, { '=' }, KEEP(T_ADDEQ), }, 502 { PLUS1, { '+' }, KEEP(T_ADDADD), }, 505 { MINUS1, { '=' }, KEEP(T_SUBEQ), }, 506 { MINUS1, { '-' }, KEEP(T_SUBSU [all...] |
H A D | ppfsm.h | 45 #define KEEP(tok) CODE(tok,S_TOK) macro
|
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | mktest.sh | 77 [+KEEP \apattern\a ...?File match patterns of files to retain 112 typeset IO INPUT INPUT_N OUTPUT OUTPUT_N ERROR ERROR_N KEEP 490 if [[ $f != $KEEP ]] 502 function KEEP function 506 do if [[ $KEEP ]] 507 then KEEP=$KEEP'|' 509 KEEP=$KEEP$p
|
H A D | regress.sh | 143 [+KEEP \b\apattern\a ...?The temporary directory is cleared for 230 case $KEEP in 235 !($KEEP)) j="$j $i" ;; 964 function KEEP # pattern ... function 968 do case $KEEP in 969 "") KEEP="$i" ;; 970 *) KEEP="$KEEP|$i" ;; 1331 typeset IGNORE INPUT KEEP OUTPUT TEST SOURCE MOVE NOTE UMASK UMASK_ORIG
|
H A D | iffe.sh | 1408 KEEP|NONE) 1436 KEEP) ifelse=DONE 1439 ifelse=KEEP 4568 TEST:SUCCESS) ifelse=KEEP ;;
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_009_neg.ksh | 55 if [[ -n $KEEP ]]; then 56 exclude=`eval $ECHO \"'(${KEEP})'\"`
|
/titanic_52/usr/src/cmd/backup/restore/ |
H A D | restore.c | 190 * KEEP - entries that are to be left alone. 308 * Mark it as KEEP so that other links to the inode can be 314 ip->e_flags |= KEEP; 354 ep->e_flags |= NEW|KEEP; 362 * been found (indicated by the KEEP flag, see above) then 371 if (type == LEAF && (ip->e_flags & KEEP) == 0) { 377 if ((ip->e_flags & KEEP) == 0) { 381 ip->e_flags |= KEEP; 412 np->e_flags |= KEEP; 431 if (ip->e_flags & KEEP) { [all...] |
H A D | restore.h | 116 #define KEEP 0x0004 /* entry is not to change */ macro
|
H A D | utilities.c | 53 ep->e_flags |= NEW|KEEP; in pathcheck() 426 if (ep->e_flags & KEEP) in flagvalues() 427 (void) strlcat(flagbuf, gettext("|KEEP"), sizeof (flagbuf)); in flagvalues()
|
/titanic_52/usr/src/cmd/listen/ |
H A D | nsaddr.h | 40 #define KEEP 8 /* keep protocol field */ macro
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | shtests | 81 state=KEEP 110 state=KEEP 114 KEEP) case $data in 158 state=KEEP
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/pool_names/ |
H A D | pool_names_002_neg.ksh | 66 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
|
/titanic_52/usr/src/cmd/fwflash/plugins/ |
H A D | Makefile.targ | 68 .KEEP STATE:
|
/titanic_52/usr/src/cmd/fwflash/plugins/transport/ |
H A D | Makefile.targ | 74 .KEEP STATE:
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_all_001_pos.ksh | 200 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
|
/titanic_52/usr/src/test/zfs-tests/doc/ |
H A D | README | 55 the $KEEP variable. The root pool is added automatically.
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | optget.c | 38 #define KEEP "*[A-Za-z][A-Za-z]*" macro 2773 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT)) in opthelp() 2800 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT)) in opthelp()
|
/titanic_52/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 398 exclude=`eval $ECHO \"'(${KEEP})'\"`
|