Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 116) sorted by relevance

12345

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c86 #define MSYM(A) (*(A+1)) /* symbol in a meta symbol block */ argument
87 #define MNEXT(A) (A+2) /* character following a metasymbol block */ argument
89 #define OSYM(A) (*(A+1)) /* symbol in an operation block */ argument
90 #define OCNT(A) (*(A+2)) /* character count */ argument
91 #define ONEXT(A) (A+3) /* next character after the operation */ argument
92 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ argument
94 #define SCNT(A) (*(A+1)) /* byte count of a string */ argument
95 #define SSTR(A) (A+2) /* address of the string */ argument
96 #define SNEXT(A) (A+2+*(A+1)) /* character following the string */ argument
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y95 temp(A) ::= TEMP. {A = 1;} in temp() argument
96 temp(A) ::= . {A = 0;} in temp() argument
118 id(A) ::= ID(X). {A = X;} in id() argument
150 ids(A) ::= ID(X). {A = X;} in ids() argument
151 ids(A) ::= STRING(X). {A = X;} in ids() argument
156 nm(A) ::= ID(X). {A = X;} in nm() argument
157 nm(A) ::= STRING(X). {A = X;} in nm() argument
158 nm(A) ::= JOIN_KW(X). {A = X;} in nm() argument
166 typename(A) ::= ids(X). {A = X;} in typename() argument
167 typename(A) ::= typename(X) ids. {A = X;} in typename() argument
[all …]
/illumos-gate/usr/src/uts/common/gssapi/
H A Dkgssapi_defs.h54 #define GSSLOG(A, B, C) \ argument
56 #define GSSLOG0(A, B) \ argument
59 #define GSSLOG(A, B, C) argument
60 #define GSSLOG0(A, B) argument
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c49 #define FTYPE(A) (A.st_mode) argument
50 #define FMODE(A) (A.st_mode) argument
51 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument
52 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) argument
53 #define ISCHR(A) ((A.st_mode & S_IFMT) == S_IFCHR) argument
54 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument
55 #define ISFIFO(A) ((A.st_mode & S_IFMT) == S_IFIFO) argument
56 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) argument
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/tools/smatch/src/validation/
H A Dconstexpr-offsetof.c1 struct A { struct
9 [__builtin_offsetof(struct A, b)] = 0, // OK argument
H A Dconstexpr-addr-of-static-member.c1 struct A { struct
8 struct A d; argument
H A Denum_scope.c1 enum {A = 12}; enumerator
5 enum {A = A + 1, B}; in f() enumerator
H A Dconstexpr-init.c5 struct A { struct
12 struct A d; argument
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h76 #define DEBUGOUT1(S, A) \ argument
78 #define DEBUGOUT2(S, A, B) \ argument
80 #define DEBUGOUT3(S, A, B, C) \ argument
82 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
92 #define ERROR_REPORT1(S, A) DEBUGOUT(S ":" A) argument
93 #define ERROR_REPORT2(S, A, B) DEBUGOUT1(S ":" A, B) argument
94 #define ERROR_REPORT3(S, A, B, C) DEBUGOUT2(S ":" A, B, C) argument
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h66 #define ABS(A) ((A) >= 0 ? (A) : -(A)) argument
67 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
68 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor19.c3 #define A x macro
4 #define A y macro
H A Dpreprocessor9.c4 #define A # define X 1 macro
H A Dpreprocessor10.c4 #define A macro
H A Dstringify.c1 #define A(x) #x macro
H A Dwide.c1 #define A(x) L##x macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dtypes.h104 #define RPCLOG(A, B, C) \ argument
106 #define RPCLOG0(A, B) \ argument
109 #define RPCLOG(A, B, C) argument
110 #define RPCLOG0(A, B) argument
H A Drpcsec_defs.h56 #define RPCGSS_LOG1(A, B, C, D) \ argument
59 #define RPCGSS_LOG(A, B, C) \ argument
61 #define RPCGSS_LOG0(A, B) \ argument
/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/cmd/mv/
H A Dmv.c63 #define FTYPE(A) (A.st_mode) argument
64 #define FMODE(A) (A.st_mode) argument
65 #define UID(A) (A.st_uid) argument
66 #define GID(A) (A.st_gid) argument
67 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument
68 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument
69 #define ISDOOR(A) ((A.st_mode & S_IFMT) == S_IFDOOR) argument
70 #define ISLNK(A) ((A.st_mode & S_IFMT) == S_IFLNK) argument
71 #define ISREG(A) (((A).st_mode & S_IFMT) == S_IFREG) argument
72 #define ISDEV(A) ((A.st_mode & S_IFMT) == S_IFCHR || \ argument
[all …]
/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h119 #define LP_ERRMSG1(C,X,A) (void)printf("", C, X, A) argument
132 #define LP_ERRMSG1(C,X,A) \ argument
157 #define fmt1(X,A) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A), _m_) argument
158 #define fmt2(X,A,B) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B), _m_) argument
159 #define fmt3(X,A,B,C) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B,C), _m_) argument
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DgssapiP_dummy.h89 #define DUMMY_MECH_LOG(A, B, C) \ argument
91 #define DUMMY_MECH_LOG0(A, B) \ argument
94 #define DUMMY_MECH_LOG(A, B, C) argument
95 #define DUMMY_MECH_LOG0(A, B) argument
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l68 BEGIN A; variable
71 BEGIN A; variable
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h31 #define DEBUGOUT1(S, A) i40e_debug(NULL, 0, S, A) argument
32 #define DEBUGOUT2(S, A, B) i40e_debug(NULL, 0, S, A, B) argument
33 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) argument
34 #define DEBUGOUT4(S, A, B, C, D) \ argument
36 #define DEBUGOUT5(S, A, B, C, D, E) \ argument
38 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
/illumos-gate/usr/src/uts/common/sys/
H A Ddebug.h83 #define IMPLY(A, B) \ argument
86 #define EQUIV(A, B) \ argument
90 #define IMPLY(A, B) ((void)0) argument
91 #define EQUIV(A, B) ((void)0) argument

12345