Searched refs:__P (Results 1 - 25 of 189) sorted by relevance

12345678

/freebsd-11-stable/libexec/rtld-aout/
H A Dshlib.h36 void add_search_dir __P((const char *));
37 void add_search_path __P((char *));
38 void std_search_path __P((void));
39 int getdewey __P((int[], char *));
40 int cmpndewey __P((int[], int, int[], int));
41 char *findshlib __P((char *, int *, int *, int));
42 char *find_lib_file __P((const char *));
43 char *search_lib_dir __P((char *, char *, int *, int *, int));
H A Dsupport.h33 void *xmalloc __P((size_t));
34 void *xrealloc __P((void *, size_t));
35 char *concat __P((const char *, const char *, const char *));
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dmisc.h15 int sm_memstat_open __P((void));
16 int sm_memstat_close __P((void));
17 int sm_memstat_get __P((char *, long *));
H A Dnotify.h13 int sm_notify_init __P((int));
14 int sm_notify_start __P((bool, int));
15 int sm_notify_stop __P((bool, int));
16 int sm_notify_rcv __P((char *, size_t, int));
17 int sm_notify_snd __P((char *, size_t));
H A Dsendmail.h20 extern int dequote_internal_chars __P((char *, char *, int));
21 extern char *quote_internal_chars __P((char *, char *, int *));
22 extern char *str2prt __P((char *));
H A Dclock.h43 void (*ev_func)__P((int));
53 extern void sm_clrevent __P((SM_EVENT *));
54 extern void sm_clear_events __P((void));
55 extern SM_EVENT *sm_seteventm __P((int, void(*)__P((int)), int));
56 extern SM_EVENT *sm_sigsafe_seteventm __P((int, void(*)__P((int)), int));
57 extern SIGFUNC_DECL sm_tick __P((int));
H A Dstring.h27 sm_snprintf __P((char *, size_t, const char *, ...));
30 sm_match __P((const char *_str, const char *_pattern));
33 sm_strdup __P((const char *));
36 sm_strndup_x __P((const char *_str, size_t _len));
41 sm_strdup_x __P((const char *_str));
45 sm_pstrdup_x __P((const char *_str));
48 sm_strdup_tagged_x __P((const char *str, char *file, int line, int group));
63 sm_stringf_x __P((const char *_fmt, ...));
66 sm_vstringf_x __P((const char *_fmt, va_list _ap));
69 sm_strlcpy __P((cha
[all...]
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtli-sequent.h2 #define __P(X) X macro
4 #define __P(X) () macro
7 extern int t_sync __P((int));
8 extern char *t_alloc __P((int, int, int));
9 extern int t_free __P((char *, int));
10 extern int t_rcvudata __P((int, struct t_unitdata *, int *));
11 extern int getpeerinaddr __P((int, struct sockaddr_in *, int));
12 extern int getmyinaddr __P((int, struct sockaddr_in *, int));
13 extern struct _ti_user *_t_checkfd __P((int));
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.h15 extern char *arith_map_lookup __P((MAP *, char *, char **, int *));
17 extern char *arpa_map_lookup __P((MAP *, char *, char **, int *));
19 extern char *bestmx_map_lookup __P((MAP *, char *, char **, int *));
21 extern char *bogus_map_lookup __P((MAP *, char *, char **, int *));
24 extern bool bt_map_open __P((MAP *, int));
26 extern char *db_map_lookup __P((MAP *, char *, char **, int *));
27 extern void db_map_store __P((MAP *, char *, char *));
28 extern void db_map_close __P((MAP *));
31 extern bool dequote_init __P((MAP *, char *));
32 extern char *dequote_map __P((MA
[all...]
H A Dbf.h18 extern SM_FILE_T *bfopen __P((char *, MODE_T, size_t, long));
19 extern int bfcommit __P((SM_FILE_T *));
20 extern int bfrewind __P((SM_FILE_T *));
21 extern int bftruncate __P((SM_FILE_T *));
22 extern int bfclose __P((SM_FILE_T *));
23 extern bool bftest __P((SM_FILE_T *));
H A Dtimers.h30 extern void pushtimer __P((TIMER *));
31 extern void poptimer __P((TIMER *));
32 extern char *strtimer __P((TIMER *));
H A Dsfsasl.h16 extern int sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *, int));
20 extern int tls_retry __P((SSL *, int, int, time_t, int, int,
22 extern int sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
/freebsd-11-stable/tools/regression/security/proc_to_proc/
H A Dscenario.h31 int setugid __P((int flag));
32 int enact_scenarios __P((void));
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dextern.h31 extern int OpenPTY __P((char **));
32 extern void InitPTY __P((int));
/freebsd-11-stable/contrib/opie/
H A Dopie.h29 Modified by cmetz for OPIE 2.22. Define __P correctly if this file
109 int opieaccessfile __P((char *));
110 int rdnets __P((long));
111 int isaddr __P((register char *));
112 int opiealways __P((char *));
113 char *opieatob8 __P((struct opie_otpkey *, char *));
114 void opiebackspace __P((char *));
115 char *opiebtoa8 __P((char *, struct opie_otpkey *));
116 char *opiebtoe __P((char *, struct opie_otpkey *));
117 char *opiebtoh __P((cha
[all...]
/freebsd-11-stable/contrib/sendmail/include/libmilter/
H A Dmfapi.h80 # define SM__P(X) __P(X)
83 /* Some platforms don't define __P -- do it for them here: */
84 #ifndef __P
86 # define __P(X) X macro
88 # define __P(X) () macro
90 #endif /* __P */
167 LIBMILTER_API int smfi_opensocket __P((bool));
168 LIBMILTER_API int smfi_register __P((struct smfiDesc));
169 LIBMILTER_API int smfi_main __P((void));
170 LIBMILTER_API int smfi_setbacklog __P((in
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dprfchwintrin.h26 /// \param __P
29 _m_prefetch(void *__P) argument
31 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */);
47 /// \param __P
50 _m_prefetchw(void *__P) argument
52 __builtin_prefetch (__P, 1, 3 /* _MM_HINT_T0 */);
H A Dcldemoteintrin.h22 _cldemote(const void * __P) { argument
23 __builtin_ia32_cldemote(__P);
/freebsd-11-stable/contrib/ipfilter/
H A Dipt.h14 #ifndef __P
17 # define __P(x) x macro
19 # define __P(x) () macro
36 # undef __P macro
H A Dkmem.h13 #ifndef __P
14 # define __P(x) x macro
/freebsd-11-stable/contrib/gcclibs/include/
H A Dfnmatch.h30 #undef __P macro
31 #define __P(args) args macro
33 #undef __P macro
34 #define __P(args) () macro
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
/freebsd-11-stable/contrib/gdb/include/
H A Dfnmatch.h30 #undef __P macro
31 #define __P(args) args macro
33 #undef __P macro
34 #define __P(args) () macro
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
/freebsd-11-stable/contrib/binutils/include/
H A Dfnmatch.h30 #undef __P macro
31 #define __P(args) args macro
33 #undef __P macro
34 #define __P(args) () macro
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
/freebsd-11-stable/lib/libc/include/isc/
H A Deventlib.h34 #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...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dkmem.h13 #ifndef __P
14 # define __P(x) x macro

Completed in 133 milliseconds

12345678