Searched refs:__P (Results 51 - 68 of 68) sorted by relevance

123

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofclose.c63 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Diofgetpos.c41 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dioseekoff.c77 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dmemstream.c33 static int _IO_mem_sync __P ((_IO_FILE* fp));
34 static void _IO_mem_finish __P ((_IO_FILE* fp, int));
35 static int _IO_wmem_sync __P ((_IO_FILE* fp));
36 static void _IO_wmem_finish __P ((_IO_FILE* fp, int));
H A Diogetdelim.c53 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dlibio.h61 #ifndef __P
66 # define __P(p) p macro
69 # define __P(p) () macro
73 #endif /*!__P*/
77 # define _PARAMS(protos) __P(protos)
H A Dvsnprintf.c41 static int _IO_strn_overflow __P ((_IO_FILE *fp, int c));
H A Dvswprintf.c41 static wint_t _IO_wstrn_overflow __P ((_IO_FILE *fp, wint_t c));
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 Dwgenops.c45 static int save_for_wbackup __P ((_IO_FILE *fp, wchar_t *end_p))
53 _IO_ssize_t _IO_least_wmarker __P ((_IO_FILE *fp, wchar_t *end_p));
H A Dwfileops.c221 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c19 #ifndef __P
20 # define __P(x) x macro
33 int (*func) __P((void *));
69 static void decode_mcus __P((struct in *, int *, int, struct scan *, int *));
70 static int dec_readmarker __P((struct in *));
71 static void dec_makehuff __P((struct dec_hufftbl *, int *, unsigned char *));
73 static void setinput __P((struct in *, unsigned char *));
79 static void idctqtab __P((unsigned char *, PREC *));
80 static void idct __P((int *, int *, PREC *, PREC, int));
81 static void scaleidctqtab __P((PRE
[all...]
/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/stdio-common/
H A Dprintf_size.c46 ssize_t __printf_pad __P ((FILE *, char pad, int n)); /* In vfprintf.c. */
H A Dprintf_fphex.c55 ssize_t __printf_pad __P ((FILE *, char pad, int n)); /* In vfprintf.c. */
H A Dvfprintf.c138 ssize_t __printf_pad __P ((FILE *, char pad, size_t n));
211 static int buffered_vfprintf __P ((FILE *stream, const CHAR_T *fmt, va_list))
215 static int printf_unknown __P ((FILE *, const struct printf_info *,
220 static CHAR_T *group_number __P ((CHAR_T *, CHAR_T *, const char *, wchar_t))
223 static CHAR_T *group_number __P ((CHAR_T *, CHAR_T *, const char *,
H A Dprintf_fp.c66 ssize_t __printf_pad __P ((FILE *, char pad, int n)); /* In vfprintf.c. */

Completed in 92 milliseconds

123