/titanic_41/usr/src/cmd/audit_warn/ |
H A D | audit_warn.sh | 55 if [ -z "$COUNT" -o "0$COUNT" -eq 1 ] 146 COUNT=$2 150 MESSAGE="Hard limit exceeded on all filesystems. (count=$COUNT)" 276 COUNT=$5 277 if [ $COUNT -eq 1 ]; then 289 This message has been displayed $COUNT time$S."
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | rollback_001_pos.ksh | 69 typeset -i COUNT=10 73 while [[ $i -le $COUNT ]]; do 83 if [[ $FILE_COUNT -ne $COUNT ]]; then 90 while [[ $i -le $COUNT ]]; do 110 if [[ $FILE_COUNT -ne $COUNT ]]; then
|
H A D | snapshot_011_pos.ksh | 67 typeset -i COUNT=10 71 while (( i < COUNT )); do 81 if (( FILE_COUNT != COUNT )); then 88 while (( i < COUNT )); do 108 if (( FILE_COUNT != $COUNT )); then
|
H A D | rollback_002_pos.ksh | 73 typeset -i COUNT=10 77 while [[ $i -le $COUNT ]]; do 87 if [[ $FILE_COUNT -ne $COUNT ]]; then 94 while [[ $i -le $COUNT ]]; do 105 while [[ $i -le $COUNT ]]; do
|
H A D | snapshot_008_pos.ksh | 50 while [[ $i -lt $COUNT ]]; do 69 typeset -i COUNT=10 75 while [[ $i -lt $COUNT ]]; do 84 while [[ $i -lt $COUNT ]]; do
|
H A D | clone_001_pos.ksh | 109 typeset -i COUNT=10 115 while [[ $j -le $COUNT ]]; do 138 if [[ $FILE_COUNT -ne $COUNT ]]; then 145 while [[ $j -le $COUNT ]]; do 152 if [[ $FILE_COUNT -ne $COUNT ]]; then
|
H A D | snapshot_003_pos.ksh | 51 while [ $i -lt $COUNT ]; do 76 typeset -i COUNT=10 80 while [[ $i -lt $COUNT ]]; do 93 while [[ $i -lt $COUNT ]]; do
|
H A D | snapshot_007_pos.ksh | 51 while [ $i -lt $COUNT ]; do 80 typeset -i COUNT=10 84 while [[ $i -lt $COUNT ]]; do 97 while [[ $i -lt $COUNT ]]; do
|
H A D | snapshot_013_pos.ksh | 76 typeset -i COUNT=10 80 while (( i < COUNT )); do 96 (( FILE_COUNT != COUNT )) && log_fail "Got $FILE_COUNT expected $COUNT"
|
H A D | snapshot_004_pos.ksh | 73 typeset -i COUNT=10 77 while [[ $i -lt $COUNT ]]; do
|
H A D | snapshot_002_pos.ksh | 82 typeset -i COUNT=21 91 while [ $i -lt $COUNT ]; do
|
H A D | snapshot_006_pos.ksh | 81 typeset -i COUNT=21 89 while [ $i -lt $COUNT ]; do
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/bootfs/ |
H A D | bootfs_004_neg.ksh | 67 COUNT=0 68 while [ $COUNT -le 1025 ] 71 COUNT=$(( $COUNT + 1 ))
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/ |
H A D | zpool_set_002_neg.ksh | 86 COUNT=0 87 while [ $COUNT -le 1025 ] 90 COUNT=$(( $COUNT + 1 ))
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | setup.ksh | 47 COUNT=0 51 ZFS_USER="${ZFS_USER}${COUNT}" 52 COUNT=$(( $COUNT + 1 ))
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade_001_pos.ksh | 71 typeset -i COUNT OLDCOUNT 102 COUNT=$( $WC -l $output | $AWK '{print $1}' ) 110 if (( i != COUNT - OLDCOUNT )); then 129 COUNT=$( $WC -l $output | $AWK '{print $1}' ) 131 if (( COUNT != OLDCOUNT )); then
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.kshlib | 57 COUNT=0 58 while [ $COUNT -lt 1024 ]; do 59 $DD if=/dev/urandom of=/$POOL_NAME/random.$COUNT \ 61 COUNT=$(( $COUNT + 1 ))
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | all.test | 24 set COUNT [exec cat ./sqlite_test_count] 26 set COUNT 4 33 set COUNT $value 62 for {set Counter 0} {$Counter<$COUNT && $nErr==0} {incr Counter} {
|
H A D | memleak.test | 27 set COUNT [exec cat ./sqlite_test_count] 29 set COUNT 3 66 for {set COUNTER 0} {$COUNTER<$COUNT} {incr COUNTER} {
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | regex.c | 971 case ASCII_CHAR|COUNT: /* char{min_count,max_count} */ in test_string() 1051 case MULTIBYTE_CHAR|COUNT: /* char{min_count,max_count} */ in test_string() 1159 case ANY_CHAR|COUNT: /* .{min_count,max_count} */ in test_string() 1297 case IN_ASCII_CHAR_CLASS | COUNT: /* [.....]{max_count,min_count} */ in test_string() 1298 case NOT_IN_ASCII_CHAR_CLASS | COUNT: in test_string() 1313 if ((int)*regexp == (int)(IN_ASCII_CHAR_CLASS|COUNT)) { in test_string() 1431 case IN_MULTIBYTE_CHAR_CLASS|COUNT: /* [...]{min_count,max_count} */ in test_string() 1432 case NOT_IN_MULTIBYTE_CHAR_CLASS|COUNT: in test_string() 1445 if ((int)*regexp == (int)(IN_MULTIBYTE_CHAR_CLASS|COUNT)) { in test_string() 1562 case IN_OLD_ASCII_CHAR_CLASS|COUNT: /* [...]{min_count,max_count} */ in test_string() [all …]
|
H A D | regex.h | 48 #define COUNT 0x3 macro
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/ |
H A D | zpool_get_002_pos.ksh | 85 COUNT=$($WC /tmp/values.$$ | $AWK '{print $1}') 86 if [ $i -ne $COUNT ]
|
/titanic_41/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 49 #define COUNT(n) ((void) n++) macro 53 #define COUNT(n) ((void)0) macro
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | variables.sh | 161 function COUNT.set 165 COUNT=0 166 (( COUNT++ )) 167 if (( COUNT != 1 || ACCESS!=2 )) 168 then err_exit " set discipline failure COUNT=$COUNT ACCESS=$ACCESS"
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 47 #define COUNT(n) ((void) n++) macro 51 #define COUNT(n) ((void)0) macro
|