Home
last modified time | relevance | path

Searched refs:KEEP (Results 1 – 19 of 19) sorted by relevance

/titanic_52/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh115 # 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 Dppfsm.c228 { 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 Dppfsm.h45 #define KEEP(tok) CODE(tok,S_TOK) macro
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A Dmktest.sh77 [+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 Dregress.sh143 [+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 Diffe.sh1408 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 Dzfs_rename_009_neg.ksh55 if [[ -n $KEEP ]]; then
56 exclude=`eval $ECHO \"'(${KEEP})'\"`
/titanic_52/usr/src/cmd/backup/restore/
H A Drestore.c190 * 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 Drestore.h116 #define KEEP 0x0004 /* entry is not to change */ macro
H A Dutilities.c53 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 Dnsaddr.h40 #define KEEP 8 /* keep protocol field */ macro
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests81 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 Dpool_names_002_neg.ksh66 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
/titanic_52/usr/src/cmd/fwflash/plugins/
H A DMakefile.targ68 .KEEP STATE:
/titanic_52/usr/src/cmd/fwflash/plugins/transport/
H A DMakefile.targ74 .KEEP STATE:
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh200 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
/titanic_52/usr/src/test/zfs-tests/doc/
H A DREADME55 the $KEEP variable. The root pool is added automatically.
/titanic_52/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c38 #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 Dlibtest.shlib398 exclude=`eval $ECHO \"'(${KEEP})'\"`