Home
last modified time | relevance | path

Searched defs:C (Results 1 – 25 of 114) sorted by relevance

12345

/titanic_52/usr/src/cmd/lp/include/
H A Doam.h122 #define LP_ERRMSG(C,X) (void)printf("", C, X) argument
123 #define LP_ERRMSG1(C,X,A) (void)printf("", C, X, A) argument
124 #define LP_ERRMSG2(C,X,A1,A2) (void)printf("", C, X, A1, A2) argument
125 #define LP_ERRMSG3(C,X,A1,A2,A3) (void)printf("", C, X, A1, A2, A3) argument
129 #define LP_ERRMSG(C,X) \ argument
136 LP_ERRMSG1(C,X,A) global() argument
143 LP_ERRMSG2(C,X,A1,A2) global() argument
150 LP_ERRMSG3(C,X,A1,A2,A3) global() argument
163 fmt3(X,A,B,C) global() argument
[all...]
/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
83 #define external_start_resolving_service(A,B,C) (void)(A) argument
84 #define external_stop_resolving_service(A,B,C) (void)(A) argument
/titanic_52/usr/src/uts/common/gssapi/
H A Dkgssapi_defs.h56 #define GSSLOG(A, B, C) \ argument
61 #define GSSLOG(A, B, C) argument
/titanic_52/usr/src/cmd/sort/common/
H A Doptions.c83 is_number(char *C) in is_number() argument
99 field_spec_has_modifiers(char *C, int length) in field_spec_has_modifiers() argument
120 parse_field_spec(field_t *F, char *C, int flags, int length) in parse_field_spec() argument
[all...]
/titanic_52/usr/src/cmd/mailx/
H A Dcmdtab.c54 #define C (int (*)(void *)) macro
[all...]
/titanic_52/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h80 #define DEBUGOUT3(S, A, B, C) \ argument
82 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
94 #define ERROR_REPORT3(S, A, B, C) DEBUGOUT2(S ":" A, B, C) argument
[all...]
/titanic_52/usr/src/uts/common/rpc/
H A Dtypes.h104 #define RPCLOG(A, B, C) \ argument
109 #define RPCLOG(A, B, C) argument
H A Drpcsec_defs.h58 #define RPCGSS_LOG1(A, B, C, D) \ argument
61 #define RPCGSS_LOG(A, B, C) \ argument
/titanic_52/usr/src/lib/libm/common/m9x/
H A Dnexttoward.c50 } C[] = { variable
154 } C[] = { variable
/titanic_52/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h69 #define BUS_CODE(C) FC_CODE(C) argument
70 #define BUS_ERRNO(C) FC_ERRNO(C) argument
80 #define SEGV_CODE(C) FC_CODE(C) argument
81 #define SEGV_ERRNO(C) FC_ERRNO(C) argument
/titanic_52/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h33 #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, argument
[all...]
/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, argument
347 DEBUG_LREAD(C,T,O,K,A,F) global() argument
348 DEBUG_LWRITE(C,T,O,K,A,F) global() argument
[all...]
/titanic_52/usr/src/lib/libm/common/LD/
H A Dsinhl.c60 static const long double C[] = { variable
H A Dcoshl.c67 static const long double C[] = { variable
/titanic_52/usr/src/lib/libc/port/fp/
H A D_base_sup.c41 } C[] = { variable
/titanic_52/usr/src/lib/libm/common/C/
H A Dexp2.c44 static const double C[] = { variable
/titanic_52/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c35 #define C & 0x1f macro
[all...]
/titanic_52/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
/titanic_52/usr/src/uts/common/gssapi/include/
H A DgssapiP_dummy.h89 #define DUMMY_MECH_LOG(A, B, C) \ argument
94 #define DUMMY_MECH_LOG(A, B, C) argument
/titanic_52/usr/src/lib/libm/common/complex/
H A Dccoshl.c41 long double t, x, y, S, C; in ccoshl() local
H A Dccosh.c83 double t, x, y, S, C; in ccosh() local
H A Dcsinh.c83 double t, x, y, S, C; in csinh() local
H A Dcsinhl.c41 long double t, x, y, S, C; in csinhl() local
H A Dcsinhf.c42 float x, y, S, C; in csinhf() local
/titanic_52/usr/src/lib/libm/common/R/
H A Dlogf.c101 static const double C[] = { variable

12345