Searched refs:__P (Results 326 - 350 of 393) sorted by relevance

<<111213141516

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_am.h25 int (*callback) __P((DB *, const DBT *, DBT *, const DBT *, int *));
H A Drepmgr.h108 void *(*run) __P((void *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_rec.c45 static int __dbreg_open_file __P((ENV *,
50 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_register.c30 static int __envreg_add __P((ENV *, int *));
116 * PUBLIC: int __envreg_register __P((ENV *, int *));
390 * PUBLIC: int __envreg_unregister __P((ENV *, int));
451 * PUBLIC: int __envreg_xunlock __P((ENV *));
H A Denv_open.c20 static int __env_refresh __P((DB_ENV *, u_int32_t, int));
21 static int __file_handle_cleanup __P((ENV *));
27 * EXTERN: char *db_version __P((int *, int *, int *));
46 * PUBLIC: int __env_open_pp __P((DB_ENV *, const char *, u_int32_t, int));
172 * PUBLIC: int __env_open __P((DB_ENV *, const char *, u_int32_t, int));
535 * PUBLIC: int __env_remove __P((DB_ENV *, const char *, u_int32_t));
578 * PUBLIC: int __env_config __P((DB_ENV *, const char *, u_int32_t, int));
639 * PUBLIC: int __env_close_pp __P((DB_ENV *, u_int32_t));
705 * PUBLIC: int __env_close __P((DB_ENV *, int));
1033 * PUBLIC: int __env_get_open_flags __P((DB_EN
[all...]
H A Denv_alloc.c107 static void __env_size_insert __P((ALLOC_LAYOUT *, ALLOC_ELEMENT *));
113 * PUBLIC: void __env_alloc_init __P((REGINFO *, size_t));
169 * PUBLIC: size_t __env_alloc_overhead __P((void));
181 * PUBLIC: size_t __env_alloc_size __P((size_t));
194 * PUBLIC: int __env_alloc __P((REGINFO *, size_t, void *));
340 * PUBLIC: void __env_alloc_free __P((REGINFO *, void *));
462 * PUBLIC: void __env_alloc_print __P((REGINFO *, u_int32_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.c26 static void event_callback __P((DB_ENV *, u_int32_t, void *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/common/
H A Drep_common.c27 static int print_stocks __P((DB *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_alloc.c14 static void __os_guard __P((ENV *));
47 * PUBLIC: int __os_umalloc __P((ENV *, size_t, void *));
98 * PUBLIC: int __os_urealloc __P((ENV *, size_t, void *));
154 * PUBLIC: void __os_ufree __P((ENV *, void *));
177 * PUBLIC: int __os_strdup __P((ENV *, const char *, void *));
205 * PUBLIC: int __os_calloc __P((ENV *, size_t, size_t, void *));
228 * PUBLIC: int __os_malloc __P((ENV *, size_t, void *));
292 * PUBLIC: int __os_realloc __P((ENV *, size_t, void *));
367 * PUBLIC: void __os_free __P((ENV *, void *));
450 * PUBLIC: void *__ua_memcpy __P((voi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dsys-sunos4.c98 static int translate_speed __P((int));
99 static int baud_rate_of __P((int));
100 static int get_ether_addr __P((u_int32_t, struct sockaddr *));
101 static int strioctl __P((int, int, void *, int, int));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcmpt.c152 #ifndef __P
153 # define __P(args) args
154 #endif /* not __P */
162 static struct tm *localtime_r __P ((const time_t *, struct tm *));
403 strptime_internal __P ((const char *buf, const char *format, struct tm *tm,
151 # define __P macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dquota.h326 long quotactl __P ((unsigned int, const char *, int, caddr_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dsamba_linux_quota.h231 long quotactl __P((int, const char *, qid_t, caddr_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_err.c19 static void __db_msgcall __P((const DB_ENV *, const char *, va_list));
20 static void __db_msgfile __P((const DB_ENV *, const char *, va_list));
26 * PUBLIC: int __db_fchk __P((ENV *, const char *, u_int32_t, u_int32_t));
42 * PUBLIC: __P((ENV *, const char *, u_int32_t, u_int32_t, u_int32_t));
58 * PUBLIC: int __db_ferr __P((const ENV *, const char *, int));
75 * PUBLIC: int __db_fnl __P((const ENV *, const char *));
92 * PUBLIC: int __db_pgerr __P((DB *, db_pgno_t, int));
114 * PUBLIC: int __db_pgfmt __P((ENV *, db_pgno_t));
131 * PUBLIC: void __db_assert __P((ENV *, const char *, const char *, int));
151 * PUBLIC: int __env_panic_msg __P((EN
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c20 static int __db_buildpartial __P((DB *, DBT *, DBT *, DBT *));
21 static int __db_s_count __P((DB *));
22 static int __db_wrlock_err __P((ENV *));
23 static int __dbc_cleanup __P((DBC *, DBC *, int));
24 static int __dbc_del_foreign __P((DBC *));
25 static int __dbc_del_oldskey __P((DB *, DBC *, DBT *, DBT *, DBT *));
26 static int __dbc_del_secondary __P((DBC *));
27 static int __dbc_pget_recno __P((DBC *, DBT *, DBT *, u_int32_t));
56 * PUBLIC: int __dbc_close __P((DBC *));
149 * PUBLIC: int __dbc_destroy __P((DB
[all...]
H A Ddb_overflow.c64 * PUBLIC: int __db_goff __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBT *,
189 * PUBLIC: int __db_poff __P((DBC *, const DBT *, db_pgno_t *));
287 * PUBLIC: int __db_ovref __P((DBC *, db_pgno_t));
334 * PUBLIC: int __db_doff __P((DBC *, db_pgno_t));
412 * PUBLIC: int __db_moff __P((DB *,
424 int (*cmpfunc) __P((DB *, const DBT *, const DBT *)), *cmpp;
499 * PUBLIC: int __db_coff __P((DB *, DB_THREAD_INFO *, DB_TXN *, const DBT *,
508 int (*cmpfunc) __P((DB *, const DBT *, const DBT *)), *cmpp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_region.c14 static int __memp_init_config __P((ENV *, MPOOL *));
15 static void __memp_region_size __P((ENV *, roff_t *, u_int32_t *));
21 * PUBLIC: int __memp_open __P((ENV *, int));
171 * PUBLIC: __P((ENV *, DB_MPOOL *, u_int, u_int32_t, u_int));
320 * PUBLIC: u_int32_t __memp_max_regions __P((ENV *));
391 * PUBLIC: u_int32_t __memp_region_mutex_count __P((ENV *));
444 * PUBLIC: int __memp_env_refresh __P((ENV *));
H A Dmp_alloc.c15 static void __memp_bad_buffer __P((DB_MPOOL_HASH *));
21 * PUBLIC: int __memp_alloc __P((DB_MPOOL *,
539 * PUBLIC: void __memp_free __P((REGINFO *, MPOOLFILE *, void *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_env.c22 static void _EnvInfoDelete __P((Tcl_Interp *, DBTCL_INFO *));
23 static int env_DbRemove __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
24 static int env_DbRename __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
25 static int env_GetFlags __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
27 __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
29 __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
30 static int env_GetTimeout __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
31 static int env_GetVerbose __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
34 * PUBLIC: int env_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
950 * PUBLIC: int tcl_EnvRemove __P((Tcl_Inter
[all...]
H A Dtcl_txn.c17 static int tcl_TxnCommit __P((Tcl_Interp *,
19 static int txn_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST *));
28 * PUBLIC: void _TxnInfoDelete __P((Tcl_Interp *, DBTCL_INFO *));
54 * PUBLIC: int tcl_TxnCheckpoint __P((Tcl_Interp *, int,
127 * PUBLIC: int tcl_Txn __P((Tcl_Interp *, int,
316 * PUBLIC: int tcl_CDSGroup __P((Tcl_Interp *, int,
373 * PUBLIC: int tcl_TxnStat __P((Tcl_Interp *, int,
454 * PUBLIC: int tcl_TxnTimeout __P((Tcl_Interp *, int,
704 * PUBLIC: int tcl_TxnRecover __P((Tcl_Interp *, int,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dchap-new.c131 void (*printer) __P((void *, char *, ...)), void *arg);
571 void (*printer) __P((void *, char *, ...)), void *arg)
H A Deap.c114 static void eap_init __P((int unit));
115 static void eap_input __P((int unit, u_char *inp, int inlen));
116 static void eap_protrej __P((int unit));
117 static void eap_lowerup __P((int unit));
118 static void eap_lowerdown __P((int unit));
119 static int eap_printpkt __P((u_char *inp, int inlen,
181 static void eap_server_timeout __P((void *arg));
2147 void (*printer) __P((void *, char *, ...));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbm/
H A Ddbm.c55 * EXTERN: int __db_ndbm_clearerr __P((DBM *));
56 * EXTERN: void __db_ndbm_close __P((DBM *));
57 * EXTERN: int __db_ndbm_delete __P((DBM *, datum));
58 * EXTERN: int __db_ndbm_dirfno __P((DBM *));
59 * EXTERN: int __db_ndbm_error __P((DBM *));
60 * EXTERN: datum __db_ndbm_fetch __P((DBM *, datum));
61 * EXTERN: datum __db_ndbm_firstkey __P((DBM *));
62 * EXTERN: datum __db_ndbm_nextkey __P((DBM *));
63 * EXTERN: DBM *__db_ndbm_open __P((const char *, int, int));
64 * EXTERN: int __db_ndbm_pagfno __P((DB
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_rec.c19 __P((ENV *, DBT *, DB_LSN *, db_recops, void *, int));
56 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
122 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
162 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
203 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
206 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
336 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_list.c15 static int __lock_sort_cmp __P((const void *, const void *));
102 * PUBLIC: int __lock_fix_list __P((ENV *, DBT *, u_int32_t));
212 * PUBLIC: int __lock_get_list __P((ENV *, DB_LOCKER *, u_int32_t,
312 * PUBLIC: void __lock_list_print __P((ENV *, DBT *));

Completed in 268 milliseconds

<<111213141516