Home
last modified time | relevance | path

Searched refs:__P (Results 176 – 200 of 322) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c33 static void milter_connect_timeout __P((int));
34 static void milter_error __P((struct milter *, ENVELOPE *));
35 static int milter_open __P((struct milter *, bool, ENVELOPE *));
36 static void milter_parse_timeouts __P((char *, struct milter *));
45 static char *milter_command __P((int, void *, ssize_t, char **,
48 static int milter_reopen_df __P((ENVELOPE *));
49 static int milter_reset_df __P((ENVELOPE *));
54 static int milter_negotiate __P((struct milter *, ENVELOPE *,
56 static void milter_per_connection_check __P((ENVELOPE *));
64 static void milter_chgfrom __P((char *, ssize_t, ENVELOPE *));
[all …]
H A Dtrace.c20 static char *tTnewflag __P((char *));
21 static char *tToldflag __P((char *));
H A Dtls.c30 static int tls_verify_cb __P((X509_STORE_CTX *, void *));
31 static int x509_verify_cb __P((int, X509_STORE_CTX *));
34 static void apps_ssl_info_cb __P((CONST097 SSL *, int , int));
35 static bool tls_ok_f __P((char *, char *, int));
36 static bool tls_safe_f __P((char *, long, bool));
37 static int tls_verify_log __P((int, X509_STORE_CTX *, char *));
82 static DH *get_dh512 __P((void));
146 static bool tls_rand_init __P((char *, int));
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c69 static int __txn_begin __P((DB_TXN *));
70 static int __txn_check_running __P((const DB_TXN *, TXN_DETAIL **));
71 static int __txn_end __P((DB_TXN *, int));
72 static void __txn_freekids __P((DB_TXN *));
73 static int __txn_grow_region __P((DB_TXNMGR *));
74 static int __txn_init __P((DB_TXNREGION *));
75 static int __txn_undo __P((DB_TXN *));
76 static int __txn_validate_region __P((DB_TXNMGR *));
923 void *(*db_malloc) __P((size_t));
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c51 static int bt_broot __P((BTREE *, PAGE *, PAGE *, PAGE *));
53 __P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
54 static int bt_preserve __P((BTREE *, db_pgno_t));
56 __P((BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t));
58 __P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
59 static int bt_rroot __P((BTREE *, PAGE *, PAGE *, PAGE *));
60 static recno_t rec_total __P((PAGE *));
H A Dbtree.h351 int (*bt_cmp) __P((const DBT *, const DBT *));
353 size_t (*bt_pfx) __P((const DBT *, const DBT *));
355 int (*bt_irec) __P((struct _btree *, recno_t));
H A Dbt_delete.c50 static int __bt_bdelete __P((BTREE *, const DBT *));
51 static int __bt_curdel __P((BTREE *, const DBT *, PAGE *, u_int));
52 static int __bt_pdelete __P((BTREE *, PAGE *));
53 static int __bt_relink __P((BTREE *, PAGE *));
54 static int __bt_stkacq __P((BTREE *, PAGE **, CURSOR *));
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_recno.c31 static int __ram_add __P((DBC *, db_recno_t *, DBT *, u_int32_t, u_int32_t));
32 static int __ram_delete __P((DB *, DB_TXN *, DBT *, u_int32_t));
33 static int __ram_fmap __P((DBC *, db_recno_t));
34 static int __ram_i_delete __P((DBC *));
35 static int __ram_put __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
36 static int __ram_source __P((DB *, RECNO *, const char *));
37 static int __ram_sync __P((DB *, u_int32_t));
38 static int __ram_update __P((DBC *, db_recno_t, int));
39 static int __ram_vmap __P((DBC *, db_recno_t));
40 static int __ram_writeback __P((DBC *));
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c31 static int __log_fill __P((DB_LOG *, DB_LSN *, void *, u_int32_t));
32 static int __log_flush __P((DB_LOG *, const DB_LSN *));
33 static int __log_newfd __P((DB_LOG *));
34 static int __log_putr __P((DB_LOG *, DB_LSN *, const DBT *, u_int32_t));
35 static int __log_write __P((DB_LOG *, void *, u_int32_t));
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c73 static int __ham_c_close __P((DBC *));
74 static int __ham_c_del __P((DBC *, u_int32_t));
75 static int __ham_c_destroy __P((DBC *));
76 static int __ham_c_get __P((DBC *, DBT *, DBT *, u_int32_t));
77 static int __ham_c_put __P((DBC *, DBT *, DBT *, u_int32_t));
78 static int __ham_delete __P((DB *, DB_TXN *, DBT *, u_int32_t));
79 static int __ham_dup_return __P((DBC *, DBT *, u_int32_t));
80 static int __ham_expand_table __P((DBC *));
81 static void __ham_init_htab __P((DBC *, u_int32_t, u_int32_t));
82 static int __ham_lookup __P((DBC *, const DBT *, u_int32_t, db_lockmode_t));
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dkmem.c72 kvm_t kvm_open __P((char *, char *, char *, int, char *));
73 int kvm_read __P((kvm_t, u_long, char *, size_t));
H A Dvar.c18 static variable_t *find_var __P((char *));
19 static char *expand_string __P((char *, int));
H A Dinitparse.c14 void initparse __P((void)) in initparse()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c70 static void pr_log __P((void *, const char *, ...));
71 static void logit __P((int, const char *, va_list));
72 static void vslp_printer __P((void *, const char *, ...));
73 static void format_packet __P((u_char *, int,
525 void (*printer) __P((void *, const char *, ...));
596 void (*printer) __P((void *, const char *, ...));
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y16 extern void yyerror __P((char *));
17 extern int yyparse __P((void));
18 extern int yylex __P((void));
32 static void build_action __P((struct opt *));
33 static opt_t *new_opt __P((int));
34 static void free_action __P((ipmon_action_t *));
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrio.c28 static int sm_strsetmode __P((SM_FILE_T*, const int *));
29 static int sm_strgetmode __P((SM_FILE_T*, int *));
58 static bool sm_strgrow __P((SM_STR_OBJ_T *, size_t));
H A Dclock.c66 void (*func)__P((int));
89 void (*func)__P((int));
397 void (*f)__P((int));
500 static void sm_endsleep __P((int));
H A Ddebug.c33 static void sm_debug_reset __P((void));
34 static const char *parse_named_setting_x __P((const char *));
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock.c31 static void __lock_checklocker __P((DB_LOCKTAB *, struct __db_lock *, int));
32 static void __lock_freeobj __P((DB_LOCKTAB *, DB_LOCKOBJ *));
33 static int __lock_get_internal __P((DB_LOCKTAB *, u_int32_t, DB_TXN *,
35 static int __lock_is_parent __P((u_int32_t, DB_TXN *));
36 static int __lock_promote __P((DB_LOCKTAB *, DB_LOCKOBJ *));
37 static int __lock_put_internal __P((DB_LOCKTAB *, struct __db_lock *, int));
39 __P((DB_LOCKTAB *, DB_LOCKOBJ *, struct __db_lock *, db_status_t));
40 static int __lock_vec_internal __P((DB_LOCKTAB *, u_int32_t, DB_TXN *,
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_iface.c26 static int __db_keyempty __P((const DB_ENV *));
27 static int __db_rdonly __P((const DB_ENV *, const char *));
28 static int __dbt_ferr __P((const DB *, const char *, const DBT *, int));
H A Ddb_dup.c26 static int __db_addpage __P((DBC *,
28 static int __db_dsplit __P((DBC *,
44 int (*newfunc) __P((DBC *, u_int32_t, PAGE **));
116 int (*freefunc) __P((DBC *, PAGE *));
213 int (*newfunc) __P((DBC *, u_int32_t, PAGE **));
647 int (*freefunc) __P((DBC *, PAGE *));
688 int (*newfunc) __P((DBC *, u_int32_t, PAGE **));
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c68 static int32_t add_bigptr __P((HTAB *, ITEM_INFO *, indx_t));
69 static u_int32_t *fetch_bitmap __P((HTAB *, int32_t));
70 static u_int32_t first_free __P((u_int32_t));
72 static indx_t next_realkey __P((PAGE16 *, indx_t));
74 static u_int16_t overflow_page __P((HTAB *));
75 static void page_init __P((HTAB *, PAGE16 *, db_pgno_t, u_int8_t));
76 static indx_t prev_realkey __P((PAGE16 *, indx_t));
77 static void putpair __P((PAGE8 *, const DBT *, const DBT *));
78 static void swap_page_header_in __P((PAGE16 *));
79 static void swap_page_header_out __P((PAGE16 *));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c202 static ipfunc_t fr_findfunc __P((ipfunc_t));
205 static INLINE void frpr_ah __P((fr_info_t *));
206 static INLINE void frpr_esp __P((fr_info_t *));
207 static INLINE void frpr_gre __P((fr_info_t *));
208 static INLINE void frpr_udp __P((fr_info_t *));
209 static INLINE void frpr_tcp __P((fr_info_t *));
210 static INLINE void frpr_icmp __P((fr_info_t *));
333 static INLINE int frpr_ah6 __P((fr_info_t *));
334 static INLINE void frpr_esp6 __P((fr_info_t *));
335 static INLINE void frpr_gre6 __P((fr_info_t *));
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h153 int (DB_CALLBACK *pgin) __P((db_pgno_t, void *, DBT *));
154 int (DB_CALLBACK *pgout) __P((db_pgno_t, void *, DBT *));
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dcf.h24 sm_cf_getopt __P((

12345678910>>...13