/titanic_41/usr/src/cmd/fs.d/cachefs/mdbug/ |
H A D | mdbug.h | 51 #define DBUG_STMT(A) do { A } while (0) argument 78 #define dbug_enter(A) dbug_object_create(__LINE__, __FILE__, A) argument 79 #define dbug_leave(A) dbug_object_destroy(A, __LINE__) argument 81 #define dbug_push(A) db_push(A) argument 83 #define dbug_process(A) db_process(A) argument 85 #define dbug_assert(A)\ argument 87 #define dbug_precond(A)\ argument 90 #define dbug_print(A) db_printf A argument 95 #define dbug_enter(A) 0 argument 96 #define dbug_leave(A) 0 argument [all …]
|
/titanic_41/usr/src/cmd/vgrind/ |
H A D | regexp.c | 88 #define MSYM(A) (*(A+1)) /* symbol in a meta symbol block */ argument 89 #define MNEXT(A) (A+2) /* character following a metasymbol block */ argument 91 #define OSYM(A) (*(A+1)) /* symbol in an operation block */ argument 92 #define OCNT(A) (*(A+2)) /* character count */ argument 93 #define ONEXT(A) (A+3) /* next character after the operation */ argument 94 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ argument 96 #define SCNT(A) (*(A+1)) /* byte count of a string */ argument 97 #define SSTR(A) (A+2) /* address of the string */ argument 98 #define SNEXT(A) (A+2+*(A+1)) /* character following the string */ argument
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 97 temp(A) ::= TEMP. {A = 1;} in temp() argument 98 temp(A) ::= . {A = 0;} in temp() argument 120 id(A) ::= ID(X). {A = X;} in id() argument 152 ids(A) ::= ID(X). {A = X;} in ids() argument 153 ids(A) ::= STRING(X). {A = X;} in ids() argument 158 nm(A) ::= ID(X). {A = X;} in nm() argument 159 nm(A) ::= STRING(X). {A = X;} in nm() argument 160 nm(A) ::= JOIN_KW(X). {A = X;} in nm() argument 168 typename(A) ::= ids(X). {A = X;} in typename() argument 169 typename(A) ::= typename(X) ids. {A = X;} in typename() argument [all …]
|
/titanic_41/usr/src/uts/common/gssapi/ |
H A D | kgssapi_defs.h | 56 #define GSSLOG(A, B, C) \ argument 58 #define GSSLOG0(A, B) \ argument 61 #define GSSLOG(A, B, C) argument 62 #define GSSLOG0(A, B) argument
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | expreserve.c | 50 #define FTYPE(A) (A.st_mode) argument 51 #define FMODE(A) (A.st_mode) argument 52 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument 53 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) argument 54 #define ISCHR(A) ((A.st_mode & S_IFMT) == S_IFCHR) argument 55 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument 56 #define ISFIFO(A) ((A.st_mode & S_IFMT) == S_IFIFO) argument 57 #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
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.h | 84 #define DEBUGOUT1(S, A) \ argument 86 #define DEBUGOUT2(S, A, B) \ argument 88 #define DEBUGOUT3(S, A, B, C) \ argument 90 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument 108 #define DEBUGOUT1(S, A) argument 109 #define DEBUGOUT2(S, A, B) argument 110 #define DEBUGOUT3(S, A, B, C) argument 111 #define DEBUGOUT6(S, A, B, C, D, E, F) argument
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_kmod.h | 105 #define kmod_format_fid(A, B) 0 argument 106 #define kmod_print_cred(A) 0 argument 107 #define kmod_print_attr(A) 0 argument
|
/titanic_41/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
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | types.h | 109 #define RPCLOG(A, B, C) \ argument 111 #define RPCLOG0(A, B) \ argument 114 #define RPCLOG(A, B, C) argument 115 #define RPCLOG0(A, B) argument
|
H A D | rpcsec_defs.h | 58 #define RPCGSS_LOG1(A, B, C, D) \ argument 61 #define RPCGSS_LOG(A, B, C) \ argument 63 #define RPCGSS_LOG0(A, B) \ argument
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | oam.h | 123 #define LP_ERRMSG1(C,X,A) (void)printf("", C, X, A) argument 136 #define LP_ERRMSG1(C,X,A) \ argument 161 #define fmt1(X,A) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A), _m_) argument 162 #define fmt2(X,A,B) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B), _m_) argument 163 #define fmt3(X,A,B,C) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B,C), _m_) argument
|
/titanic_41/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
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | hsearch.c | 58 #define until(A) if(A) break; argument 86 # define COMPARE(A, B) (* hcompar)((A), (B)) argument 89 # define COMPARE(A, B) strcmp((A), (B)) argument 103 # define HASH2(A) 1 /* Secondary hash function */ argument 355 # define STRCMP(A, B) (COMPARE((A), (B)) > 0) argument 358 # define STRCMP(A, B) (COMPARE((A), (B)) < 0) argument 360 # define STRCMP(A, B) (COMPARE((A), (B)) != 0) argument
|
/titanic_41/usr/src/cmd/mv/ |
H A D | mv.c | 59 #define FTYPE(A) (A.st_mode) argument 60 #define FMODE(A) (A.st_mode) argument 61 #define UID(A) (A.st_uid) argument 62 #define GID(A) (A.st_gid) argument 63 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument 64 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument 65 #define ISDOOR(A) ((A.st_mode & S_IFMT) == S_IFDOOR) argument 66 #define ISLNK(A) ((A.st_mode & S_IFMT) == S_IFLNK) argument 67 #define ISREG(A) (((A).st_mode & S_IFMT) == S_IFREG) argument 68 #define ISDEV(A) ((A.st_mode & S_IFMT) == S_IFCHR || \ argument [all …]
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | awk.lx.l | 71 BEGIN A; variable 74 BEGIN A; variable
|
/titanic_41/usr/src/cmd/awk/ |
H A D | awk.lx.l | 94 BEGIN A; variable 97 BEGIN A; variable
|
/titanic_41/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
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | debug.h | 82 #define IMPLY(A, B) \ argument 85 #define EQUIV(A, B) \ argument 89 #define IMPLY(A, B) ((void)0) argument 90 #define EQUIV(A, B) ((void)0) argument
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSDebug.h | 108 #define IS_A_PRINTF_STYLE_FUNCTION(F,A) __attribute__ ((format(printf,F,A))) argument 110 #define IS_A_PRINTF_STYLE_FUNCTION(F,A) argument
|
H A D | mDNSDebug.c | 63 #define openlog(A,B,C) (void)(A); (void)(B) argument 64 #define syslog(A,B,C) argument
|
/titanic_41/usr/src/lib/libxcurses/src/libc/mks/ |
H A D | m_ord.c | 152 int A,Z,a,z; in main() local
|
/titanic_41/usr/src/cmd/sendmail/db/ |
H A D | db_int.h | 325 #define LOG_OP(C, T, O, K, A, F) { \ argument 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
|
/titanic_41/usr/src/uts/i86pc/boot/ |
H A D | boot_keyboard_table.c | 34 #define A | KBTYPE_ALPHA macro
|