/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 44 #define __P(p) p macro 46 #define __P(p) () macro 51 extern double _SVID_libm_err __P((double, double, int)); 52 extern double __k_cos __P((double, double)); 53 extern double __k_cos_ __P((double *)); 54 extern double __k_lgamma __P((double, int *)); 55 extern double __k_sin __P((double, double)); 56 extern double __k_sin_ __P((double *)); 57 extern double __k_sincos __P((double, double, double *)); 58 extern double __k_sincos_ __P((doubl [all...] |
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | kmem.h | 11 #ifndef __P 13 # define __P(x) x macro 15 # define __P(x) () macro 18 extern int openkmem __P((char *, char *)); 19 extern int kmemcpy __P((char *, long, int)); 20 extern int kstrncpy __P((char *, long, int));
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 41 #define __P(protos) protos macro 43 #define __P(protos) () macro 50 extern int ckdate_err __P((char *fmt, char *error)); 51 extern int ckdate_hlp __P((char *fmt, char *help)); 52 extern int ckdate_val __P((char *fmt, char *input)); 53 extern int ckdate __P((char *date, char *fmt, char *defstr, char *error, 59 extern int ckgid_dsp __P((void)); 60 extern int ckgid_val __P((char *grpnm)); 61 extern int ckgrpfile __P((void)); 62 extern void ckgid_err __P((in [all...] |
H A D | dryrun.h | 52 #define __P(protos) protos macro 54 #define __P(protos) () macro 57 extern void set_dryrun_mode __P((void)); 58 extern int in_dryrun_mode __P((void)); 59 extern void set_continue_mode __P((void)); 60 extern int in_continue_mode __P((void)); 61 extern void init_contfile __P((char *cn_dir)); 62 extern void init_dryrunfile __P((char *dr_dir)); 63 extern void set_dr_info __P((int type, int value)); 64 extern int cmd_ln_respfile __P((voi [all...] |
H A D | libinst.h | 155 #define __P(protos) protos macro 157 #define __P(protos) () macro 165 extern int bl_create __P((int count_per_block, int struct_size, 167 extern char *bl_next_avail __P((int list_handle)); 168 extern char *bl_get_record __P((int list_handle, int recno)); 169 extern void bl_free __P((int list_handle)); 170 extern int ar_create __P((int count_per_block, int struct_size, 172 extern char **ar_next_avail __P((int list_handle)); 173 extern char **ar_get_head __P((int list_handle)); 174 extern int ar_delete __P((in [all...] |
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | facpri.h | 12 #ifndef __P 15 # define __P(x) x macro 17 # define __P(x) () macro 21 extern char *fac_toname __P((int)); 22 extern int fac_findname __P((char *)); 24 extern char *pri_toname __P((int)); 25 extern int pri_findname __P((char *)); 28 # undef __P macro
|
H A D | inet_addr.c | 66 #ifndef __P 68 # define __P(x) x macro 70 # define __P(x) () macro 74 int inet_aton __P((const char *, struct in_addr *));
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/ |
H A D | setenv.c | 46 #ifndef __P 47 #define __P(x) () macro 49 static char *__findenv __P((const char *, int *));
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | pkginstall.h | 48 #ifndef __P 49 #define __P(x) x macro 52 #ifndef __P 53 #define __P(x) () macro 57 extern int cppath __P((int ctrl, char *f1, char *f2, mode_t mode)); 58 extern void backup __P((char *path, int mode)); 59 extern void pkgvolume __P((struct pkgdev *devp, char *pkg, int part, 61 extern void quit __P((int exitval)); 62 extern void ckreturn __P((int retcode, char *msg)); 63 extern int sortmap __P((struc [all...] |
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ipt.h | 12 #ifndef __P 15 # define __P(x) x macro 17 # define __P(x) () macro 25 int (*r_open) __P((char *)); 26 int (*r_close) __P((void)); 27 int (*r_readip) __P((char *, int, char **, int *)); 33 extern void debug __P((char *, ...)); 34 extern void verbose __P((char *, ...)); 37 # undef __P macro
|
H A D | ipf.h | 91 #ifndef __P 93 # define __P(x) x macro 95 # define __P(x) () macro 163 typedef int (* ioctlfunc_t) __P((int, ioctlcmd_t, ...)); 165 typedef int (* ioctlfunc_t) __P((dev_t, ioctlcmd_t, void *)); 167 typedef void (* addfunc_t) __P((int, ioctlfunc_t, void *)); 168 typedef int (* copyfunc_t) __P((void *, void *, size_t)); 175 extern int ioctl __P((int, int, void *)); 190 extern int addicmp __P((char ***, struct frentry *, int)); 191 extern int addipopt __P((cha [all...] |
H A D | opts.h | 54 #ifndef __P 56 # define __P(x) x macro 58 # define __P(x) () macro
|
H A D | radix_ipf.h | 43 #ifndef __P 45 # define __P(x) x macro 47 # define __P(x) () macro 133 __P((void *v, void *mask, 136 __P((void *v, void *mask, 139 __P((void *v, void *mask, struct radix_node_head *head)); 141 __P((void *v, void *mask, struct radix_node_head *head)); 143 __P((void *v, struct radix_node_head *head)); 145 __P((void *v, void *mask, struct radix_node_head *head)); 147 __P((voi [all...] |
/illumos-gate/usr/src/lib/libresolv2/include/isc/ |
H A D | tree.h | 14 #ifndef __P 16 # define __P(x) x macro 18 # define __P(x) () macro 50 void tree_init __P((tree **)); 51 tree_t tree_srch __P((tree **, int (*)(), tree_t)); 52 tree_t tree_add __P((tree **, int (*)(), tree_t, void (*)())); 53 int tree_delete __P((tree **, int (*)(), tree_t, void (*)())); 54 int tree_trav __P((tree **, int (*)())); 55 void tree_mung __P((tree **, void (*)()));
|
H A D | eventlib.h | 34 #ifndef __P 37 # define __P(x) x macro 39 # define __P(x) () macro 55 typedef void (*evConnFunc)__P((evContext, void *, int, const void *, int, 57 typedef void (*evFileFunc)__P((evContext, void *, int, int)); 58 typedef void (*evStreamFunc)__P((evContext, void *, int, int)); 59 typedef void (*evTimerFunc)__P((evContext, void *, 61 typedef void (*evWaitFunc)__P((evContext, void *, const void *)); 95 int evCreate __P((evContext *)); 96 void evSetDebug __P((evContex 201 # undef __P macro [all...] |
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | cdefs.h | 48 # ifndef __P 49 # define __P(protos) protos macro 50 # endif /* __P */ 54 # define __P(protos) () macro
|
/illumos-gate/usr/src/lib/libresolv2/include/sys/ |
H A D | cdefs.h | 80 #define __P(protos) protos /* full-blown ANSI C */ macro 96 #define __P(protos) () /* traditional C preprocessor */ macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 39 #ifndef __P 41 #define __P(p) p macro 43 #define __P(p) () macro 45 #endif /* !defined(__P) */ 216 extern double acosh __P((double)); 217 extern double asinh __P((double)); 218 extern double atanh __P((double)); 220 extern double exp2 __P((double)); 221 extern double expm1 __P((double)); 222 extern int ilogb __P((doubl [all...] |
H A D | math_iso.h | 38 #ifndef __P 40 #define __P(p) p macro 42 #define __P(p) () macro 44 #endif /* !defined(__P) */ 65 extern double acos __P((double)); 66 extern double asin __P((double)); 67 extern double atan __P((double)); 68 extern double atan2 __P((double, double)); 69 extern double cos __P((double)); 70 extern double sin __P((doubl [all...] |
/illumos-gate/usr/src/head/ |
H A D | floatingpoint.h | 52 #ifndef __P 54 #define __P(p) p macro 56 #define __P(p) () macro 58 #endif /* !defined(__P) */ 75 extern sigfpe_handler_type sigfpe __P((sigfpe_code_type, sigfpe_handler_type)); 151 extern void single_to_decimal __P((single *, decimal_mode *, decimal_record *, 153 extern void double_to_decimal __P((double *, decimal_mode *, decimal_record *, 155 extern void extended_to_decimal __P((extended *, decimal_mode *, 157 extern void quadruple_to_decimal __P((quadruple *, decimal_mode *, 160 extern void decimal_to_single __P((singl [all...] |
H A D | math.h | 69 #ifndef __P 71 #define __P(p) p macro 73 #define __P(p) () 75 #endif /* !defined(__P) */ 150 extern double erf __P((double)); 151 extern double erfc __P((double)); 152 extern double hypot __P((double, double)); 153 extern double lgamma __P((double)); 162 extern int isnan __P((double)); 171 extern double gamma __P((doubl [all...] |
H A D | fenv.h | 38 #ifndef __P 40 #define __P(p) p macro 42 #define __P(p) () macro 44 #endif /* !defined(__P) */ 65 extern int fegetround __P((void)); 66 extern int fesetround __P((int)); 75 extern int fegetprec __P((void)); 76 extern int fesetprec __P((int)); 105 extern int feclearexcept __P((int)); 106 extern int feraiseexcept __P((in [all...] |
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | db.h | 93 #ifndef __P 95 #define __P(protos) protos /* full-blown ANSI C */ macro 97 #define __P(protos) () /* traditional C preprocessor */ macro 99 #endif /* no __P from system */ 104 int (*close) __P((struct __db *)); 105 int (*del) __P((const struct __db *, const DBT *, u_int)); 106 int (*get) __P((const struct __db *, const DBT *, DBT *, u_int)); 107 int (*put) __P((const struct __db *, DBT *, const DBT *, u_int)); 108 int (*seq) __P((const struct __db *, DBT *, DBT *, u_int)); 109 int (*sync) __P((cons [all...] |
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | str_conv.c | 333 #undef __P 334 #define __P(X) X 331 #undef __P macro 332 #define __P macro
|
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/ |
H A D | mfapi.h | 79 #define SM__P(X) __P(X) 82 /* Some platforms don't define __P -- do it for them here: */ 83 #ifndef __P 85 #define __P(X) X macro 87 #define __P(X) () macro 89 #endif /* __P */ 166 LIBMILTER_API int smfi_opensocket __P((bool)); 167 LIBMILTER_API int smfi_register __P((struct smfiDesc)); 168 LIBMILTER_API int smfi_main __P((void)); 169 LIBMILTER_API int smfi_setbacklog __P((in [all...] |