/illumos-gate/usr/src/cmd/vgrind/ |
H A D | regexp.c | 86 #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 D | parse.y | 95 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 D | kgssapi_defs.h | 54 #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 D | expreserve.c | 49 #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 D | ex.h | 71 #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 D | constexpr-offsetof.c | 1 struct A { struct 9 [__builtin_offsetof(struct A, b)] = 0, // OK argument
|
H A D | constexpr-addr-of-static-member.c | 1 struct A { struct 8 struct A d; argument
|
H A D | enum_scope.c | 1 enum {A = 12}; enumerator 5 enum {A = A + 1, B}; in f() enumerator
|
H A D | constexpr-init.c | 5 struct A { struct 12 struct A d; argument
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.h | 76 #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 D | gen.h | 66 #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 D | preprocessor19.c | 3 #define A x macro 4 #define A y macro
|
H A D | preprocessor9.c | 4 #define A # define X 1 macro
|
H A D | preprocessor10.c | 4 #define A macro
|
H A D | stringify.c | 1 #define A(x) #x macro
|
H A D | wide.c | 1 #define A(x) L##x macro
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | types.h | 104 #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 D | rpcsec_defs.h | 56 #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 D | hsearch.c | 67 #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/lp/include/ |
H A D | oam.h | 119 #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/cmd/mv/ |
H A D | mv.c | 65 #define FTYPE(A) (A.st_mode) argument 66 #define FMODE(A) (A.st_mode) argument 67 #define UID(A) (A.st_uid) argument 68 #define GID(A) (A.st_gid) argument 69 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument 70 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument 71 #define ISDOOR(A) ((A.st_mode & S_IFMT) == S_IFDOOR) argument 72 #define ISLNK(A) ((A.st_mode & S_IFMT) == S_IFLNK) argument 73 #define ISREG(A) (((A).st_mode & S_IFMT) == S_IFREG) argument 74 #define ISDEV(A) ((A.st_mode & S_IFMT) == S_IFCHR || \ argument [all …]
|
/illumos-gate/usr/src/uts/common/gssapi/include/ |
H A D | gssapiP_dummy.h | 89 #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 D | awk.lx.l | 68 BEGIN A; variable 71 BEGIN A; variable
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 31 #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 D | debug.h | 83 #define IMPLY(A, B) \ argument 86 #define EQUIV(A, B) \ argument 91 #define IMPLY(A, B) ((void)0) argument 92 #define EQUIV(A, B) ((void)0) argument
|