Home
last modified time | relevance | path

Searched defs:A (Results 26 – 50 of 116) sorted by relevance

12345

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbug-rshift-ub.c2 A = ~0ULL, enumerator
H A Drestricted-typeof.c1 typedef unsigned __attribute__((bitwise)) A; typedef
H A Dattr_in_parameter.c1 #define A __attribute__((address_space(1))) macro
H A Dabi-integer.c1 #define TEST(T, S, A) \ argument
H A Denum-mismatch.c1 enum ea { A = 0, }; enumerator
H A Denum-bitwise-bad.c8 A = (__force apple_t) 0, enumerator
H A Denum-sign-gcc.c39 A = 1, // fit in 'int' enumerator
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor12.c4 #define A(x,...) x,##__VA_ARGS__ macro
H A Dpreprocessor13.c4 #define A(x,...) x##,##__VA_ARGS__ macro
H A Dpreprocessor3.c11 #define A() B LP ) macro
H A Dphase2-backslash.c37 #define A(x) #x macro
H A Dpreprocessor14.c4 #define A(x,y,...) ,##x##__VA_ARGS__ macro
H A Dpreprocessor15.c1 #define A defi macro
H A Dpreprocessor7.c1 #define A(x) C(B, D macro
H A Dpreprocessor8.c1 #define A(x) ## x macro
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h325 #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
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c128 #define MSGOUT(S, A, B) printk(S "\n", A, B) argument
136 #define DEBUGOUT1(S,A) printf(S,A) argument
137 #define DEBUGOUT2(S,A,B) printf(S,A,B) argument
138 #define DEBUGOUT3(S,A,B,C) printf(S,A,B,C) argument
139 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S,A,B,C,D,E,F,G) argument
142 #define DEBUGOUT1(S,A) argument
143 #define DEBUGOUT2(S,A,B) argument
144 #define DEBUGOUT3(S,A,B,C) argument
145 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_ord.c150 int A,Z,a,z; in main() local
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c350 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument
351 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) argument
352 #define ISCHR(A) ((A.st_mode & S_IFMT) == S_IFCHR) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dt_kuser.h84 #define KTLILOG(A, B, C) ((void)((ktlilog) && ktli_log((A), (B), (C)))) argument
86 #define KTLILOG(A, B, C) argument
/illumos-gate/usr/src/cmd/sort/
H A Dmerge.c222 heap_up(stream_t **A, int k, flag_t coll_flags) in heap_up()
233 heap_down(stream_t **A, int k, int N, flag_t coll_flags) in heap_down()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DmDNSFeatures.h41 #define HAS_FEATURE_CAT(A, B) 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/uts/i86pc/boot/
H A Dboot_keyboard_table.c32 #define A | KBTYPE_ALPHA macro
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvcex.h199 #define va_start(ap, A) (void) ((ap) = (((char *) &(A)) + (_Bnd (A,_AUPBND)))) argument

12345