Searched refs:__P (Results 1 - 25 of 68) sorted by last modified time

123

/haiku/src/system/libnetwork/netresolv/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...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c55 ssize_t __printf_pad __P ((FILE *, char pad, int n)); /* In vfprintf.c. */
H A Dprintf_fp.c66 ssize_t __printf_pad __P ((FILE *, char pad, int n)); /* In vfprintf.c. */
H A Dprintf_size.c46 ssize_t __printf_pad __P ((FILE *, char pad, int n)); /* In vfprintf.c. */
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c464 static int new_do_write __P ((_IO_FILE *, const char *, _IO_size_t));
558 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
1479 static _IO_size_t _IO_file_xsgetn_mmap __P ((_IO_FILE *, void *, _IO_size_t));
1538 static _IO_size_t _IO_file_xsgetn_maybe_mmap __P ((_IO_FILE *, void *,
H A Dgenops.c119 _IO_ssize_t _IO_least_marker __P ((_IO_FILE *fp, char *end_p));
243 static int save_for_backup __P ((_IO_FILE *fp, char *end_p))
920 static void _IO_unbuffer_write __P ((void));
H A Dwfileops.c221 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
H A Dfputc.c38 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dfputwc.c38 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dfreopen.c43 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
78 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dfreopen64.c47 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dfseek.c39 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dfseeko.c39 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dfseeko64.c41 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dfwide.c49 _IO_cleanup_region_start((void (*) __P ((void *)))_IO_funlockfile, fp);
H A Dgetc.c39 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dgetchar.c37 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
H A Dgetwc.c40 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dgetwchar.c37 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
H A Diofclose.c63 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
/haiku/src/system/libnetwork/netresolv/include/
H A Dres_update.h60 int res_mkupdate __P((ns_updrec *, u_char *, int));
61 int res_update __P((ns_updrec *));
62 ns_updrec * res_mkupdrec __P((int, const char *, u_int, u_int, u_long));
63 void res_freeupdrec __P((ns_updrec *));
64 int res_nmkupdate __P((res_state, ns_updrec *, u_char *, int));
65 int res_nupdate __P((res_state, ns_updrec *, ns_tsig_key *));
/haiku/src/system/libroot/posix/glibc/include/misc/sys/
H A Dcdefs.h35 #undef __P macro
48 # define __P(args) args __THROW macro
58 # define __P(args) args macro
/haiku/headers/posix/sys/
H A Dcdefs.h9 #ifndef __P
10 #define __P(s) s macro
/haiku/src/system/kernel/util/
H A Dinet_ntop.c45 static const char *inet_ntop4 __P((const u_char *src, char *dst, size_t size));
46 static const char *inet_ntop6 __P((const u_char *src, char *dst, size_t size));
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h78 extern _IO_FILE *_IO_new_fopen __P((const char*, const char*));
80 extern _IO_FILE *_IO_new_fdopen __P((int, const char*));
82 extern int _IO_new_fclose __P((_IO_FILE*));
84 extern int _IO_fputs __P((const char*, _IO_FILE*));
87 extern int _IO_new_fsetpos __P ((_IO_FILE *, const _IO_fpos_t *));
89 extern int _IO_new_fgetpos __P ((_IO_FILE *, _IO_fpos_t *));

Completed in 119 milliseconds

123