Searched defs:__P (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/
H A Dsetenv.c46 #ifndef __P
47 #define __P(x) () macro
49 static char *__findenv __P((const char *, int *));
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dtree.h14 #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 Deventlib.h38 #ifndef __P
41 # define __P(x) x macro
43 # define __P(x) () macro
59 typedef void (*evConnFunc)__P((evContext, void *, int, const void *, int,
61 typedef void (*evFileFunc)__P((evContext, void *, int, int));
62 typedef void (*evStreamFunc)__P((evContext, void *, int, int));
63 typedef void (*evTimerFunc)__P((evContext, void *,
65 typedef void (*evWaitFunc)__P((evContext, void *, const void *));
99 int evCreate __P((evContext *));
100 void evSetDebug __P((evContex
215 # undef __P macro
[all...]
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h48 # ifndef __P
49 # define __P(protos) protos macro
50 # endif /* __P */
54 # define __P(protos) () macro
/osnet-11/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h80 #define __P(protos) protos /* full-blown ANSI C */ macro
96 #define __P(protos) () /* traditional C preprocessor */ macro
/osnet-11/usr/src/lib/libldap4/include/
H A Dcdefs.h65 #define __P(protos) protos /* full-blown ANSI C */ macro
81 #define __P(protos) () /* traditional C preprocessor */ macro
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h93 #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...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c325 #undef __P
326 #define __P(X) X
323 #undef __P macro
324 #define __P macro
/osnet-11/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h79 #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...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c46 static void setupmaps __P((void));
47 static void setupmailers __P((void));
48 static void setupqueues __P((void));
49 static int get_num_procs_online __P((void));
50 static int add_hostnames __P((SOCKADDR *));
53 static struct hostent *sm_getipnodebyname __P((const char *, int, int, int *));
54 static struct hostent *sm_getipnodebyaddr __P((const void *, size_t, int, int *));
474 extern bool parse __P((MAP *, char *)); \
475 extern bool open __P((MAP *, int)); \
476 extern void close __P((MA
4690 # undef __P macro
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h38 #undef __P macro
40 #define __P(protos) protos /* ANSI C prototypes */ macro
43 #define __P(protos) () /* K&R C preprocessor */ macro
218 void (*db_errcall) __P((const char *, char *));
223 void (*db_paniccall) __P((DB_ENV *, int));
254 __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
310 void *(*db_malloc) __P((size_t));
312 __P((const DBT *, const DBT *));
318 __P((const DBT *, const DBT *));
320 __P((cons
[all...]

Completed in 74 milliseconds