/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_rwacl_001_pos.ksh | 84 chgusr_exec $user $CHMOD A0+owner@:read_data:allow $node 92 chgusr_exec $user $CHMOD A0- $node 112 $CHMOD A0+owner@:read_acl/write_acl:$acc $node 115 log_must usr_exec $CHMOD A0- $node 130 log_must usr_exec $CHMOD A0+group@:read_acl/write_acl:allow $node 133 log_must usr_exec $CHMOD A0- $node 135 log_must usr_exec $CHMOD A0+group@:read_acl/write_acl:deny $node 138 log_must usr_exec $CHMOD A0- $node 154 $CHMOD A0+everyone@:read_acl/write_acl:$flag $node 159 log_must usr_exec $CHMOD A0- $node [all …]
|
H A D | zfs_acl_chmod_rwx_004_pos.ksh | 93 log_must usr_exec $CHMOD A0- $node 99 log_must usr_exec $CHMOD A0- $node 100 log_must usr_exec $CHMOD A0- $node 107 log_must usr_exec $CHMOD A0- $node 108 log_must usr_exec $CHMOD A0- $node
|
H A D | zfs_acl_chmod_001_neg.ksh | 75 log_mustnot $CHMOD A0- $node 77 log_must $CHMOD A0- $node
|
H A D | zfs_acl_chmod_compact_001_pos.ksh | 206 log_must $CHMOD A0+user:$ZFS_ACL_OTHER1:execute:deny \ 215 log_must usr_exec $CHMOD A0- $node
|
H A D | zfs_acl_mv_001_pos.ksh | 151 log_must $CHMOD A0+$spec_ace ${orig_file[i]} 162 log_must $CHMOD A0+$spec_ace $obj
|
H A D | zfs_acl_chmod_rwx_002_pos.ksh | 200 log_must $CHMOD A0+user:$ZFS_ACL_OTHER1:execute:deny \ 208 log_must usr_exec $CHMOD A0- $node
|
H A D | zfs_acl_chmod_delete_001_pos.ksh | 223 log_must usr_exec $CHMOD A0- $node 227 log_must usr_exec $CHMOD A0- $parent
|
H A D | zfs_acl_ls_001_pos.ksh | 96 $CHMOD A0+$spec_ace $obj
|
H A D | zfs_acl_find_001_pos.ksh | 123 log_must $CHMOD A0- $obj
|
H A D | zfs_acl_cp_001_pos.ksh | 78 A0+user:$ZFS_ACL_OTHER1:read_acl:deny $obj
|
H A D | zfs_acl_chmod_rwx_003_pos.ksh | 111 log_must usr_exec $CHMOD A0- $node
|
H A D | zfs_acl_cp_002_pos.ksh | 83 A0+user:$ZFS_ACL_OTHER1:read_acl:deny $obj
|
H A D | zfs_acl_chmod_xattr_002_pos.ksh | 154 log_must usr_exec $CHMOD A0- $node
|
H A D | zfs_acl_chmod_xattr_001_pos.ksh | 159 log_must usr_exec $CHMOD A0- $node
|
/titanic_50/usr/src/lib/libmvec/common/ |
H A D | __vrsqrtf.c | 276 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf() local 299 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf() 336 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf() local 358 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf() 372 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf() local 391 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf() 404 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ in __vrsqrtf_n() local 460 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf_n() 461 res1 = tbl_sqrt1 * (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0); in __vrsqrtf_n() 462 res2 = tbl_sqrt2 * (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0); in __vrsqrtf_n() [all …]
|
H A D | __vrhypotf.c | 224 A0 = 9.99999997962321453275e-01, variable 343 res0 *= (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrhypotf() 418 res0 *= (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrhypotf_n() 419 res1 *= (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0); in __vrhypotf_n() 420 res2 *= (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0); in __vrhypotf_n() 456 res0 *= (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrhypotf_n()
|
/titanic_50/usr/src/lib/libast/common/uwin/ |
H A D | rand48.c | 57 #define A0 0X5 macro 66 static unsigned short a[3] = { A0, A1, A2}; 153 a[0] = A0; in seed48() 168 a[0] = A0; in srand48()
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | drand48.c | 54 #define A0 0xE66D macro 60 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) 84 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | drand48.c | 77 #define A0 0xE66D macro 83 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) 96 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | drand48.c | 81 #define A0 0xE66D macro 87 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) 100 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
|
/titanic_50/usr/src/lib/libm/common/R/ |
H A D | powf.c | 48 A0 = 1.999999999813723303647511146995966439250e+0000, variable 249 dy = invln2 * (TBL[i] + ds * (A0 + dz * A1)); in powf()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/cifs/ |
H A D | cifs_attr_003_pos.ksh | 365 verify_expect $expect $CHG_USR_EXEC $user $CHMOD A0- $object 366 verify_expect $expect $CHG_USR_EXEC $user $CHMOD A0- $object
|
H A D | cifs_attr_001_pos.ksh | 166 log_must $CHMOD A0- $object
|
/titanic_50/usr/src/lib/iconv_modules/utf-8/common/binarytables/srcs/ |
H A D | CP869+UTF-8.src | 282 0xC6 0xCEA0 // U+03A0 366 0xFE 0xE296A0 // U+25A0 371 0xFF 0xC2A0 // U+00A0
|
H A D | IBM-869+UTF-8.src | 273 0xC6 0xCEA0 // U+03A0 357 0xFE 0xE296A0 // U+25A0 362 0xFF 0xC2A0 // U+00A0
|