Home
last modified time | relevance | path

Searched refs:A (Results 26 – 50 of 1655) sorted by relevance

12345678910>>...67

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_001_pos.ksh67 typeset opt=A$2$1
75 A[0-9]*+) (( expect_count = trival_count + 1 )) ;;
76 A[0-9]*-) (( expect_count = trival_count - 1 )) ;;
77 A[0-9]*=) (( expect_count = trival_count )) ;;
82 if [[ $opt == A[0-9]*+ || $opt == A[0-9]*= ]]; then
94 if [[ $opt == A[0-9]*+ || $opt == A[0-9]*= ]]; then
H A Dzfs_acl_chmod_001_neg.ksh58 for A in ${A_opts[@]}; do
59 log_mustnot usr_exec chmod ${A}owner@:read_data:allow $node
60 log_mustnot usr_exec chmod A+ asd owner@:execute:deny $node
65 log_mustnot usr_exec chmod A+$tp:read_data:deny $node
102 log_mustnot chmod A+owner@:read_data:allow $node
104 chmod A+owner@:read_data:allow $node
/illumos-gate/usr/src/uts/common/gssapi/
H A Dkgssapi_defs.h54 #define GSSLOG(A, B, C) \ argument
55 ((void)((gss_log & (A)) && (printf((B), (C)), TRUE)))
56 #define GSSLOG0(A, B) \ argument
57 ((void)((gss_log & (A)) && (printf(B), TRUE)))
59 #define GSSLOG(A, B, C) argument
60 #define GSSLOG0(A, B) argument
/illumos-gate/usr/src/cmd/spell/
H A Dspell.sh70 case $A in
88 for A in $*
90 case $A in
95 if LOCAL=`expr $A : '+\(.*\)' 2>/dev/null`;
101 *) FT_SPELL="$FT_SPELL $A"
102 if [ -r $A ]; then
103 F_SPELL="$F_SPELL $A"
105 printf "`gettext 'spell: Cannot read file %s'`\n" "$A" 1>&2
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcasinl.c70 long double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; in casinl() local
189 A = sqrtl(one + y * y); in casinl()
190 LD_RE(ans) = x / A; /* may underflow */ in casinl()
192 LD_IM(ans) = logl(y + A); in casinl()
194 LD_IM(ans) = half * log1pl((y + y) * (y + A)); in casinl()
201 A = half * (R + S); in casinl()
202 B = x / A; in casinl()
206 Apx = A + x; in casinl()
214 if (A <= Acrossover) { in casinl()
220 LD_IM(ans) = log1pl(Am1 + sqrtl(Am1 * (A + one))); in casinl()
[all …]
H A Dcasin.c216 double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; in casin() local
335 A = sqrt(one + y * y); in casin()
336 D_RE(ans) = x / A; /* may underflow */ in casin()
338 D_IM(ans) = log(y + A); in casin()
340 D_IM(ans) = half * log1p((y + y) * (y + A)); in casin()
347 A = half * (R + S); in casin()
348 B = x / A; in casin()
353 Apx = A + x; in casin()
361 if (A <= Acrossover) { in casin()
367 D_IM(ans) = log1p(Am1 + sqrt(Am1 * (A + one))); in casin()
[all …]
H A Dcacos.c220 double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; in cacos() local
364 A = sqrt(one + y * y); in cacos()
366 D_IM(ans) = log(y + A); in cacos()
368 D_IM(ans) = half * log1p((y + y) * (y + A)); in cacos()
375 A = half * (R + S); in cacos()
376 B = x / A; in cacos()
380 Apx = A + x; in cacos()
388 if (A <= Acrossover) { in cacos()
394 D_IM(ans) = log1p(Am1 + sqrt(Am1 * (A + one))); in cacos()
396 D_IM(ans) = log(A + sqrt(A * A - one)); in cacos()
H A Dcacosl.c76 long double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; in cacosl() local
230 A = sqrtl(one + y * y); in cacosl()
232 LD_IM(ans) = logl(y + A); in cacosl()
234 LD_IM(ans) = half * log1pl((y + y) * (y + A)); in cacosl()
242 A = half * (R + S); in cacosl()
243 B = t / A; in cacosl()
248 Apx = A + t; in cacosl()
256 if (A <= Acrossover) { in cacosl()
262 LD_IM(ans) = log1pl(Am1 + sqrtl(Am1 * (A + one))); in cacosl()
264 LD_IM(ans) = logl(A + sqrtl(A * A - one)); in cacosl()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_defs.h56 #define RPCGSS_LOG1(A, B, C, D) \ argument
57 ((void)((rpcgss_log) && (rpcgss_log & (A)) && (printf((B), \
59 #define RPCGSS_LOG(A, B, C) \ argument
60 ((void)((rpcgss_log) && (rpcgss_log & (A)) && (printf((B), (C)), TRUE)))
61 #define RPCGSS_LOG0(A, B) \ argument
62 ((void)((rpcgss_log) && (rpcgss_log & (A)) && (printf(B), TRUE)))
64 #define RPCGSS_LOG1(A, B, C, D)
65 #define RPCGSS_LOG(A, B, C)
66 #define RPCGSS_LOG0(A, B)
H A Dtypes.h104 #define RPCLOG(A, B, C) \ argument
105 ((void)((rpclog) && (rpclog & (A)) && (printf((B), (C)), TRUE)))
106 #define RPCLOG0(A, B) \ argument
107 ((void)((rpclog) && (rpclog & (A)) && (printf(B), TRUE)))
109 #define RPCLOG(A, B, C) argument
110 #define RPCLOG0(A, B) argument
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h287 #define STREQU(A, B) ((!(A) || !(B)) ? 0 : (strcmp((A), (B)) == 0)) argument
288 #define STRNEQU(A, B, N) ((!(A) || !(B)) ? 0 : (strncmp((A), (B), (N)) == 0)) argument
289 #define CS_STREQU(A, B) (cs_strcmp((A), (B)) == 0) argument
290 #define CS_STRNEQU(A, B, N) (cs_strncmp((A), (B), (N)) == 0) argument
296 #define SAME(A, B) ((A) == (B) || (A) && (B) && STREQU((A), (B))) argument
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dconstexpr-offsetof.c1 struct A { struct
9 [__builtin_offsetof(struct A, b)] = 0, // OK argument
10 [__builtin_offsetof(struct A, a[0])] = 0, // OK
11 [__builtin_offsetof(struct A, a[0*0])] = 0, // OK
12 [__builtin_offsetof(struct A, a[c])] = 0 // KO
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h71 #define FTYPE(A) (A.st_mode) argument
72 #define FMODE(A) (A.st_mode) argument
73 #define IDENTICAL(A,B) (A.st_dev==B.st_dev && A.st_ino==B.st_ino) argument
74 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) argument
75 #define ISCHR(A) ((A.st_mode & S_IFMT) == S_IFCHR) argument
76 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument
77 #define ISFIFO(A) ((A.st_mode & S_IFMT) == S_IFIFO) argument
78 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) argument
/illumos-gate/usr/src/data/locale/data/
H A Dda_DK.ISO8859-15.src38 upper <A>;/
272 <A>;/
462 <A>;/
672 <A>;/
689 toupper (<a>,<A>);/
750 tolower (<A>,<a>);/
818 collating-element <A-A> from "<A><A>"
819 collating-element <A-a> from "<A><a>"
1232 <A> <X2900>;<X05>;<X9C>;<A>
1354 <A-A> "<X5C6F><X0400>";<X05>;"<X89><XC0>";<A-A>
[all …]
H A Dda_DK.ISO8859-1.src38 upper <A>;/
265 <A>;/
455 <A>;/
665 <A>;/
682 toupper (<a>,<A>);/
739 tolower (<A>,<a>);/
803 collating-element <A-A> from "<A><A>"
804 collating-element <A-a> from "<A><a>"
1236 <A> <X2900>;<X05>;<X9C>;<A>
1351 <A-A> "<X5C6F><X0400>";<X05>;"<X89><XC0>";<A-A>
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddebug.h83 #define IMPLY(A, B) \ argument
84 ((void)(((!(A)) || (B)) || \
85 assfail("(" #A ") implies (" #B ")", __FILE__, __LINE__)))
86 #define EQUIV(A, B) \ argument
87 ((void)((!!(A) == !!(B)) || \
88 assfail("(" #A ") is equivalent to (" #B ")", __FILE__, __LINE__)))
90 #define IMPLY(A, B) ((void)0) argument
91 #define EQUIV(A, B) ((void)0) argument
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DTEST.mk68 local I A V X S R=0
69 for A $(>:V:O>1)
70 if A == "::"
72 elif A == ":"
78 elif A != "-l*|*$(CC.SUFFIX.ARCHIVE)"
80 test.$(A) : .VIRTUAL .FORCE
81 test.$(T) : test.$(A)
83 V += $(A:V)
156 test.$(<) : $(<).tst $(<:A=.COMMAND)
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h325 #define LOG_OP(C, T, O, K, A, F) { \ argument
333 T, &_lsn, 0, &_op, (C)->dbp->log_fileid, K, A, F); \
337 #define DEBUG_LREAD(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument
339 #define DEBUG_LREAD(C, T, O, K, A, F) argument
342 #define DEBUG_LWRITE(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument
344 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
347 #define DEBUG_LREAD(C, T, O, K, A, F) argument
348 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor12.c4 #define A(x,...) x,##__VA_ARGS__ macro
5 A(1)
6 A(1,2)
7 A(1,2,3)
H A Dpreprocessor13.c4 #define A(x,...) x##,##__VA_ARGS__ macro
5 A(1)
6 A(1,2)
7 A(1,2,3)
/illumos-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl50 my ($code, $ctx, $inp, $num, $xi, $t0, $t1, $i, @V, $A, $B, $C, $D, $E, $T);
74 $A="%edx";
82 @V=($A,$B,$C,$D,$E,$T);
99 mov 0($ctx),$A
254 add 8($ctx),$A
259 mov $A,8($ctx)
263 xchg $E,$A # mov $E,$A
265 xchg $E,$C # mov $A,$C
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c67 #define until(A) if (A) break; argument
95 #define COMPARE(A, B) (* hcompar)((A), (B)) argument
98 #define COMPARE(A, B) strcmp((A), (B)) argument
111 #define HASH2(A) 1 /* Secondary hash function */ argument
401 #define STRCMP(A, B) (COMPARE((A), (B)) > 0) argument
404 #define STRCMP(A, B) (COMPARE((A), (B)) < 0) argument
406 #define STRCMP(A, B) (COMPARE((A), (B)) != 0) argument
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h63 #define DEBUGOUT1(S, A) \ argument
64 E1000G_DEBUGLOG_1(NULL, E1000G_INFO_LEVEL, S, A)
65 #define DEBUGOUT2(S, A, B) \ argument
66 E1000G_DEBUGLOG_2(NULL, E1000G_INFO_LEVEL, S, A, B)
67 #define DEBUGOUT3(S, A, B, C) \ argument
68 E1000G_DEBUGLOG_3(NULL, E1000G_INFO_LEVEL, S, A, B, C)
73 #define DEBUGOUT1(S, A)
74 #define DEBUGOUT2(S, A, B)
75 #define DEBUGOUT3(S, A, B, C)
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_ord.c150 int A,Z,a,z; in main() local
152 A = m_ord('A'); in main()
157 A, Z, m_chr(A), m_chr(Z)); in main()
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dgetmessage.awk60 match($j, /[A-Z]/) != 0)
73 match($j, /[A-Z]/) != 0)
86 match($1, /[A-Z]/) != 0)
91 match($1, /[A-Z]/) != 0)

12345678910>>...67