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

123

/haiku/src/system/libroot/posix/glibc/libio/
H A Diolibio.h10 extern int _IO_fclose __P((_IO_FILE*));
11 extern int _IO_new_fclose __P((_IO_FILE*));
12 extern int _IO_old_fclose __P((_IO_FILE*));
13 extern _IO_FILE *_IO_fdopen __P((int, const char*));
14 extern _IO_FILE *_IO_old_fdopen __P((int, const char*));
15 extern _IO_FILE *_IO_new_fdopen __P((int, const char*));
16 extern int _IO_fflush __P((_IO_FILE*));
17 extern int _IO_fgetpos __P((_IO_FILE*, _IO_fpos_t*));
18 extern int _IO_fgetpos64 __P((_IO_FILE*, _IO_fpos64_t*));
19 extern char* _IO_fgets __P((cha
[all...]
H A DlibioP.h367 extern void _IO_switch_to_main_get_area __P ((_IO_FILE *));
368 extern void _IO_switch_to_backup_area __P ((_IO_FILE *));
369 extern int _IO_switch_to_get_mode __P ((_IO_FILE *));
370 extern void _IO_init __P ((_IO_FILE *, int));
371 extern int _IO_sputbackc __P ((_IO_FILE *, int));
372 extern int _IO_sungetc __P ((_IO_FILE *));
373 extern void _IO_un_link __P ((struct _IO_FILE_plus *));
374 extern void _IO_link_in __P ((struct _IO_FILE_plus *));
375 extern void _IO_doallocbuf __P ((_IO_FILE *));
376 extern void _IO_unsave_markers __P ((_IO_FIL
[all...]
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 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 Dgetchar.c37 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
H A Dgetwchar.c37 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
H A Dioungetc.c39 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dpeekc.c39 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dputchar.c29 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
H A Dputwc.c29 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
H A Dputwchar.c27 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
H A Drewind.c36 _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 Dgetwc.c40 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile, fp);
/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/bin/network/traceroute/
H A Dgnuc.h3 /* Define __P() macro, if necessary */
4 #ifndef __P
6 #define __P(protos) protos macro
8 #define __P(protos) () macro
/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/libs/stdc++/legacy/
H A Dosform.cc32 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
47 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
59 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
H A Disscan.cc32 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
48 _IO_cleanup_region_start ((void (*) __P ((void *))) _IO_funlockfile,
/haiku/headers/posix/sys/
H A Dcdefs.h9 #ifndef __P
10 #define __P(s) s macro
/haiku/headers/cpp/
H A Diostdio.h99 #define remove ??? __P((const char*))
100 #define rename ??? __P((const char* _old, const char* _new))
101 #define tmpfile ??? __P((void))
102 #define tmpnam ??? __P((char*))

Completed in 125 milliseconds

123