Home
last modified time | relevance | path

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

1234

/titanic_52/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.h79 #define external_start_browsing_for_service(A,B,C,D) (void)(A) argument
80 #define external_stop_browsing_for_service(A,B,C,D) (void)(A) argument
81 #define external_start_advertising_service(A,B) (void)(A) argument
82 #define external_stop_advertising_service(A,B) (void)(A) argument
83 #define external_start_resolving_service(A,B,C) (void)(A) argument
84 external_stop_resolving_service(A,B,C) global() argument
85 external_connection_release(A) global() argument
[all...]
H A DmDNSDebug.h61 #define IS_A_PRINTF_STYLE_FUNCTION(F,A) __attribute__ ((format(printf,F,A))) argument
63 #define IS_A_PRINTF_STYLE_FUNCTION(F,A) argument
/titanic_52/usr/src/cmd/vgrind/
H A Dregexp.c88 #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 argument
94 OPTR(A) global() argument
96 SCNT(A) global() argument
97 SSTR(A) global() argument
98 SNEXT(A) global() argument
[all...]
/titanic_52/usr/src/lib/libsqlite/src/
H A Dparse.y97 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 in ids() argument
158 nm(A) nm() argument
159 nm(A) nm() argument
160 nm(A) nm() argument
168 typename(A) typename() argument
169 typename(A) typename() argument
209 refargs(A) refargs() argument
210 refargs(A) refargs() argument
[all...]
/titanic_52/usr/src/uts/common/gssapi/
H A Dkgssapi_defs.h56 #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_52/usr/src/cmd/vi/port/
H A Dexpreserve.c50 #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) (( argument
55 ISDIR(A) global() argument
56 ISFIFO(A) global() argument
57 ISREG(A) global() argument
[all...]
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) (( argument
76 ISDIR(A) global() argument
77 ISFIFO(A) global() argument
78 ISREG(A) global() argument
[all...]
/titanic_52/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 ERROR_REPORT2(S,A,B) global() argument
94 ERROR_REPORT3(S,A,B,C) global() argument
[all...]
/titanic_52/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, argument
[all...]
/titanic_52/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.h58 #define RPCGSS_LOG1(A, B, C, D) \ argument
61 #define RPCGSS_LOG(A, B, C) \ argument
63 #define RPCGSS_LOG0(A, B) \ argument
/titanic_52/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, argument
406 STRCMP(A,B) global() argument
[all...]
/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c58 #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, argument
360 STRCMP(A,B) global() argument
[all...]
/titanic_52/usr/src/cmd/lp/include/
H A Doam.h123 #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, argument
[all...]
/titanic_52/usr/src/cmd/mv/
H A Dmv.c59 #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 argument
64 ISDIR(A) global() argument
65 ISDOOR(A) global() argument
66 ISLNK(A) global() argument
67 ISREG(A) global() argument
68 ISDEV(A) global() argument
71 ISSOCK(A) global() argument
[all...]
/titanic_52/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
/titanic_52/usr/src/cmd/oawk/
H A Dawk.lx.l71 BEGIN A; variable
74 BEGIN A; variable
[all...]
/titanic_52/usr/src/cmd/awk/
H A Dawk.lx.l94 BEGIN A; variable
97 BEGIN A; variable
[all...]
/titanic_52/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 DEBUGOUT5(S,A,B,C,D,E) global() argument
38 DEBUGOUT6(S,A,B,C,D,E,F) global() argument
40 DEBUGOUT7(S,A,B,C,D,E,F,G) global() argument
[all...]
/titanic_52/usr/src/uts/common/sys/
H A Ddebug.h81 #define IMPLY(A, B) \ argument
84 #define EQUIV(A, B) \ argument
88 #define IMPLY(A, B) ((void)0) argument
89 #define EQUIV(A, B) ((void)0) argument
/titanic_52/usr/src/boot/sys/boot/efi/include/amd64/
H A Defibind.h149 #define EFI_SIGNATURE_16(A,B) ((A) | (B<<8)) argument
150 #define EFI_SIGNATURE_32(A,B,C,D) (EFI_SIGNATURE_16(A,B) | (EFI_SIGNATURE_16(C,D) << 16)) argument
151 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32)) argument
/titanic_52/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, argument
348 DEBUG_LWRITE(C,T,O,K,A,F) global() argument
[all...]
/titanic_52/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_ord.c152 int A,Z,a,z; in main() local
[all...]
/titanic_52/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
/titanic_52/usr/src/boot/sys/boot/efi/include/arm64/
H A Defibind.h148 #define EFI_SIGNATURE_16(A,B) ((A) | (B<<8)) argument
149 #define EFI_SIGNATURE_32(A,B,C,D) (EFI_SIGNATURE_16(A,B) | (EFI_SIGNATURE_16(C,D) << 16)) argument
150 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32)) argument

1234