Home
last modified time | relevance | path

Searched refs:__P (Results 126 – 150 of 322) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_pc.c72 static int pcap_open __P((char *));
73 static int pcap_close __P((void));
74 static int pcap_readip __P((char *, int, char **, int *));
75 static void swap_hdr __P((pcaphdr_t *));
76 static int pcap_read_rec __P((struct pcap_pkthdr *));
H A Dipft_tx.c30 static int text_open __P((char *)), text_close __P((void));
31 static int text_readip __P((char *, int, char **, int *));
32 static int parseline __P((char *, ip_t *, char **, int *));
42 static u_32_t tx_hostnum __P((char *, int *));
43 static u_short tx_portnum __P((char *));
H A Dipft_ef.c37 static int etherf_open __P((char *));
38 static int etherf_close __P((void));
39 static int etherf_readip __P((char *, int, char **, int *));
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h46 # ifndef __P
47 # define __P(protos) protos macro
52 # define __P(protos) () macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c134 int main __P((int, char *[]));
136 static void showstats __P((friostat_t *, u_32_t));
138 static void showlist __P((friostat_t *));
139 static void showipstates __P((ips_stat_t *));
141 static void showgroups __P((friostat_t *));
142 static void usage __P((char *));
145 static void printlist __P((frentry_t *, char *));
154 static void sig_break __P((int));
155 static void sig_resize __P((int));
156 static char *getip __P((int, i6addr_t *));
[all …]
H A Dlexer.c56 static wordtab_t *yyfindkey __P((char *));
57 static int yygetc __P((int));
58 static void yyunputc __P((int));
59 static int yyswallow __P((int));
60 static char *yytexttostr __P((int, int));
61 static void yystrtotext __P((char *));
62 static char *yytexttochar __P((void));
H A Dipmon.c153 static void usage __P((char *));
154 static void handlehup __P((int));
161 static void write_pid __P((char *));
167 static struct tm *get_tm __P((u_32_t));
169 static struct tm *get_tm __P((time_t));
172 char *hostname __P((int, int, u_32_t *));
173 char *portname __P((int, char *, u_int));
174 int main __P((int, char *[]));
176 static void logopts __P((int, char *));
177 static void init_tabs __P((void));
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsasl.c27 void *sm_sasl_malloc __P((unsigned long));
28 static void *sm_sasl_calloc __P((unsigned long, unsigned long));
29 static void *sm_sasl_realloc __P((void *, unsigned long));
30 void sm_sasl_free __P((void *));
H A Dbf.c37 static ssize_t sm_bfread __P((SM_FILE_T *, char *, size_t));
38 static ssize_t sm_bfwrite __P((SM_FILE_T *, const char *, size_t));
39 static off_t sm_bfseek __P((SM_FILE_T *, off_t, int));
40 static int sm_bfclose __P((SM_FILE_T *));
41 static int sm_bfcommit __P((SM_FILE_T *));
42 static int sm_bftruncate __P((SM_FILE_T *));
44 static int sm_bfopen __P((SM_FILE_T *, const void *, int, const void *));
45 static int sm_bfsetinfo __P((SM_FILE_T *, int , void *));
46 static int sm_bfgetinfo __P((SM_FILE_T *, int , void *));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c83 static int setescape __P((char **, option_t *));
272 static void lcp_echo_lowerup __P((int));
273 static void lcp_echo_lowerdown __P((int));
274 static void LcpEchoTimeout __P((void *));
276 static void LcpSendEchoRequest __P((fsm *));
277 static void LcpLinkFailure __P((fsm *));
278 static void LcpEchoCheck __P((fsm *));
287 static void lcp_timeremaining __P((void *));
314 static void lcp_init __P((int));
316 static void lcp_protrej __P((int));
[all …]
H A Dchap_ms.c86 static void ChallengeResponse __P((u_char *, u_char *, u_char *));
87 static void DesEncrypt __P((u_char *, u_char *, u_char *));
88 static void MakeKey __P((u_char *, u_char *));
89 static u_char Get7Bits __P((u_char *, int));
91 static void ChapMS_NT __P((u_char *, char *, int, MS_ChapResponse *));
93 static void ChapMS_LANMan __P((u_char *, char *, int, MS_ChapResponse *));
97 static void ChapMSv2_NT __P((char *, u_char *, char *, int,
102 static void Expand __P((u_char *, char *));
103 static void Collapse __P((char *, u_char *));
H A Dmagic.h22 void magic_init __P((void)); /* Initialize the magic number generator */
23 u_int32_t magic __P((void)); /* Returns the next magic number */
H A Dmagic.c30 long mrand48 __P((void));
31 void srand48 __P((long));
H A Dupap.h115 void upap_authwithpeer __P((int, char *, char *));
116 void upap_authpeer __P((int));
H A Dipcp.h75 extern char *ip_ntoa __P((u_int32_t));
76 extern char *tcp_flag_decode __P((int));
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h232 DB *__bt_open __P((const char *, int, int, const BTREEINFO *, int));
233 DB *__hash_open __P((const char *, int, int, const HASHINFO *, int));
234 DB *__rec_open __P((const char *, int, int, const RECNOINFO *, int));
235 void __dbpanic __P((DB *dbp));
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_irc_pxy.c22 int ippr_irc_init __P((void **, ipf_stack_t *));
23 void ippr_irc_fini __P((void **, ipf_stack_t *));
24 int ippr_irc_new __P((fr_info_t *, ap_session_t *, nat_t *, void *));
25 int ippr_irc_out __P((fr_info_t *, ap_session_t *, nat_t *, void *));
26 int ippr_irc_send __P((fr_info_t *, nat_t *, ifs_ircpxy_t *));
27 int ippr_irc_complete __P((ircinfo_t *, char *, size_t));
28 u_short ipf_irc_atoi __P((char **));
H A Dip_compat.h16 #ifndef __P
18 # define __P(x) x macro
20 # define __P(x) () macro
944 extern int in_cksum __P((struct mbuf *, int));
1164 extern void m_adj __P((mb_t *, int));
1165 extern mb_t *m_pullup __P((mb_t *, int));
1308 extern void* getifp __P((char *, int));
1521 extern void eMmutex_destroy __P((eMmutex_t *));
1523 extern void eMmutex_exit __P((eMmutex_t *));
1525 extern void eMrwlock_destroy __P((eMrwlock_t *));
[all …]
H A Dip_netbios_pxy.c45 int ippr_netbios_init __P((void **, ipf_stack_t *));
46 void ippr_netbios_fini __P((void **, ipf_stack_t *));
47 int ippr_netbios_out __P((fr_info_t *, ap_session_t *, nat_t *, void *));
H A Dip_pptp_pxy.c44 int ippr_pptp_init __P((void **, ipf_stack_t *));
45 void ippr_pptp_fini __P((void **, ipf_stack_t *));
46 int ippr_pptp_new __P((fr_info_t *, ap_session_t *, nat_t *, void *));
47 void ippr_pptp_del __P((ap_session_t *, void *, ipf_stack_t *));
48 int ippr_pptp_inout __P((fr_info_t *, ap_session_t *, nat_t *, void *));
49 void ippr_pptp_donatstate __P((fr_info_t *, nat_t *, pptp_pxy_t *, ifs_pptppxy_t *));
50 int ippr_pptp_message __P((fr_info_t *, nat_t *, pptp_pxy_t *, pptp_side_t *, ifs_pptppxy_t *));
51 int ippr_pptp_nextmessage __P((fr_info_t *, nat_t *, pptp_pxy_t *, int, ifs_pptppxy_t *));
52 int ippr_pptp_mctl __P((fr_info_t *, nat_t *, pptp_pxy_t *, pptp_side_t *, ifs_pptppxy_t *));
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c30 static int __absname __P((char *, char *, char **));
31 static int __build_data __P((DB_LOG *, char *, char ***, void *(*)(size_t)));
32 static int __cmpfunc __P((const void *, const void *));
33 static int __usermem __P((char ***, void *(*)(size_t)));
44 void *(*db_malloc) __P((size_t));
184 void *(*db_malloc) __P((size_t));
376 void *(*db_malloc) __P((size_t));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/
H A Dsetenv.c45 #ifndef __P
46 #define __P(x) () macro
48 static char *__findenv __P((const char *, int *));
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_resolv.h22 u_int16_t _getshort __P((const uchar_t *));
23 u_int32_t _getlong __P((const uchar_t *));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c104 extern int iplwrite __P((dev_t, struct uio *, cred_t *));
106 static int ipf_getinfo __P((dev_info_t *, ddi_info_cmd_t,
109 static int ipf_identify __P((dev_info_t *));
111 static int ipf_attach __P((dev_info_t *, ddi_attach_cmd_t));
112 static int ipf_detach __P((dev_info_t *, ddi_detach_cmd_t));
113 static void *ipf_stack_create __P((const netid_t));
114 static void ipf_stack_destroy __P((const netid_t, void *));
115 static void ipf_stack_shutdown __P((const netid_t, void *));
116 static int ipf_property_g_update __P((dev_info_t *));
/illumos-gate/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

12345678910>>...13